lightning/pl_examples
Jirka Borovec 9785a3e78e Refactor: name modules (#548)
* refactor: rename some modules

* add deprecation warnings

* fix paths
2019-11-26 22:39:18 -05:00
..
basic_examples Refactor: name modules (#548) 2019-11-26 22:39:18 -05:00
domain_templates Minor imports cleaning (#402) 2019-10-22 11:32:40 +03:00
full_examples/imagenet fix imagenet example 2019-11-09 07:15:07 -05:00
multi_node_examples Minor imports cleaning (#402) 2019-10-22 11:32:40 +03:00
README.md changes examples to pl_examples for name connflict 2019-10-19 00:41:17 +02:00
__init__.py changes examples to pl_examples for name connflict 2019-10-19 00:41:17 +02: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.