Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "exclude some examples "
This reverts commit 8b3153d.
  • Loading branch information
awaelchli committed Mar 14, 2023
commit a020ee1d4e34b3be5afe848bbd4a9cda2deaa849
17 changes: 4 additions & 13 deletions docs/source-pytorch/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,25 +256,16 @@ Current Lightning Users
Trainer <common/trainer>
Torch distributed <clouds/cluster_intermediate_2>


.. TODO: After all notebook tutorials have been updated, replace the list below with: `notebooks/**/*`
Some examples have been excluded because they are not yet updated to Lightning 2.0

.. toctree::
:maxdepth: 1
:name: Hands-on Examples
:caption: Hands-on Examples
:glob:

notebooks/course_UvA-DL/**/*
notebooks/lightning_examples/augmentation_kornia/augmentations.ipynb
notebooks/lightning_examples/barlow-twins/barlow_twins.ipynb
notebooks/lightning_examples/basic-gan/gan.ipynb
notebooks/lightning_examples/cifar10-baseline/baseline.ipynb
notebooks/lightning_examples/datamodules/datamodules.ipynb
notebooks/lightning_examples/mnist-hello-world/hello-world.ipynb
notebooks/lightning_examples/mnist-tpu-training/mnist-tpu.ipynb

notebooks/**/*
PyTorch Lightning 101 class <https://www.youtube.com/playlist?list=PLaMu-SDt_RB5NUm67hU2pdE75j6KaIOv2>
From PyTorch to PyTorch Lightning [Blog] <https://towardsdatascience.com/from-pytorch-to-pytorch-lightning-a-gentle-introduction-b371b7caaf09>
From PyTorch to PyTorch Lightning [Video] <https://www.youtube.com/watch?v=QHww1JH7IDU>

.. toctree::
:maxdepth: 1
Expand Down