mrdbourke / pytorch-deep-learning

Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
https://learnpytorch.io
MIT License
11.03k stars 3.24k forks source link

Write annotations for notebook 05 (going modular) #11

Closed mrdbourke closed 2 years ago

mrdbourke commented 2 years ago

This notebook/section should turn the functions used in 04 into scripts that can be used for the rest of the course.

Should also make sure the model that comes out of 05, which will be a continuation of the model in 04 can fit the data of pizza, steak, sushi reasonably well.

mrdbourke commented 2 years ago

Done, see here: https://www.learnpytorch.io/05_pytorch_going_modular/