-
Notifications
You must be signed in to change notification settings - Fork 870
fix: restore keras.save_model compatibility with Keras 3 #4922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Compatibility was lost with Keras 3. This restore the functionality when using Keras 3.4.0 or newer. Fix #4921
For more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, is it possible to add a quick test for this?
Sadly I'm not well versed enough in Python testing to provide an adequate test. If a test is absolutely necessary for this PR to be merged, I'd gladly take some pointers. |
just need to update keras in |
Gotcha, thanks! Keras 3.4 is the minimum version. |
For more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a bunch.
Compatibility was lost with Keras 3. This restore the functionality when using Keras 3.4.0 or newer.
What does this PR address?
Fixes #4921
Before submitting:
guide on how to create a pull request.
pre-commit run -a
script has passed (instructions)?those accordingly? Here are documentation guidelines and tips on writting docs.