lightning/pl_examples
William Falcon 6ba30a113d
fixed gan template (#528)
* fixed gan template

* Update gan.py
2019-12-04 08:28:46 -05:00
..
basic_examples Refactor: name modules (#548) 2019-11-26 22:39:18 -05:00
domain_templates fixed gan template (#528) 2019-12-04 08:28:46 -05:00
full_examples/imagenet rename variables nb -> num (#567) 2019-12-04 06:57:10 -05:00
multi_node_examples rename variables nb -> num (#567) 2019-12-04 06:57:10 -05:00
README.md changes examples to pl_examples for name connflict 2019-10-19 00:41:17 +02:00
__init__.py Sphinx generated documentation (#521) 2019-11-28 12:48:55 -05:00

README.md

Examples

This folder has 3 sections:

Domain templates

These are templates to show common approaches such as GANs and RL.

Basic examples

These show the most common use of Lightning for either CPU or GPU training.

Multi-node examples

These show how to run jobs on a GPU cluster using lightning.