Closed Duan-JM closed 4 years ago
We are targeting the TF2.0 or above.
Cloud you please confirm this case is the same for the TF2.0?
Sorry for unclear expression, I have tested on both tf2.0 and tf1.0. The online TPU Colab example using tf.distribute.cluster_resolver
, however tf.distribute.resolver
in the doc.
I tested it by using %tensorflow_version 2.x
to switch between tf2.0 and tf1.15, and my Colab can be found here
Close this issue because TPU works like a charm on Colab now!
Maybe there is a little typo in the online doc, I think
cluster_resolver
is the right version. I have tested it byTensorFlow 1.15
, so forcluster_resolver
is good to go for me.