You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keras-tuner (https://github.com/keras-team/keras-tuner) is a hyperparameter tuner for tf.keras. We like to take insights from this framework. In particular, we like to design the following interface in our framework
Develop and expose a Hyperparam class like TPE, Hyperband etc to the user. The user supplies the objective_func while creating this object something like
Keras-tuner (https://github.com/keras-team/keras-tuner) is a hyperparameter tuner for
tf.keras
. We like to take insights from this framework. In particular, we like to design the following interface in our frameworkTPE
,Hyperband
etc to the user. The user supplies theobjective_func
while creating this object something likesearch()
or
In addition, we may like to provide pre-made tunable applications like they do in keras-tuner.
The text was updated successfully, but these errors were encountered: