Files
pytorch-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
..
2020-04-03 15:01:40 -04:00

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.