From 76f905f902b1b983f0baddf59810a871d89680f4 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 17 May 2020 17:05:11 +0300 Subject: [PATCH] Adding a new section to the docs: Example Lightning Project Structures (#1851) * Adding a new section to the docs: Example Lightning Project Structures * Update index.rst * Update index.rst Co-authored-by: William Falcon --- docs/source/index.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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