Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
6daaec16
Commit
6daaec16
authored
Jan 10, 2018
by
Asim Shankar
Browse files
[mnist]: Address comments in PR
parent
7087ec9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/mnist/mnist_tpu.py
official/mnist/mnist_tpu.py
+1
-1
No files found.
official/mnist/mnist_tpu.py
View file @
6daaec16
...
...
@@ -30,7 +30,7 @@ import mnist
tf
.
flags
.
DEFINE_string
(
"data_dir"
,
""
,
"Path to directory containing the MNIST dataset"
)
tf
.
flags
.
DEFINE_string
(
"model_dir"
,
None
,
"Estimator model_dir"
)
tf
.
flags
.
DEFINE_integer
(
"batch_size"
,
1
28
,
tf
.
flags
.
DEFINE_integer
(
"batch_size"
,
1
024
,
"Mini-batch size for the training. Note that this "
"is the global batch size and not the per-shard batch."
)
tf
.
flags
.
DEFINE_integer
(
"train_steps"
,
1000
,
"Total number of training steps."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment