[feature request] --logdir should support globs
See original GitHub issueThis will he helpful for the user to compare several runs instead of all.
tensorboard --logdir setting1-*
tensorboard --logdir setting2-*
tensorboard --logdir *-xxx
Issue Analytics
- State:
- Created 5 years ago
- Reactions:19
- Comments:18 (3 by maintainers)
Top Results From Across the Web
Feature Request: Add Glob support to "Look In" field
1 Answer ... However, this only works for file types that are container types, such as ZIP, RAR, PST etc. I'll add your...
Read more >Cloud Feature Requests | CircleCI Ideas
Support ARM resource class on Docker executor ... Circle CI should generate a new build when a pull request is opened on github....
Read more >Feature Requests - Render
Recurse through submodules when cloning repos to account for nested submodules. This can currently be worked around on Native Environments ( https://community.
Read more >Extended Glob Support - include AND boolean
January 6, 2016 in Feature Requests ... Having the AND Boolean I can easily filter all sub-groups from Data Center AND ! "Servers"....
Read more >How do I request additional features? - Informatica Network
You can post your feature request as an Idea with an appropriate Description and Category selected as Data Loader in the community portal ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will this function come in 2021?
@cytsai: You can do that more easily and safely with a shell alias as well (please do not use
os.system
like that!), but it only expands the globs at invocation time, not continuously as more files are added that match the glob.Here is a safe way to achieve the same thing in any POSIX shell: