onnx/tutorials

ModuleNotFoundError: No module named 'tensorflow_addons'

Ganpat9829 opened this issue · 3 comments

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

Thank you

is tensorflow_addons module installed in your python env?