Skip to content

Release v1.4.5

Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 12 Oct 21:49
· 23 commits to master since this release
e0019fa

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