[C1W2] Ungraded Assignment WARNING:tensorflow:SavedModel

Hi all, may be just as an FYI or feedback for the tutors, I got the following warning at the ungraded assignment section “Training a CNN with class imbalanced data”, when running the cell “# Load pretrained model and history”:
“WARNING:tensorflow:SavedModel saved prior to TF 2.5 detected when loading Keras model. Please ensure that you are saving the model with model.save() or tf.keras.models.save_model(), NOT tf.saved_model.save(). To confirm, there should be a file named “keras_metadata.pb” in the SavedModel directory.”

Hi kaloatanosav,

Thanks for reporting this. Something to keep an eye on.