lightning/tests/trainer
Adrian Wälchli 971908a1aa
Loop Refactor 1/N - Training Loop (#7871)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: tchaton <thomas@grid.ai>
Co-authored-by: Justus Schock <justus.schock@rwth-aachen.de>
Co-authored-by: Justus Schock <justus.schock@posteo.de>
Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2021-06-15 12:55:06 +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_ Clean-up after logger connector redesign 2/2 (#7631) 2021-06-10 12:09:01 +00:00
loops Loop Refactor 1/N - Training Loop (#7871) 2021-06-15 12:55:06 +00:00
optimization Enable logger connector re-design (#7891) 2021-06-09 14:24:45 +00: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 add warning when Trainer(log_every_n_steps) not well chosen (#7734) 2021-06-07 12:40:43 +00: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 Bugfix/Multiple dataloaders (#7433) 2021-05-11 16:33:29 +02:00
test_trainer.py Loop Refactor 1/N - Training Loop (#7871) 2021-06-15 12:55:06 +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