lightning/pl_examples
William Falcon 3a2466258d
Update lightning_module_template.py
2019-10-23 04:31:58 -04:00
..
basic_examples Update lightning_module_template.py 2019-10-23 04:31:58 -04:00
domain_templates Minor imports cleaning (#402) 2019-10-22 11:32:40 +03: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.