"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "b05fc26983349e5cba7a602717d3d5070dc66c6e"
Unverified Commit 4cdd9721 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Typo fix for mnist_tpu.py

parent 0d4f35d9
...@@ -41,7 +41,7 @@ tf.flags.DEFINE_string( ...@@ -41,7 +41,7 @@ tf.flags.DEFINE_string(
help="Name of the Cloud TPU for Cluster Resolvers. You must specify either " help="Name of the Cloud TPU for Cluster Resolvers. You must specify either "
"this flag or --master.") "this flag or --master.")
# Model specific paramenters # Model specific parameters
tf.flags.DEFINE_string( tf.flags.DEFINE_string(
"master", default=None, "master", default=None,
help="GRPC URL of the master (e.g. grpc://ip.address.of.tpu:8470). You " help="GRPC URL of the master (e.g. grpc://ip.address.of.tpu:8470). You "
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment