Skip to content

Releases: keras-team/keras-tuner

Release v1.4.7

04 Mar 19:29
8aa8dc2
Compare
Choose a tag to compare

Bug fixes

  • Changed the chief server waiting time before shutting down to 60 minutes
    by default.

New Contributors

Full Changelog: v1.4.6...v1.4.7

Release v1.4.6

07 Nov 19:21
aaaef68
Compare
Choose a tag to compare

Bug fixes

  • When running in parallel, the chief may exit before some client ask for another trial, which informs the client to exit. Now, it is fixed.

New features

  • Updated the dependency from keras-core to keras version 3 and above. Also support keras version 2 for backward compatibility.

New Contributors

Full Changelog: v1.4.5...v1.4.6

Release v1.4.5

12 Oct 21:49
e0019fa
Compare
Choose a tag to compare

Bug fixes

  • When running in parallel, the client oracle used to wait forever when the chief oracle is not responding. Now, it is fixed.
  • When running in parallel, the client would call the chief after calling oracle.end_trial(), when the chief have already ended. Now, it is fixed.
  • When running in parallel, the chief used to start to block in tuner.__init__(). However, it makes more sense to block when calling tuner.search(). Now, it is fixed.
  • Could not do from keras_tuner.engine.hypermodel import HyperModel. It is now fixed.
  • Could not do from keras_tuner.engine.hyperparameters import HyperParameters. It is now fixed.
  • Could not do from keras_tuner.engine.metrics_tracking import infer_metric_direction. It is now fixed.
  • Could not do from keras_tuner.engine.oracle import Objective. It is now fixed.
  • Could not do from keras_tuner.engine.oracle import Oracle. It is now fixed.

Full Changelog: v1.4.4...v1.4.5

Release v1.4.4

02 Oct 21:02
bd8a17d
Compare
Choose a tag to compare

Bug fixes

  • Could not do from keras_tuner.engine.hyperparameters import serialize. It is now fixed.
  • Could not do from keras_tuner.engine.hyperparameters import deserialize. It is now fixed.
  • Could not do from keras_tuner.engine.tuner import maybe_distribute. It is now fixed.

Full Changelog: v1.4.3...v1.4.4

Release v1.4.3

29 Sep 20:54
2f5d31c
Compare
Choose a tag to compare

Bug fixes

  • Could not do from keras_tuner.engine.tuner import Tuner. It is now fixed.
  • When TensorFlow version is low, it would error out with keras models have no
    attributed called get_build_config. It is now fixed.

Full Changelog: v1.4.2...v1.4.3

Release v1.4.2

26 Sep 16:55
f8a5a45
Compare
Choose a tag to compare

Bug fixes

  • Could not do from keras_tuner.engine import trial. It is now fixed.

Full Changelog: v1.4.1...v1.4.2

Release v1.4.1

25 Sep 17:18
d8c2f90
Compare
Choose a tag to compare

Bug fixes

  • Could not do from keras_tuner.engine import base_tuner. It is now fixed.

Full Changelog: v1.4.0...v1.4.1

Release v1.4.0

22 Sep 21:31
b491a38
Compare
Choose a tag to compare

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.0rc

Release v1.4.0rc0

22 Sep 19:50
559d5a9
Compare
Choose a tag to compare
Release v1.4.0rc0 Pre-release
Pre-release

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

Release v1.3.5

13 Apr 04:21
0dd114d
Compare
Choose a tag to compare

Breaking changes

  • Removed TensorFlow from the required dependencies of KerasTuner. The user need
    to install TensorFlow either separately with KerasTuner or with
    pip install keras_tuner[tensorflow]. This change is because some people may
    want to use KerasTuner with tensorflow-cpu instead of tensorflow.

Bug fixes

  • KerasTuner used to require protobuf version to be under 3.20. The limit is
    removed. Now, it support both protobuf 3 and 4.

Full Changelog: v1.3.4...v1.3.5