lightning/notebooks
Nathan Raw 6685b49db3
add lightning colab tutorial notebooks (#3591)
*  add lightning colab tutorial notebooks

* Update notebooks/01-mnist-hello-world.ipynb

* Update notebooks/03-basic-gan.ipynb

* Update notebooks/04-transformers-text-classification.ipynb

* Update notebooks/02-datamodules.ipynb

* add jupytext

* 🐛 comment ipynb related things in conf.py

* 🔥 remove .py files

Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>
2020-09-21 19:31:59 -06:00
..
01-mnist-hello-world.ipynb add lightning colab tutorial notebooks (#3591) 2020-09-21 19:31:59 -06:00
02-datamodules.ipynb add lightning colab tutorial notebooks (#3591) 2020-09-21 19:31:59 -06:00
03-basic-gan.ipynb add lightning colab tutorial notebooks (#3591) 2020-09-21 19:31:59 -06:00
04-transformers-text-classification.ipynb add lightning colab tutorial notebooks (#3591) 2020-09-21 19:31:59 -06:00
README.md add lightning colab tutorial notebooks (#3591) 2020-09-21 19:31:59 -06: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