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: