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
d8ed4cba
"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "2a40984596c2cfc41f293ada40eb8a39de008ca6"
Commit
d8ed4cba
authored
Mar 15, 2018
by
Brennan Saeta
Committed by
Frank Chen
Mar 15, 2018
Browse files
Remove unused master flag. (#3616)
parent
c31b3c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
official/mnist/mnist_tpu.py
official/mnist/mnist_tpu.py
+0
-5
No files found.
official/mnist/mnist_tpu.py
View file @
d8ed4cba
...
@@ -45,11 +45,6 @@ tf.flags.DEFINE_string(
...
@@ -45,11 +45,6 @@ tf.flags.DEFINE_string(
"metadata."
)
"metadata."
)
# Model specific parameters
# Model specific parameters
tf
.
flags
.
DEFINE_string
(
"master"
,
default
=
None
,
help
=
"GRPC URL of the master (e.g. grpc://ip.address.of.tpu:8470). You "
"must specify either this flag or --tpu_name."
)
tf
.
flags
.
DEFINE_string
(
"data_dir"
,
""
,
tf
.
flags
.
DEFINE_string
(
"data_dir"
,
""
,
"Path to directory containing the MNIST dataset"
)
"Path to directory containing the MNIST dataset"
)
tf
.
flags
.
DEFINE_string
(
"model_dir"
,
None
,
"Estimator model_dir"
)
tf
.
flags
.
DEFINE_string
(
"model_dir"
,
None
,
"Estimator model_dir"
)
...
...
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