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

Merge pull request #3336 from tensorflow/frankchn-patch-1

Use the short path for TPUClusterResolver
parents aff0c314 9e23bab8
......@@ -140,7 +140,7 @@ def main(argv):
tpu_grpc_url = FLAGS.master
else:
tpu_cluster_resolver = (
tf.contrib.cluster_resolver.python.training.TPUClusterResolver(
tf.contrib.cluster_resolver.TPUClusterResolver(
tpu_names=[FLAGS.tpu_name],
zone=FLAGS.tpu_zone,
project=FLAGS.gcp_project))
......
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