teachable-machine

No module named 'tensorflow.compat'

No module named 'tensorflow.compat' Question: I’m trying to use the code from the Teachable Machine website: from keras.models import load_model from PIL import Image, ImageOps import numpy as np # Load the model model = load_model(‘keras_model.h5’) # Create the array of the right shape to feed into the keras model # The ‘length’ or number …

Total answers: 2