This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Releases: tokusumi/kerastuner-tensorboard-logger
Releases · tokusumi/kerastuner-tensorboard-logger
v0.2.3
v0.2.2
v0.2.0
Add setup_tb
, write summary_config
for tensorboard hparams to be able to recognize hyperparameter more accurately.
This converts keras-tuner hp into tensorboard hparams api, then write summary_config
.
Support:
kerastuner.engine.hyperparameters.Int
: converted intohp.IntInterval
kerastuner.engine.hyperparameters.Choice
: converted intohp.Discrete
kerastuner.engine.hyperparameters.Float
: converted intohp.RealInterval
kerastuner.engine.hyperparameters.Boolean
: converted intohp.Discrete
, values=(True, False)