lightning/pl_examples
Adrian Wälchli bf990a3cb3
Example docs formatting (#1364)
* update basic examples

* update domain examples

* reinforse -> reinforce

* update full examples

* update multi node examples

* update examples readme

* fix copy paste

* fix line too long
2020-04-03 15:01:40 -04:00
..
basic_examples Example docs formatting (#1364) 2020-04-03 15:01:40 -04:00
domain_templates Example docs formatting (#1364) 2020-04-03 15:01:40 -04:00
full_examples Example docs formatting (#1364) 2020-04-03 15:01:40 -04:00
multi_node_examples Example docs formatting (#1364) 2020-04-03 15:01:40 -04:00
README.md Example docs formatting (#1364) 2020-04-03 15:01:40 -04:00
__init__.py resolving documentation warnings (#833) 2020-02-27 16:07:51 -05:00
requirements.txt Example: Simple RL example using DQN/Lightning (#1232) 2020-03-28 16:10:53 -04:00

README.md

Examples

This folder has 4 sections:

Basic examples

These show the most common use of Lightning for either CPU or GPU training.

Domain templates

These are templates to show common approaches such as GANs and RL.

Full examples

Contains examples demonstrating ImageNet training, Semantic Segmentation, etc.

Multi-node examples

These show how to run jobs on a GPU cluster using lightning.