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
* Motivation for features / changes: Enable the HParams plugin in Tensorboard. HParams allows visualizations of experiments ran for hyperparameter tuning.
* Screenshots of UI changes

* Detailed steps to verify changes work correctly (as executed by you)
```
bazel test //tensorboard/plugins/hparams/...:all
bazel run //tensorboard/plugins/hparams:hparams_demo
bazel run //tensorboard -- --logdir /tmp/hparams_demo
```
and (briefly) verified manually that the plugins works as expected.
0 commit comments