Skip to content

Release v1.4.0rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 22 Sep 19:50
· 38 commits to master since this release
559d5a9

Breaking changes

  • All private APIs are hidden under keras_tuner.src.*. For example, if you use
    keras_tuner.some_private_api, it will now be
    keras_tuner.src.some_private_api.

New features

  • Support Keras Core with multi-backend.

New Contributors

Full Changelog: v1.3.5...v1.4.0rc0