lightning/pytorch_lightning
Dusan Drevicky 309ce7a966
Fix: passing wrong strings for scheduler interval doesn't throw an error (#5923)
* Raise if scheduler interval not 'step' or 'epoch'

* Add test for unknown 'interval' value in scheduler

* Use BoringModel instead of EvalModelTemplate

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Fix import order

* Apply yapf in test_datamodules

* Add missing imports to test_datamodules

* Fix too long comment

* Update pytorch_lightning/trainer/optimizers.py

* Fix unused imports and exception message

* Fix failing test

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-02-13 01:31:22 +05:30
..
accelerators Fix ModelCheckpoint race condition in file existence check (#5155) 2021-02-05 21:40:39 +01:00
callbacks remove executable bit on source files (#5929) 2021-02-12 00:06:40 +01:00
core Fix: Failing test in data_modules(dp) (#5924) 2021-02-11 17:32:46 +00:00
distributed fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
loggers formatting 3/n: PL modules (#5716) 2021-02-08 14:28:38 -05:00
metrics remove executable bit on source files (#5929) 2021-02-12 00:06:40 +01:00
overrides add missing logic to new plugins and accelerator (#5734) 2021-02-01 13:23:53 -05:00
plugins Fix typo in docstring (#5835) 2021-02-08 20:22:39 +01:00
profiler fixing some compatibility with PT 1.8 (#5864) 2021-02-09 18:25:57 +01:00
trainer Fix: passing wrong strings for scheduler interval doesn't throw an error (#5923) 2021-02-13 01:31:22 +05:30
tuner formatting 3/n: PL modules (#5716) 2021-02-08 14:28:38 -05:00
utilities Quantisation (#5706) 2021-02-11 07:04:57 -05:00
__init__.py release 1.1.7 (#5761) 2021-02-05 21:43:06 +01:00
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00
setup_tools.py Docs: move images (#5756) 2021-02-03 15:08:19 +00:00