question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`tensorboard` should support `--version`

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nfeltcommented, Apr 5, 2019

Yes, I think the problem there is that we have been putting flags that really relate mostly to program itself into CorePlugin for lack of a better place.

0reactions
nfeltcommented, May 15, 2019

Fixed by #2097.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases · tensorflow/tensorboard - GitHub
TensorBoard now only supports Python 3.7 and above (#5878) Python 3.6 is past its End of Life: https://peps.python.org/pep-0494/#lifespan. Assets 2.
Read more >
TensorBoard - TensorFlow
A suite of visualization tools to understand, debug, and optimize TensorFlow programs for ML experimentation.
Read more >
Tensorflow version vs tensorboard version - Stack Overflow
So, my question is could they be on different versions? (I guess they could since we have the opportunity to install tensorboard separately)....
Read more >
Getting started with TensorBoard - Medium
You can install pip with the following command: · We are going to install TensorBoard now. · You can also specify one of...
Read more >
Deep Dive Into TensorBoard: Tutorial With Examples
The Scalars tab shows changes in the loss and metrics over the epochs. It can be used to track other scalar values such...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found