Could not find any TPU devices on Colab using TF 2.0 Alpha #26513
Labels
comp:dist-strat
Distribution Strategy related issues
stat:awaiting tensorflower
Status - Awaiting response from tensorflower
TF 2.0
Issues relating to TensorFlow 2.0
type:bug
Bug
System information
pip
Describe the current behavior
Error occurred when try to run the colab notebook shown in TF 2.0 Alpha: Distributed Training in TensorFlow for TPUStrategy:
I had enabled Colab runtime to
TPU
, and even checked there indeed is a TPU available:Describe the expected behavior
TPU devices can be found on Colab when runtime is changed to
TPU
and using:tf.tpu.experimental.initialize_tpu_system(resolver)
tpu_strategy = tf.distribute.experimental.TPUStrategy(resolver)
Code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
Other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered: