lightning/pl_examples
William Falcon c10ca47ab8 fix imagenet example 2019-11-09 07:15:07 -05:00
..
basic_examples change print to logging (#457) 2019-11-05 08:43:21 -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.