Kerastuner-tensorboard-logger

Latest version: v0.2.3

Safety actively analyzes 623827 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.3

(5) change session name format as follows:

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

0.2.2

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`

0.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 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)

0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.