Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(keras): compatibility with Keras 3.4.0 (#4922)
* Fix keras.save_model compatibility with Keras 3 Compatibility was lost with Keras 3. This restore the functionality when using Keras 3.4.0 or newer. Fix #4921 * ci: auto fixes from pre-commit.ci For more information, see https://pre-commit.ci * Adjust framework dependency version for Keras * Fix minimal version check * Add compatibility with older keras 2.x version * ci: auto fixes from pre-commit.ci For more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information