-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update dependency keras-tuner to v1.4.7 #190
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/keras-tuner-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92acbeb to
9a527ed
Compare
9a527ed to
4c38464
Compare
4c38464 to
b8b3ab3
Compare
125a883 to
d990640
Compare
d990640 to
c0e5eb1
Compare
c0e5eb1 to
b5f3f7c
Compare
b5f3f7c to
2fbceee
Compare
2fbceee to
e4d3e35
Compare
e4d3e35 to
425b869
Compare
425b869 to
4a13a3d
Compare
4a13a3d to
456afe9
Compare
456afe9 to
e78ff78
Compare
e78ff78 to
f7bd15e
Compare
f7bd15e to
0a7c981
Compare
0a7c981 to
6b6dce5
Compare
6b6dce5 to
ac19637
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.1.3->==1.4.7Release Notes
keras-team/keras-tuner (keras-tuner)
v1.4.7Compare Source
Bug fixes
by default.
New Contributors
Full Changelog: keras-team/keras-tuner@v1.4.6...v1.4.7
v1.4.6Compare Source
Bug fixes
New features
keras-coretokerasversion 3 and above. Also supportkerasversion 2 for backward compatibility.New Contributors
Full Changelog: keras-team/keras-tuner@v1.4.5...v1.4.6
v1.4.5Compare Source
Bug fixes
oracle.end_trial(), when the chief have already ended. Now, it is fixed.tuner.__init__(). However, it makes more sense to block when callingtuner.search(). Now, it is fixed.from keras_tuner.engine.hypermodel import HyperModel. It is now fixed.from keras_tuner.engine.hyperparameters import HyperParameters. It is now fixed.from keras_tuner.engine.metrics_tracking import infer_metric_direction. It is now fixed.from keras_tuner.engine.oracle import Objective. It is now fixed.from keras_tuner.engine.oracle import Oracle. It is now fixed.Full Changelog: keras-team/keras-tuner@v1.4.4...v1.4.5
v1.4.4Compare Source
Bug fixes
from keras_tuner.engine.hyperparameters import serialize. It is now fixed.from keras_tuner.engine.hyperparameters import deserialize. It is now fixed.from keras_tuner.engine.tuner import maybe_distribute. It is now fixed.Full Changelog: keras-team/keras-tuner@v1.4.3...v1.4.4
v1.4.3Compare Source
Bug fixes
from keras_tuner.engine.tuner import Tuner. It is now fixed.attributed called
get_build_config. It is now fixed.Full Changelog: keras-team/keras-tuner@v1.4.2...v1.4.3
v1.4.2Compare Source
Bug fixes
from keras_tuner.engine import trial. It is now fixed.Full Changelog: keras-team/keras-tuner@v1.4.1...v1.4.2
v1.4.1Compare Source
Bug fixes
from keras_tuner.engine import base_tuner. It is now fixed.Full Changelog: keras-team/keras-tuner@v1.4.0...v1.4.1
v1.4.0Compare Source
Breaking changes
keras_tuner.src.*. For example, if you usekeras_tuner.some_private_api, it will now bekeras_tuner.src.some_private_api.New features
New Contributors
Full Changelog: keras-team/keras-tuner@v1.3.5...v1.4.0rc
v1.3.5Compare Source
Breaking changes
to install TensorFlow either separately with KerasTuner or with
pip install keras_tuner[tensorflow]. This change is because some people maywant to use KerasTuner with
tensorflow-cpuinstead oftensorflow.Bug fixes
removed. Now, it support both protobuf 3 and 4.
Full Changelog: keras-team/keras-tuner@v1.3.4...v1.3.5
v1.3.4Compare Source
Bug fixes
v1.3.3Compare Source
protobuf<=3.20. We want to install3.20.3, so we changed it toprotobuf<=3.20.3. It is now fixed.Full Changelog: keras-team/keras-tuner@v1.3.2...v1.3.3
v1.3.2Compare Source
Bug fixes
protobuf4.22.1 if install with TensorFlow 2.12, which is not compatible with KerasTuner. We limited theprotobufversion to <=3.20, which is compatible with all TensorFlow versions so far.Full Changelog: keras-team/keras-tuner@v1.3.1...v1.3.2
v1.3.1Compare Source
Bug fixes
Tuner.results_summary()did not print error messages for failed trials and did not displayObjectiveinformation correctly. It is now fixed.BayesianOptimizationwould break when not specifying thenum_initial_pointsand overriding.run_trial(). It is now fixed.New Contributors
Full Changelog: keras-team/keras-tuner@v1.3.0...v1.3.1
v1.3.0Compare Source
Breaking changes
LoggerandCloudLoggerand the related arguments inBaseTuner.__init__(logger=...).keras_tuner.oracles.BayesianOptimization,keras_tuner.oracles.Hyperband,keras_tuner.oracles.RandomSearch, which were actuallyOracles instead ofTuners. Please usekeras_tuner.oracles.BayesianOptimizationOracle,keras_tuner.oracles.HyperbandOracle,keras_tuner.oracles.RandomSearchOracleinstead.keras_tuner.Sklearn. Please usekeras_tuner.SklearnTunerinstead.New features
keras_tuner.oracles.GridSearchOracleis now available as a standaloneOracleto be used with custom tuners.Full Changelog: keras-team/keras-tuner@1.2.1...v1.3.0
v1.2.1Compare Source
Bug fixes
overwrite=False) would crash in 1.2.0. This is now fixed.New Contributors
Full Changelog: keras-team/keras-tuner@1.2.0...1.2.1
v1.2.0Compare Source
Release v1.2.0
Breaking changes
Tuner, the old use case of reporting results withOracle.update_trial()inTuner.run_trial()is deprecated. Please return the metrics inTuner.run_trial()instead.Oracleand overridedOracle.end_trial(), you need to change the signature of the function fromOracle.end_trial(trial.trial_id, trial.status)toOracle.end_trial(trial).stepargument inkeras_tuner.HyperParameters.Int()is changed toNone, which was1before. No change in default behavior.samplingargument inkeras_tuner.HyperParameters.Int()is changed to"linear", which wasNonebefore. No change in default behavior.
samplingargument inkeras_tuner.HyperParameters.Float()is changed to"linear", which wasNonebefore. No change in default behavior.New features
keras_tuner.GridSearch, which can exhaust all the possible hyperparameter combinations.TunerandOracleinitializers,max_retries_per_trialandmax_consecutive_failed_trials.Trialas failed byraise keras_tuner.FailedTrialError("error message.")inHyperModel.build(),HyperModel.fit(), or your model build function.IntandFloattype hyperparameters.@keras_tuner.synchronizedis added to decorate the methods inOracleand its subclasses to synchronize the concurrent calls to ensure thread safety in parallel tuning.Bug fixes
KeyErrormay occur if usinghp.conditional_scope(), or theparentargument for hyperparameters. This is now fixed.num_initial_pointsof theBayesianOptimizationshould defaults to3 * dimension, but it defaults to 2. This is now fixed.HyperModelcompile arg. This is now fixed.Oraclereloading when running in parallel. This is now fixed.New Contributors
Full Changelog: keras-team/keras-tuner@1.1.3...1.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.