You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got an error when loading the model in YOLO Car detection example when I run the notebook on my computer (with all files downloaded). Is it an issue only with Tensorflow version or something else is going on? Is there any hotfix for this issue so I can make it work? I've finished the course few months ago and on Coursera everything worked fine.
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.
and error: OpError: NewRandomAccessFile failed to Create/Open: model_data/variables\variables.data-00000-of-00001 : Nie mozna odnalezc okreslonego pliku. ; No such file or directory
PS. After completing the course I don't have access to original assignment so I can't open it back on Coursera.
The text was updated successfully, but these errors were encountered:
Hi,
Got an error when loading the model in YOLO Car detection example when I run the notebook on my computer (with all files downloaded). Is it an issue only with Tensorflow version or something else is going on? Is there any hotfix for this issue so I can make it work? I've finished the course few months ago and on Coursera everything worked fine.
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.
and error:
OpError: NewRandomAccessFile failed to Create/Open: model_data/variables\variables.data-00000-of-00001 : Nie mozna odnalezc okreslonego pliku. ; No such file or directory
PS. After completing the course I don't have access to original assignment so I can't open it back on Coursera.
The text was updated successfully, but these errors were encountered: