Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HParams: Enable hparamsInTimeSeries by default #6565

Merged

Conversation

rileyajones
Copy link
Contributor

Motivation for features / changes

This PR will launch the hparams in timeseries feature.

Screenshots of UI changes (or N/A)

Light Mode

image

Dark Mode

image

Adding a column

image

Runs Table with additional columns

image

Applying an Interval Filter

image
image

Applying a Discrete Filter

image
image

@rileyajones rileyajones marked this pull request as ready for review September 1, 2023 21:20
@rileyajones rileyajones marked this pull request as draft September 1, 2023 21:47
@@ -111,16 +111,16 @@ export class RunsDataTable {
}

allRowsSelected() {
return this.data.every((row) => row['selected']);
return this.data?.every((row) => row['selected']);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should never be undefined or null as long as the store exists, however, we have a funky test in tensorboard/webapp/metrics/metrics_integration_test.ts which checks the state of the app if the store is not defined.

@rileyajones rileyajones marked this pull request as ready for review September 1, 2023 23:06
@rileyajones rileyajones merged commit 97277be into tensorflow:master Sep 22, 2023
13 checks passed
rileyajones added a commit that referenced this pull request Sep 22, 2023
## Motivation for features / changes
I let #6565 sit for a long time, then merged without rebasing. The
result broke CI. This should fix it.

When the PR was created the `enableHparamsInTimeSeries` was already
imported, but between the PR creation and merge it was removed.


https://github.com/rileyajones/tensorboard/blob/3cd4ce2e00a4e5fb0bb92e82a44d2fcdc8a7f13b/tensorboard/webapp/runs/effects/runs_effects_test.ts
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.

None yet

2 participants