tensorflow / tensorflow/tensorboard
Do not list directories with only HParams metadata as "runs".
@bmd3k is already working on this.
Since Jan 6, 2021.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I'm using the demo code from here to setup the hparam plugin: https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/hparams/hparams_demo.py
However, I end up in this situation where tensorboard shows multiple runs, where only the train and validation runs contain any actual data, and the other 2 are empty. This results in a run list that is twice as long as it should be, and gets quite polluted when running many experiments (the doubling shows up on every tensorboard page):
Which section of the demo code is causing the 2 blank runs per experiment? Can they be removed?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.