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
fd717e38
Commit
fd717e38
authored
Feb 08, 2018
by
Neal Wu
Browse files
Remove trailing spaces
parent
565c3fa3
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 @
fd717e38
...
@@ -145,7 +145,7 @@ def main(argv):
...
@@ -145,7 +145,7 @@ def main(argv):
zone
=
FLAGS
.
tpu_zone
,
zone
=
FLAGS
.
tpu_zone
,
project
=
FLAGS
.
gcp_project
))
project
=
FLAGS
.
gcp_project
))
tpu_grpc_url
=
tpu_cluster_resolver
.
get_master
()
tpu_grpc_url
=
tpu_cluster_resolver
.
get_master
()
run_config
=
tf
.
contrib
.
tpu
.
RunConfig
(
run_config
=
tf
.
contrib
.
tpu
.
RunConfig
(
master
=
tpu_grpc_url
,
master
=
tpu_grpc_url
,
evaluation_master
=
tpu_grpc_url
,
evaluation_master
=
tpu_grpc_url
,
...
...
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