Search⌘ K
AI Features

Running TensorBoard

Explore how to run TensorBoard both locally and in Binder environments to visualize deep learning model training with PyTorch. Understand the setup process, environment activation, and how to access TensorBoard instances for monitoring logs in your projects.

Running TensorBoard

We have already looked at how TensorBoard can be run inside a notebook. Now, we will be taking a look at how you can run TensorBoard locally as well as on Binder.

Running TensorBoard separately (local installation)

Assuming you’ve installed TensorBoard while following the Setup Guide, now you need to open a new terminal or Anaconda Prompt, navigate to the PyTorchStepByStep folder you cloned from ...