lightning/tests/trainer
Adrian Wälchli 6db0fe3659
training loop refactor - move val loop (#8120)
* EvaluationDataLoaderLoop -> EvaluationLoop

* proposed rename files

* imports

* bad merge

* update init files

* glue imports together

* rename fit_loop.validation_loop to fit_loop.val_loop

* move loop

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

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

* Group imports

* Resolve circular import

* Comment

* fix test

* try to resolve circ import

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-06-29 09:06:44 +00:00
..
connectors deprecate hpc_load() and integrate it with restore() (#7955) 2021-06-14 12:20:01 +00:00
dynamic_args More EpochResultStore refactors! 🎉 (#5522) 2021-02-11 14:32:45 +00:00
flags Remove metric tracking from dev debugger (#7759) 2021-05-30 12:03:42 +02:00
logging_ [bugfix] Clean Validation Sanity Checking metrics (#8171) 2021-06-28 13:49:56 -04:00
loops `pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077) 2021-06-24 23:40:46 +02:00
optimization rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
properties Refactor PyTorch profiler 4/5 (#6349) 2021-03-23 18:13:29 +01:00
__init__.py split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_config_validator.py Standardize positional datamodule and argument names (#7431) 2021-06-15 11:50:13 +00:00
test_data_loading.py Auto-set `DataLoader.worker_init_fn` with `seed_everything` (#6960) 2021-04-19 16:28:37 +02:00
test_dataloaders.py Remove unnecessary use of comprehension (#8149) 2021-06-27 10:00:02 +01:00
test_progress.py [2/N] Define dataclasses for progress tracking (#7574) 2021-05-22 03:09:08 +02:00
test_states.py `is_overridden` improvements (#7918) 2021-06-11 13:47:00 +02:00
test_supporters.py Remove unnecessary use of comprehension (#8149) 2021-06-27 10:00:02 +01:00
test_trainer.py training loop refactor - move val loop (#8120) 2021-06-29 09:06:44 +00:00
test_trainer_cli.py add forgotten test in #7240 (#7283) 2021-05-03 23:56:30 +00:00
test_trainer_tricks.py Code cleaning in preparation for #7258 [3/n] (#7262) 2021-04-29 14:40:51 +02:00