lightning/tests/trainer
Alexey Karnachev 4c34d16a34
Fixed configure optimizer from dict without "scheduler" key (#1443)
* `configure_optimizer` from dict with only "optimizer" key. bug fixed

* autopep8

* pep8speaks suggested fixes

* CHANGELOG.md upd
2020-04-10 11:43:06 -04:00
..
__init__.py split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_callbacks.py Simplify progress bar args (#1108) 2020-04-03 00:53:00 +02:00
test_checks.py Add useful errors when model is not configured correctly (#1199) 2020-04-02 11:53:37 -04:00
test_dataloaders.py Add warning for few workers (#1378) 2020-04-05 11:07:16 -04:00
test_optimizers.py Fixed configure optimizer from dict without "scheduler" key (#1443) 2020-04-10 11:43:06 -04:00
test_trainer.py Fix gradient clipping (#1438) 2020-04-09 21:08:28 -04:00
test_trainer_cli.py CI: split tests-examples (#990) 2020-03-25 07:46:27 -04:00