lightning/pl_examples
Jirka Borovec 45d671a4a8
CI: split tests-examples (#990)
* CI: split tests-examples

* tests without template

* comment depends

* CircleCI typo

* add doctest

* update test req.

* CI tests

* setup macOS

* longer train

* lover pred acc

* fix model

* rename default model

* lower tests acc

* typo

* imports

* fix test optimizer

* update calls

* fix Win

* lower Drone image

* fix call

* pytorch image

* fix test

* add dev image

* add dev image

* update image

* drone volume

* lint

* update test notes

* rename tests/models >> tests/base

* group models

* conftest

* optim imports

* typos

* fix import

* fix tests

* install AMP

* tests

* fix import
2020-03-25 07:46:27 -04:00
..
basic_examples CI: split tests-examples (#990) 2020-03-25 07:46:27 -04:00
domain_templates remove deprecated `data_loader` (#1077) 2020-03-06 16:11:05 -05:00
full_examples CI: split tests-examples (#990) 2020-03-25 07:46:27 -04: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 resolving documentation warnings (#833) 2020-02-27 16:07:51 -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.