diff --git a/docs/source/index.rst b/docs/source/index.rst index b74a9490af..34df3af871 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -31,6 +31,7 @@ PyTorch Lightning Documentation :caption: Community Examples Contextual Emotion Detection (DoubleDistilBert) + FasterRCNN object detection + Hydra Generative Adversarial Network Hyperparameter optimization with Optuna Image Inpainting using Partial Convolutions @@ -51,6 +52,13 @@ PyTorch Lightning Documentation From PyTorch to PyTorch Lightning +.. toctree:: + :maxdepth: 1 + :name: project structure + :caption: Recommended Lightning Project Layout + + Lightning project seed + .. toctree:: :maxdepth: 1 :name: Common Use Cases @@ -110,4 +118,4 @@ Indices and tables api/pytorch_lightning.overrides api/pytorch_lightning.profiler api/pytorch_lightning.trainer - api/pytorch_lightning.utilities \ No newline at end of file + api/pytorch_lightning.utilities