You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation for features / changes
We want to be able to filter the runs table by hparam. The existing
logic for this is handled by a bunch of inner components found in the
runs_table_component which makes it hard to share. In this PR I am
replicating that UI with some enhancements in a standalone component
which will later be used by the data_table_component.
See tensorflow#6488 for screenshots and a more complete description of what is
being added
## Alternate designs / implementations considered (or N/A)
I'm not sure that this component should be part of the data table but
that is simplest place to put it for now.
0 commit comments