FSDL-2022-Labs-1-3 pre labs
Lab | Colab | Video |
---|---|---|
Lab 01: Deep Neural Networks in PyTorch | ||
Lab 02a: PyTorch Lightning | ||
Lab 02b: Training a CNN on Synthetic Handwriting Data | ||
Lab 03: Transformers and Paragraphs |
Lab 01: Deep Neural Networks in PyTorch¶
Within Jupyter, peek into the code of a module by using
This Lab builds a model from scratch using Python/Pytorch.
Lab 02a: Pytorch Lightning¶
Lightning can be thought of a way to organise Pytorch code. See here