tutorials
tutorials copied to clipboard
ImportError: No module named 'tensorflow_addons'
Traceback (most recent call last):
File "pytorch2pb.py", line 31, in
When did you encounter this issue? When you were trying a particular tutorial in this repo? If so which tutorial? If not then please open this issue in the pytorch repo.
I got this same error when trying to run the OnnxTensorflowImport tutorial. I worked around by installing with pip install tensorflow-addons
I got this same error when trying to run the OnnxTensorflowImport tutorial. I worked around by installing with
pip install tensorflow-addons
wow, well done
@chinhuang007 someone working on onnx-tf should take a look at the tutorial notebook linked above
@prasanthpul Sure, will do.
I got this same error when trying to run the OnnxTensorflowImport tutorial. I worked around by installing with
pip install tensorflow-addons
And remember to find a release match your tf version at https://github.com/tensorflow/addons/releases.