From c49786bed36157aecebba9c48f464c05e373fd64 Mon Sep 17 00:00:00 2001 From: Sean Benhur J Date: Tue, 24 Aug 2021 00:55:21 +0530 Subject: [PATCH] Fixes colab links for lightning in 2steps documentation (#9038) Co-authored-by: Ethan Harris Co-authored-by: Rohit Gupta --- docs/source/starter/new-project.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/starter/new-project.rst b/docs/source/starter/new-project.rst index 89281de4cd..88213637d4 100644 --- a/docs/source/starter/new-project.rst +++ b/docs/source/starter/new-project.rst @@ -120,13 +120,14 @@ A :doc:`lightning module <../common/lightning_module>` defines a *system* not a Examples of systems are: - `Autoencoder `_ -- `BERT `_ -- `DQN `_ -- `GAN `_ -- `Image classifier `_ +- `BERT `_ +- `DQN `_ +- `GAN `_ +- `Image classifier `_ - Seq2seq - `SimCLR `_ - `VAE `_ +- `and a lot more `_ Under the hood a LightningModule is still just a :class:`torch.nn.Module` that groups all research code into a single file to make it self-contained: