How to Install tensorflow addons via conda
You can find information related to TensorFlow Addons here. Currently, it looks like Conda does not support Tensorflow Addons yet. You will have to wait for it to be implemented in the future. Otherwise, you can use pip install tensorflow-addons
.
You can use pip in your Anaconda environment to install tensorflow-addons.
pip install tensorflow-addons
then to use:
import tensorflow_addons as tfa
I was able to successfully import it and use InstanceNormalization