Commit ac97f01b authored by Peter Hawkins's avatar Peter Hawkins Committed by A. Unique TensorFlower
Browse files

Remove explicit initialize_tpu_system call from model garden.

PiperOrigin-RevId: 290795650
parent d206786b
......@@ -30,4 +30,5 @@ def tpu_initialize(tpu_address):
tpu=tpu_address)
if tpu_address not in ('', 'local'):
tf.config.experimental_connect_to_cluster(cluster_resolver)
tf.tpu.experimental.initialize_tpu_system(cluster_resolver)
return 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