Skip to content

Commit 6daaec1

Browse files
committed
[mnist]: Address comments in PR
1 parent 7087ec9 commit 6daaec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/mnist/mnist_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
tf.flags.DEFINE_string("data_dir", "",
3131
"Path to directory containing the MNIST dataset")
3232
tf.flags.DEFINE_string("model_dir", None, "Estimator model_dir")
33-
tf.flags.DEFINE_integer("batch_size", 128,
33+
tf.flags.DEFINE_integer("batch_size", 1024,
3434
"Mini-batch size for the training. Note that this "
3535
"is the global batch size and not the per-shard batch.")
3636
tf.flags.DEFINE_integer("train_steps", 1000, "Total number of training steps.")

0 commit comments

Comments
 (0)