amanchadha / coursera-deep-learning-specialization

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
3.14k stars 2.27k forks source link

YOLO example model? #17

Open ErniW opened 2 years ago

ErniW commented 2 years ago

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.