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

Remove requirement that metricInfos are present to show Hparams main view. #6452

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

bmd3k
Copy link
Contributor

@bmd3k bmd3k commented Jun 26, 2023

Motivation for features / changes

We are building some new hparams-related functionality internally. It is early stages and the data we return to the UI does not contain metrics. The hparams dashboard, however, requires metricInfos to be non-empty in order to show the main view of the dashboard. We want to show the main view despite not having metric data.

More generally, though, it doesn't seem like metric data should be a requirement to show hparam dashboard information. The hparams fields can still be valuable on their own.

Technical description of changes

Remove a UI-level check for non-empty metricInfos.

@bmd3k bmd3k requested a review from yatbear June 26, 2023 14:29
@bmd3k bmd3k merged commit dc64946 into tensorflow:master Jun 27, 2023
14 checks passed
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