You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System information
Google cloud tpu-vm
TPU type=v3-32
TPU software version=tpu-vm-tf-2.10.0-pod
I installed TF2 model garden with pip3 install tf-models-nightly as mentioned in https://github.com/tensorflow/models
When trying to run train.py, I got an error
TensorFlow Addons offers no support for the nightly versions of TensorFlow. Some things might work, some other might not.
Why is this or how to install the correct version of tensorflow_addons to get this to work?
The text was updated successfully, but these errors were encountered:
System information
Google cloud tpu-vm
TPU type=v3-32
TPU software version=tpu-vm-tf-2.10.0-pod
I installed TF2 model garden with
pip3 install tf-models-nightly
as mentioned in https://github.com/tensorflow/modelsWhen trying to run train.py, I got an error
TensorFlow Addons offers no support for the nightly versions of TensorFlow. Some things might work, some other might not.
Why is this or how to install the correct version of tensorflow_addons to get this to work?
The text was updated successfully, but these errors were encountered: