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?
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 errorTensorFlow 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?