Webinar 2022 Using Tensorboard to debug and profile neural network models

From SHARCNETHelp
Revision as of 08:45, 24 March 2022 by Syam (talk | contribs) (Created page with "Tensorflow is one of the most popular machine learning platforms. It provides not only APIs for building machine learning models but also tools that help users to diagnose tra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Tensorflow is one of the most popular machine learning platforms. It provides not only APIs for building machine learning models but also tools that help users to diagnose training problems and profile the training performance. In this seminar, we will start with an overview of Tensorboard, a collection of tools that come with Tensorflow, with the focus on the debugger and the profiler. We will demonstrate how to debug and optimize the training process by using these tools.