-
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
Support ignoring certain directories under the logdir #70
Comments
so, any plans to support this ? :) it would be very welcome I had a look at the code and I think it doesn't require too much knowledge of the inner workings. I think this part, where it takes a So, I would be happy to contribute this small feature, provided that someone from the team can:
To re-state the options:
|
This feature would help a lot. Once you get to over 15 different models, the tensorboard takes too long to load and fails to load all the logs often. |
Totally agree. :) Wouldn't hurt if one could just use wildcards e.g.
|
Any plans to support this feature in 2019? It would be most welcome. |
Also need this feature. |
Here's a workaround for specifying path patterns with some bash-fu and a "discouraged" tensorboard --logdir_spec $(ls -m -d ./runs/2020-01-* | tr -d ' \n') We use 2 It assumes there are no commas or spaces in your log directory paths. You can use |
@shtratos: The main point of this feature request is that the globs be If you’re satisfied with invocation-time glob resolution, you can use |
Any updates on this in 2022? |
You can create symbolic links of the selected list of experiments you want to upload. Let say you have a folder with experiments A, B, C and D, create a folder E and fill it with symbolic links to A and B only .. then run tensorboard dev upload on folder E. |
Migrated from tensorflow/tensorflow#7385.
The text was updated successfully, but these errors were encountered: