lightning/notebooks
Kaushik B e4ba06c70f
Replace deprecated distributed_backend by acc in examples (#7795)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-06-02 07:43:24 +02:00
..
01-mnist-hello-world.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
02-datamodules.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
03-basic-gan.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
04-transformers-text-classification.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
05-trainer-flags-overview.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
06-mnist-tpu-training.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
07-cifar10-baseline.ipynb Fix slack link (#7452) 2021-05-10 08:50:14 +00:00
08-Domain-specific-demos.ipynb Replace deprecated distributed_backend by acc in examples (#7795) 2021-06-02 07:43:24 +02:00
README.md Add TPU example (#5109) 2021-01-06 11:54:54 +01:00

README.md

Lightning Notebooks

Official Notebooks

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. Open In Colab
Datamodules Learn about DataModules and train a dataset-agnostic model on MNIST and CIFAR10. Open In Colab
GAN Train a GAN on the MNIST Dataset. Learn how to use multiple optimizers in Lightning. Open In Colab
BERT Fine-tune HuggingFace Transformers models on the GLUE Benchmark Open In Colab
Trainer Flags Overview of the available Lightning Trainer flags Open In Colab
TPU Training Train a model on MNIST using TPUs with Lightning Open In Colab
94% Baseline CIFAR10 Establish a quick baseline of ~94% accuracy on CIFAR10 using Resnet in Lightning Open In Colab