forked from keras-team/keras-tuner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mah Neh
committed
Sep 25, 2024
1 parent
8608003
commit 21dd995
Showing
31 changed files
with
354 additions
and
254 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
"""Keras Tuner Version.""" | ||
|
||
from keras_tuner import oracles, tuners | ||
from keras_tuner.engine.hypermodel import HyperModel | ||
from keras_tuner.engine.hyperparameters import HyperParameter, HyperParameters | ||
# from keras_tuner import oracles, tuners | ||
# from keras_tuner.engine.hypermodel import HyperModel | ||
# from keras_tuner.engine.hyperparameters import HyperParameter, HyperParameters | ||
from keras_tuner.engine.objective import Objective | ||
from keras_tuner.engine.oracle import Oracle, synchronized | ||
from keras_tuner.engine.tuner import Tuner | ||
from keras_tuner.tuners import ( | ||
BayesianOptimization, | ||
GridSearch, | ||
Hyperband, | ||
RandomSearch, | ||
SklearnTuner, | ||
) | ||
|
||
# from keras_tuner.engine.oracle import Oracle, synchronized | ||
# from keras_tuner.engine.tuner import Tuner | ||
# from keras_tuner.tuners import ( | ||
# BayesianOptimization, | ||
# GridSearch, | ||
# Hyperband, | ||
# RandomSearch, | ||
# SklearnTuner, | ||
# ) | ||
|
||
__version__ = "2.0.0" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.