lightning/pl_examples
Jirka Borovec 76a1c67d87
rename logging -> loggers (#767)
* move logging >> loggers

* add warning

* fix tests

* logging alias

* formatting

* formatting
2020-02-01 15:47:58 -05:00
..
basic_examples rename logging -> loggers (#767) 2020-02-01 15:47:58 -05:00
domain_templates fixed gan template (#528) 2019-12-04 08:28:46 -05:00
full_examples/imagenet implement forward and update args (#709) (#724) 2020-01-21 16:35:42 -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.