PyTorch Experiment Tracking with TensorBoard

Exercises and solutions for section 07. PyTorch Experiment Tracking of the Learn PyTorch for Deep Learning course by Zero to Mastery. Links: Code this notebook is based on - Notebook from this video - Course GitHub - Originally broadcasted live on Twitch - Timestamps: 0:00 - Livestream setup 1:05 - Intro to what we’re covering 4:20 - Code starts 12:28 - Exercise 1 starts 58:59 - Model performing poorly due to typo (“weight“ should be “weights“) 1:32:46 - Fixing the typo (30 minutes later...) 1:36:21 - Exercise 2 starts 2:08:21 - Exercise 3 starts (FoodVision Big)
Back to Top