diff --git a/README.md b/README.md index 0e50b8abce..88dde4aa2c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ pip install pytorch-lightning - [0.5.3.2](https://pytorch-lightning.readthedocs.io/en/0.5.3.2/) ## Demo -[Copy and run this COLAB!](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=HOk9c4_35FKg) +[MNIST, GAN, BERT on COLAB!](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=HOk9c4_35FKg) +[MNIST on TPUs](https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3) ## What is it? Lightning is a way to organize your PyTorch code to decouple the science code from the engineering. It's more of a style-guide than a framework.