lightning/pl_examples
Jason Phang d56750899f ImageNet Example (#476)
* ImageNet example

* cleanup

* cleanup

* Minor changes from feedback

* More cleanup
2019-11-09 01:02:21 -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 ImageNet Example (#476) 2019-11-09 01:02:21 -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.