Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7087ec9 commit 6daaec1Copy full SHA for 6daaec1
official/mnist/mnist_tpu.py
@@ -30,7 +30,7 @@
30
tf.flags.DEFINE_string("data_dir", "",
31
"Path to directory containing the MNIST dataset")
32
tf.flags.DEFINE_string("model_dir", None, "Estimator model_dir")
33
-tf.flags.DEFINE_integer("batch_size", 128,
+tf.flags.DEFINE_integer("batch_size", 1024,
34
"Mini-batch size for the training. Note that this "
35
"is the global batch size and not the per-shard batch.")
36
tf.flags.DEFINE_integer("train_steps", 1000, "Total number of training steps.")
0 commit comments