onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.34k stars 626 forks source link

ModuleNotFoundError: No module named 'tensorflow_addons' #251

Closed Ganpat9829 closed 3 years ago

Ganpat9829 commented 3 years ago

from tensorflow_addons import losses import tensorflow as tf from tensorflow import keras from sklearn.metrics import confusion_matrix , classification_report

Ganpat9829 commented 3 years ago

Thank you

chenfucn commented 3 years ago

is tensorflow_addons module installed in your python env?

prasanthpul commented 3 years ago

see https://github.com/onnx/tutorials/issues/201