Tutorials (#998)

* removed abstract requirement so LightningModule == nn.Module

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* default adam

* docs

* docs

* docs
This commit is contained in:
William Falcon
2020-03-01 22:15:55 -05:00
committed by GitHub
parent b2d8f26e46
commit 45e0f4b369
5 changed files with 657 additions and 57 deletions
+3 -19
View File
@@ -1,20 +1,4 @@
Refactoring PyTorch into Lightning
----------------------------------
`How to refactor your PyTorch code to get these 42 benefits of PyTorch-Lighting <https://towardsdatascience.com/how-to-refactor-your-pytorch-code-to-get-these-42-benefits-of-pytorch-lighting-6fdd0dc97538>`_
Start a research project
------------------------
`Research seed <https://github.com/PytorchLightning/pytorch-lightning-conference-seed>`_
Basic Lightning use
-------------------
`Supercharge your AI research with PyTorch-Lightning <https://towardsdatascience.com/supercharge-your-ai-research-with-pytorch-lightning-337948a99eec>`_
9 key Lightning tricks
-----------------------
`Tutorial on 9 key speed features in PyTorch-Lightning <9 key speed features in Pytorch-Lightning>`_
Multi-node training on SLURM
----------------------------
`Trivial multi node training with PyTorch-Lightning <https://towardsdatascience.com/trivial-multi-node-training-with-pytorch-lightning-ff75dfb809bd>`_
From PyTorch to Lightning
=========================
Talk about how to convert