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.

Prompt to launch TensorBoard when active Python file or ipynb contains a tensorboard import

See original GitHub issue

This is one of the entrypoints for our proposed native TensorBoard experience. When the user has an import like the following, notify them that we have native TensorBoard support.

from torch.utils.tensorboard import SummaryWriter()

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
cy-xucommented, Jan 20, 2021

Got it, thank you. Looking forward to the release!

1reaction
joyceerhlcommented, Jan 20, 2021

@cy-xu, thanks for reaching out! We are hoping to release this feature in the near future, and in the meantime the prompt you are seeing is a bug that will be resolved with our January update. Apologies for the trouble and I’d love your feedback once we do announce our integrated TensorBoard support.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using TensorBoard in Notebooks - TensorFlow
Start by installing TF 2.0 and loading the TensorBoard notebook extension: For Jupyter users: If you've installed Jupyter and TensorBoard into ...
Read more >
How to run Tensorboard from python scipt in virtualenv?
To run tensorboard from a python script within a specified virtual environment you have to change tensorboard to /path/to/your/environment/bin/tensorboard .
Read more >
How to run TensorBoard in Jupyter Notebook - DLology
In this tutorial, I will show you how seamless it is to run and view TensorBoard right inside a hosted or local Jupyter...
Read more >
6. TensorBoard _excercise - Kaggle
Before starting this tutorial you should have some prior knowledge of ML, Python and Tensorflow¶. Example. The image below comes from the graph...
Read more >
PyTorch Profiler With TensorBoard
PyTorch 1.8 includes an updated profiler API capable of recording the CPU side operations as well as the CUDA kernel launches on the...
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