lightning/pytorch_lightning/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
..
batch Refactor plugins backward (#8328) 2021-07-08 16:02:09 +02:00
dataloader Enables reload of dataloaders on every n epochs from every epoch (#5043) 2021-07-07 13:10:08 +02:00
epoch Delete `checkpoint_connector.has_trained` (#8292) 2021-07-07 17:47:35 +01:00
__init__.py `pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077) 2021-06-24 23:40:46 +02:00
base.py [Refactor] Improve loops API 1/n (#8334) 2021-07-12 11:13:50 +00:00
fit_loop.py Delete `checkpoint_connector.has_trained` (#8292) 2021-07-07 17:47:35 +01:00