Unverified Commit 1a92eed0 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #3511 from hsm207/patch-3

Removed extra parentheses
parents ce445976 c29396dc
......@@ -137,7 +137,7 @@ def main(argv):
tf.logging.set_verbosity(tf.logging.INFO)
tpu_cluster_resolver = tf.contrib.cluster_resolver.TPUClusterResolver(
FLAGS.tpu, zone=FLAGS.tpu_zone, project=FLAGS.gcp_project))
FLAGS.tpu, zone=FLAGS.tpu_zone, project=FLAGS.gcp_project)
run_config = tf.contrib.tpu.RunConfig(
cluster=tpu_cluster_resolver,
......
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