HomeSort by relevance Sort by last modified time
    Searched refs:batch_ys (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/examples/tutorials/mnist/
mnist_softmax_xla.py 71 batch_xs, batch_ys = mnist.train.next_batch(100)
78 y_: batch_ys},
85 sess.run(train_step, feed_dict={x: batch_xs, y_: batch_ys})
mnist_softmax.py 63 batch_xs, batch_ys = mnist.train.next_batch(100)
64 sess.run(train_step, feed_dict={x: batch_xs, y_: batch_ys})
  /external/tensorflow/tensorflow/tools/dist_test/python/
mnist_replica.py 247 batch_xs, batch_ys = mnist.train.next_batch(FLAGS.batch_size)
248 train_feed = {x: batch_xs, y_: batch_ys}

Completed in 393 milliseconds