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

Set a default tag search query for tensorboard besides .* #547

Closed
kempy opened this issue Sep 19, 2017 · 4 comments
Closed

Set a default tag search query for tensorboard besides .* #547

kempy opened this issue Sep 19, 2017 · 4 comments

Comments

@kempy
Copy link

kempy commented Sep 19, 2017

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.*

@chihuahua
Copy link
Member

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.

@kempy
Copy link
Author

kempy commented Sep 20, 2017

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!

@chihuahua
Copy link
Member

This was fixed by #643, which set the default to empty, ie the search category is empty by default.

@chihuahua
Copy link
Member

Actually, this is really fixed by #787, which lets the user load TensorBoard with a custom tagFilter GET parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants