-
Notifications
You must be signed in to change notification settings - Fork 42
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
Switch to Keras v3 save format for nn_ensemble #730
Conversation
Old method trial.suggest_uniform() is deprecated
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #730 +/- ##
=======================================
Coverage 99.67% 99.67%
=======================================
Files 89 89
Lines 6397 6420 +23
=======================================
+ Hits 6376 6399 +23
Misses 21 21
☔ View full report in Codecov by Sentry. |
4886e08
to
1c8bc48
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
With the TensorFlow 2.13 update in PR #726, these warnings are shown:
This PR addresses the problem by switching to the new Keras v3 (.keras) format for saving the trained nn_ensemble models.
Keras imports are modernized so that they follow current conventions (no need to use
tensorflow.keras
, and switched to the newkeras.saving
submodule).Note that this PR branch includes all the commits from PR #726.