-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
When dealing with path issues, such as when users (mistakenly) have
multiple versions of TensorBoard installed or are trying to coordinate
modules from multiple sources (e.g., a virtualenv plus system site
packages), having tensorboard --version would be helpful. It’s also
useful as a minimal “is TensorBoard installed?” command that’s less
verbose than tensorboard --helpshort (131 lines) and more portable
than which tensorboard (it’s where tensorboard on Windows).
Plus, come on: everything supports --version. :-)