lightning/pl_examples
Jirka Borovec ea59a99426 update org paths & convert logos (#685)
* fix typos

* update org paths

* update links from READMe to docs

* add svg logo

* add svg logo-text

* update logos

* testing temp paths

* prune links from readme

* optimize imports

* update logo

* update paths in README

* missing imports
2020-01-20 14:50:31 -05:00
..
basic_examples update org paths & convert logos (#685) 2020-01-20 14:50:31 -05:00
domain_templates fixed gan template (#528) 2019-12-04 08:28:46 -05:00
full_examples/imagenet update org paths & convert logos (#685) 2020-01-20 14:50:31 -05:00
multi_node_examples rename variables nb -> num (#567) 2019-12-04 06:57:10 -05:00
README.md changes examples to pl_examples for name connflict 2019-10-19 00:41:17 +02:00
__init__.py update org paths & convert logos (#685) 2020-01-20 14:50:31 -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.