lightning/pl_examples
Jirka Borovec 3a58937d8b rename variables nb -> num (#567)
* rename nb -> num

* flake8

* batch_nb, epoch_nb, gpu_nb, split_nb

* add _num deprecations
2019-12-04 06:57:10 -05:00
..
basic_examples Refactor: name modules (#548) 2019-11-26 22:39:18 -05:00
domain_templates rename variables nb -> num (#567) 2019-12-04 06:57:10 -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.