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
I've been using Tensor{Flow,Board} for quite a while.
One tool that I've been missing is a "picker" that allows you to select runs from graphs (scalars chart).
User story:
I open TB, unfold plots of my (many) runs and I want to follow up with a particular one.
In the graph, I click on the run that I am interested in.
This copies the run name in the clipboard and I can filter or do whatever else with it.
I would like to get a mapping from chart to run name. In many situations you have a ton of runs that potentially have un-handy names. Such a picker would allow to easily select runs based on their performance.
Version 2:
I can chose shortlists from the plots.
Version 3:
From a chart, I can automatically select the top/bottom N runs. For example, with one click I get the name of the run that logged the highest accuracy or lowest test error.
It would be awesome if we can get this implemented somehow. I'd be happy to help. What are your thoughts?
Cheers,
Philip
The text was updated successfully, but these errors were encountered:
Thank you for the feature request! We appreciate these specific use cases.
I think there are 2 core limitations of the scalars dashboard that make the use cases you mention a challenge.
The tooltip appearing over scalar charts on hover has no easy affordance for selecting a run/copying its name/sorting to see top N
After identifying "best" runs in a chart, there is no way to "hide everything else" and view only a shortlist in each plot
The first issue is something related to #1019. There isn't yet a solution for that other issue, but I could imagine that if TensorBoard showed a persistent table of values, it would be straightforward to filter/sort/hide columns of interest and copy text.
The second issue is something that the team would like to work on. Being able to group runs might provide a reasonable affordance for creating a subset of the "best runs". There is a lot of UX design work to be done on the topic of run grouping, in my opinion.
Hi all,
I've been using Tensor{Flow,Board} for quite a while.
One tool that I've been missing is a "picker" that allows you to select runs from graphs (scalars chart).
User story:
I open TB, unfold plots of my (many) runs and I want to follow up with a particular one.
In the graph, I click on the run that I am interested in.
This copies the run name in the clipboard and I can filter or do whatever else with it.
I would like to get a mapping from chart to run name. In many situations you have a ton of runs that potentially have un-handy names. Such a picker would allow to easily select runs based on their performance.
Version 2:
I can chose shortlists from the plots.
Version 3:
From a chart, I can automatically select the top/bottom N runs. For example, with one click I get the name of the run that logged the highest accuracy or lowest test error.
It would be awesome if we can get this implemented somehow. I'd be happy to help. What are your thoughts?
Cheers,
Philip
The text was updated successfully, but these errors were encountered: