I am trying to predict the label of an input image based on trained model but am getting the error of 'str' object has no attribute 'decode'
at the code below.
sm = tf.keras.models.load_model('model.h5')
I can not understand what is it saying and how to resolve it.