lightning/pl_examples
Akshay Kulkarni 11db9d29ad
added initial semantic segmentation example (#751)
* added initial semantic segmentation example

* removed unnecessary lines.

* changed according to reviews

* minor changes

* Added some documentation for Dataset class

* Fixed some long lines

* added docstring for LightningModule
2020-02-16 10:52:44 -05:00
..
basic_examples update Docs [links & formatting] (#769) 2020-02-09 17:39:10 -05:00
domain_templates fixed gan template (#528) 2019-12-04 08:28:46 -05:00
full_examples added initial semantic segmentation example (#751) 2020-02-16 10:52:44 -05:00
multi_node_examples update Docs [links & formatting] (#769) 2020-02-09 17:39:10 -05:00
README.md changes examples to pl_examples for name connflict 2019-10-19 00:41:17 +02:00
__init__.py update Docs [links & formatting] (#769) 2020-02-09 17:39:10 -05:00
requirements.txt drop torchvision, tests only (#797) 2020-02-10 22:47:18 -05: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.