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
+4 -32
View File
@@ -1,34 +1,6 @@
GAN
===
.. toctree::
:maxdepth: 3
:maxdepth: 1
:name: Examples
:caption: Examples
pl_examples.domain_templates.gan
MNIST
=====
.. toctree::
:maxdepth: 3
pl_examples.basic_examples.lightning_module_template
Multi-node (ddp) MNIST
======================
.. toctree::
:maxdepth: 3
pl_examples.multi_node_examples.multi_node_ddp_demo
Multi-node (ddp2) MNIST
=======================
.. toctree::
:maxdepth: 3
pl_examples.multi_node_examples.multi_node_ddp2_demo
Imagenet
========
.. toctree::
:maxdepth: 3
pl_examples.full_examples.imagenet.imagenet_example
MNIST on TPU <https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3#scrollTo=BHBz1_AnamN_>