lightning/tests/base
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
..
__init__.py Add useful errors when model is not configured correctly (#1199) 2020-04-02 11:53:37 -04:00
datasets.py Add MNIST dataset & drop torchvision dep. from tests (#986) 2020-03-30 18:25:37 -04:00
debug.py Add MNIST dataset & drop torchvision dep. from tests (#986) 2020-03-30 18:25:37 -04:00
mixins.py Add useful errors when model is not configured correctly (#1199) 2020-04-02 11:53:37 -04:00
models.py Checkpointing interval (#1272) 2020-03-30 18:37:02 -04:00
utils.py Remove default optimizer, add None optimizer option (#1279) 2020-04-02 11:48:53 -04:00