A Complete Guide to Using TensorBoard with PyTorch

Ajinkya Pahinkar
Towards Data Science
9 min readSep 6, 2020

--

Photo by Isaac Smith on Unsplash

In this article, we will be integrating TensorBoard into our PyTorch project. TensorBoard is a suite of web applications for inspecting and understanding your model runs and graphs. TensorBoard currently supports five visualizations: scalars, images, audio, histograms, and graphs. In this guide, we will be covering all five except audio and also learn how to use TensorBoard for efficient hyperparameter…

--

--