tensorflow / tensorflow/tensorboard

Label HParams axes based on values in domain

Open
#3,006 1 comment 0 reactions 1 assignee View on GitHub

@davidsoergel is already working on this.

Since Dec 9, 2019.

plugin:hparams stat:contributions welcome theme:ui-polish type:feature
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

Screen Shot 2019-12-07 at 17 26 33

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.