lightning/tests/loops
thomas chaton 370fa67004
[Refactor] Improve loops API 1/n (#8334)
* resolve issues

* update

* update

* update

* add more exceptions

* resolve bug

* update

* update

* update changelog

* resolve bug

* resolve comments

* update

* update

* update changelog

* update

* update

* remove space

* update

* re-order protected trainer attr

* move public method up

* add docs to state dict methods

* combine __load with load_state_dict

* rename shadowed variable

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* move changelog entry to refactor section

* refactor loop_progress property for test helper function

* update trainer setter docstring

* Update CHANGELOG.md

* Update pytorch_lightning/loops/base.py

* remove trainer check

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2021-07-12 11:13:50 +00:00
..
__init__.py Add `state_dict` to loops (#8197) 2021-07-01 15:54:37 +00:00
test_loop_progress_integration.py Connect progress tracking dataclasses to loops (#8244) 2021-07-05 13:33:12 +02:00
test_loop_state_dict.py [Refactor] Improve loops API 1/n (#8334) 2021-07-12 11:13:50 +00:00
test_loops.py [Refactor] Improve loops API 1/n (#8334) 2021-07-12 11:13:50 +00:00