You can easily run any of the official notebooks by clicking the 'Open in Colab' links in the table below 😄
Notebook |
Description |
Colab Link |
MNIST Hello World |
Train your first Lightning Module on the classic MNIST Handwritten Digits Dataset. |
|
Datamodules |
Learn about DataModules and train a dataset-agnostic model on MNIST and CIFAR10. |
|
GAN |
Train a GAN on the MNIST Dataset. Learn how to use multiple optimizers in Lightning. |
|
BERT |
Fine-tune HuggingFace Transformers models on the GLUE Benchmark |
|
Trainer Flags |
Overview of the available Lightning Trainer flags |
|
TPU Training |
Train a model on MNIST using TPUs with Lightning |
|
94% Baseline CIFAR10 |
Establish a quick baseline of ~94% accuracy on CIFAR10 using Resnet in Lightning |
|