lightning/pl_examples
Nicki Skafte 2912239fe6
Add useful errors when model is not configured correctly (#1199)
* add check_model_configuration method

* trying to fix errors

* trying to fix tests

* added test_epoch_end to lightning template

* fix tests

* fix new test after rebase

* fix spelling

* added more checks

* updated formating

* added tests

* fixed CHANGELOG

* Apply suggestions from code review

* move test to new module

* change check on configure_optimizers

Co-authored-by: Nicki Skafte <nugginea@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-04-02 11:53:37 -04:00
..
basic_examples Add useful errors when model is not configured correctly (#1199) 2020-04-02 11:53:37 -04:00
domain_templates Removes need to unsqueeze from dp (#1319) 2020-04-02 11:46:20 -04:00
full_examples Removes need to unsqueeze from dp (#1319) 2020-04-02 11:46:20 -04:00
multi_node_examples Checkpointing interval (#1272) 2020-03-30 18:37:02 -04: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 Example: Simple RL example using DQN/Lightning (#1232) 2020-03-28 16:10:53 -04: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.