"examples/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "c4f12526512675b4522481b48661639d1bd52889"
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): ...@@ -140,7 +140,7 @@ def main(argv):
tpu_grpc_url = FLAGS.master tpu_grpc_url = FLAGS.master
else: else:
tpu_cluster_resolver = ( tpu_cluster_resolver = (
tf.contrib.cluster_resolver.python.training.TPUClusterResolver( tf.contrib.cluster_resolver.TPUClusterResolver(
tpu_names=[FLAGS.tpu_name], tpu_names=[FLAGS.tpu_name],
zone=FLAGS.tpu_zone, zone=FLAGS.tpu_zone,
project=FLAGS.gcp_project)) 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