-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adds hparam filterbar to runs table #6692
Conversation
tensorboard/webapp/runs/views/runs_table/hparam_filterbar_component.ts
Outdated
Show resolved
Hide resolved
@JamesHollyer The cl requires some minor changes (need to add icon once I get tf_mirror permissions), but the other parts are ready for review. This is my first major PR on this code base - please be as critical as necessary! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good. I am only not approving as I want to see the finished PR with the correct icon.
tensorboard/webapp/runs/views/runs_table/hparam_filterbar_component.ts
Outdated
Show resolved
Hide resolved
tensorboard/webapp/runs/views/runs_table/hparam_filterbar_component.ts
Outdated
Show resolved
Hide resolved
tensorboard/webapp/runs/views/runs_table/hparam_filterbar_component.ts
Outdated
Show resolved
Hide resolved
## Motivation for features / changes I followed my own instructions documented in #6692 I did encounter an issue with the tf mirror cli but I managed to work around it.
All changes applied (including the icon)! PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I was actually looking for something like that. Thanks! |
## Motivation for features / changes Copybara sync will complain after #6692 : - Filterbar doesn't use lowerCamelCase in property names (it used a "_" prefix) - runs table BUILD target doesn't include chip dependencies (surprisingly this doesn't affect tests or app execution) This PR addresses both issues
Motivation for features / changes
To view applied hparam filters in the runs table.
Technical description of changes
If a user filters the runs table based on a hparam column, the filter will be shown as a chip above the table. Clicking the chip will allow the user to modify the filter via a dialog. Clicking the close button on the chip will remove the filter.
Screenshots of UI changes (or N/A)