I trained my CNN (VGG) through google colab and generated .h5 file. Now problem is, I can predict my output successfully through google colab but when i download that .h5 tr
In either kaggle or colabs
tf.keras.models.load_model("model_path")
works well