TensorBoard
Learn about what TensorBoard is, how you can run it on your Jupyter notebook, and how to test and run it.
We'll cover the following
TensorBoard introduction
TensorBoard is a very useful visualization tool from PyTorch’s competing framework, Tensorflow. And you can use this with PyTorch as well, which provides classes and methods for us to integrate TensorBoard with our model.
Running TensorBoard inside a notebook
First, we need to load Tensorboard’s extension for Jupyter:
Get hands-on with 1400+ tech skills courses.