tensorflow / tensorflow/tensorboard
Label HParams axes based on values in domain
@davidsoergel is already working on this.
Since Dec 9, 2019.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description

In the screenshot attached (this is the Parallel Coordinates View), all of the variables except Time and Eve sync are hparams, and Time and Eve sync are metrics. Since domains must be passed when configuring HParams, it would be nice to label according to the domain that's passed.
For example, in my code, I use HP_KEY_LENGTH = hp.HParam( 'key_length', hp.Discrete([128, 192, 256])). Instead of labeling the axis for key length at multiples of 10, I think it would be more beneficial to only write the numbers "128", "192", and "256".
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.