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'd like to be able to set a default tag search for tensorboard so that when I open tensorboard I get the search that I want without having to type a long regex repeatedly. I have a ton of metrics for various slices of data, but two that I primarily care about and always want to see first
For example, I'd like to replace the default .* search with .*Classification.Accuracy.*
The text was updated successfully, but these errors were encountered:
How about we store the latest regex for each dashboard within local storage? And then, when the user revisits the dashboard later, we just load the latest regex that the user had inputted.
That works for my use case, but it might also be nice to have the option to have it be something like a url parameter, so that you can give someone else a link to a dashboard with a pre-filled search. Thanks!
I'd like to be able to set a default tag search for tensorboard so that when I open tensorboard I get the search that I want without having to type a long regex repeatedly. I have a ton of metrics for various slices of data, but two that I primarily care about and always want to see first
For example, I'd like to replace the default .* search with .*Classification.Accuracy.*
The text was updated successfully, but these errors were encountered: