Skip to content

Conversation

@rileyajones
Copy link
Contributor

@rileyajones rileyajones commented Apr 12, 2023

Motivation for features / changes

We are about to start working on a new feature to show hparams in the runs table and the scalar card data table and would like to control its roll out.

Technical description of changes

I added a new feature flag.

Screenshots of UI changes

image

Detailed steps to verify changes work correctly (as executed by you)

  1. Start tensorboard
  2. Navigate to localhost:6006?showFlags=hparams
  3. Ensure the new feature flag is shown in the modal
    image

@rileyajones rileyajones marked this pull request as ready for review April 12, 2023 16:18
@rileyajones rileyajones merged commit 356529f into tensorflow:master Apr 12, 2023
rileyajones added a commit that referenced this pull request Apr 14, 2023
…msInTimeSeries flag (#6317)

Nothing will be displayed until ~#6318~ is merged

## Motivation for features / changes
We are working on surfacing hparam data in the time series dashboard. As
part of this effort we would like to show the value of hparams in the
runs table. The runs table already has partial support for this but it
is currently disabled.

I am enabling the columns based on the feature flag I added in #6308.

Note that you will not see anything in OSS until we fix the call to
session_groups

## Technical description of changes
I added a new selector to get the feature flag, then modified the
metrics_container to read the value of the flag

## Screenshots of UI changes
Disabled

![image](https://user-images.githubusercontent.com/78179109/231893521-e75c2176-af9e-4585-991c-126e277d2acb.png)

Enabled

![image](https://user-images.githubusercontent.com/78179109/231893683-71ea69cd-7cbf-46ed-a0ae-4829bd5b21bd.png)


## Detailed steps to verify changes work correctly (as executed by you)

## Alternate designs / implementations considered
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
…me series (tensorflow#6308)

## Motivation for features / changes
We are about to start working on a new feature to show hparams in the
runs table and the scalar card data table and would like to control its
roll out.

## Technical description of changes
I added a new feature flag.

## Screenshots of UI changes

![image](https://user-images.githubusercontent.com/78179109/231518750-a20110aa-3efa-4b2c-897c-ce09f9d71a71.png)

## Detailed steps to verify changes work correctly (as executed by you)
1) Start tensorboard
2) Navigate to localhost:6006?showFlags=hparams
3) Ensure the new feature flag is shown in the modal

![image](https://user-images.githubusercontent.com/78179109/231519055-cddbeb62-fc5c-4e59-8dd6-d112cfa6ec18.png)
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
…msInTimeSeries flag (tensorflow#6317)

Nothing will be displayed until ~tensorflow#6318~ is merged

## Motivation for features / changes
We are working on surfacing hparam data in the time series dashboard. As
part of this effort we would like to show the value of hparams in the
runs table. The runs table already has partial support for this but it
is currently disabled.

I am enabling the columns based on the feature flag I added in tensorflow#6308.

Note that you will not see anything in OSS until we fix the call to
session_groups

## Technical description of changes
I added a new selector to get the feature flag, then modified the
metrics_container to read the value of the flag

## Screenshots of UI changes
Disabled

![image](https://user-images.githubusercontent.com/78179109/231893521-e75c2176-af9e-4585-991c-126e277d2acb.png)

Enabled

![image](https://user-images.githubusercontent.com/78179109/231893683-71ea69cd-7cbf-46ed-a0ae-4829bd5b21bd.png)


## Detailed steps to verify changes work correctly (as executed by you)

## Alternate designs / implementations considered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants