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
I am encountering an issue saving my model in the tensorflow-deep-learning/03_convolutional_neural_networks_in_tensorflow.ipynb file, likely due to the recent upgrade to Keras 3. Could you advise if there is a workaround to enable model saving despite this incompatibility?
Thank you for your assistance.
P.S I tried many ways also asking chat gpt but didnt find any solution.
Edit: it seems as I dive in more to the course I become better and I am being able to solve past problems. so for anyone that has this problem... before you run the next notebooks always start at setting tensorflow and keras in 2.15 version by running this pip install tensorflow==2.15 keras==2.15...
The text was updated successfully, but these errors were encountered:
Hello, there
I am encountering an issue saving my model in the tensorflow-deep-learning/03_convolutional_neural_networks_in_tensorflow.ipynb file, likely due to the recent upgrade to Keras 3. Could you advise if there is a workaround to enable model saving despite this incompatibility?
Thank you for your assistance.
P.S I tried many ways also asking chat gpt but didnt find any solution.
Edit: it seems as I dive in more to the course I become better and I am being able to solve past problems. so for anyone that has this problem... before you run the next notebooks always start at setting tensorflow and keras in 2.15 version by running this pip install tensorflow==2.15 keras==2.15...
The text was updated successfully, but these errors were encountered: