Commit fd717e38 authored by Neal Wu's avatar Neal Wu
Browse files

Remove trailing spaces

parent 565c3fa3
...@@ -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,
......
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