Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Releases: tokusumi/kerastuner-tensorboard-logger

v0.2.3

12 Oct 11:45
b2de0e5
Compare
Choose a tag to compare

(#5) change session name format as follows:

from: {exectution time}-{trial ID}
to: {trial ID}
execution time in name is confusing.

v0.2.2

04 Oct 03:34
d3604d6
Compare
Choose a tag to compare

use keras-tuner trial_id as session groups name in tensorboard hparams plugin

the followings is displayed as session name in tensorboard:

{trial execution time}-{keras-tuner trial_id}: e.g. 0h20m30s-gel21vgao7apklhp45

v0.2.0

03 Oct 08:09
1e79e34
Compare
Choose a tag to compare

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 into hp.IntInterval
  • kerastuner.engine.hyperparameters.Choice: converted into hp.Discrete
  • kerastuner.engine.hyperparameters.Float: converted into hp.RealInterval
  • kerastuner.engine.hyperparameters.Boolean: converted into hp.Discrete, values=(True, False)

v0.1.0

21 Sep 11:57
Compare
Choose a tag to compare
add actions for upload