Book Image

Hands-On TensorBoard for PyTorch Developers [Video]

By : Joe Papa
1 (1)
Book Image

Hands-On TensorBoard for PyTorch Developers [Video]

1 (1)
By: Joe Papa

Overview of this book

TensorBoard is a visualization library for TensorFlow that plots training runs, tensors, and graphs. TensorBoard has been natively supported since the PyTorch 1.1 release. In this course, you will learn how to perform Machine Learning visualization in PyTorch via TensorBoard. This course is full of practical, hands-on examples. You will begin with a quick introduction to TensorBoard and how it is used to plot your PyTorch training models. You will learn how to write TensorBoard events and run TensorBoard with PyTorch to obtain visualizations of the training progress of a neural network. You will visualize scalar values, images, text and more, and save them as events. You will log events in PyTorch–for example, scalar, image, audio, histogram, text, embedding, and back-propagation. By the end of the course, you will be confident enough to use TensorBoard visualizations in PyTorch for your real-world projects. All relevant code files are placed on a GitHub repository at: https://github.com/PacktPublishing/Hands-On-TensorBoard-for-PyTorch-Developers
Table of Contents (5 chapters)
Chapter 1
Introduction to TensorBoard
Section 1
Course Overview
This video provides an overview of the entire course.