-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for Tensorflow 2.17 #11
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11 +/- ##
========================================
Coverage ? 0.06%
========================================
Files ? 32
Lines ? 2929
Branches ? 534
========================================
Hits ? 2
Misses ? 2927
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Note: while falling back to compat.v1 optimizers works, support for variable learning rates is lost that was previously available. The issue is that newer tensorflow optimizers utilize keras optimizers which do not return the update operation when calling the |
Adds support for newest tensorflow version. This PR includes two updates: