lightning/tests/trainer
Carlos Mocholí 05ff1b2085
Remove unnecessary `TrainingEpochLoop` return (#9298)
2021-09-06 13:54:33 +02:00
..
connectors [2 / 3] improvements to saving and loading callback state (#7187) 2021-08-24 17:35:19 +00:00
dynamic_args Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
flags remove early stopping tracking from internal debugger (#9327) 2021-09-06 10:43:03 +02:00
logging_ Add typing for `ResultCollection` [3/3] (#9271) 2021-09-06 09:34:40 +00:00
loops Move tracking epoch end outputs logic to the `EvaluationEpochLoop` (#9261) 2021-09-03 15:02:34 +02:00
optimization Renamed `lr_dict` to `lr_scheduler_config` (#9313) 2021-09-04 00:47:43 +00:00
properties Rename test file from log_dir to test_log_dir (#9105) 2021-08-25 12:48:06 +00:00
__init__.py split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_config_validator.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_data_loading.py [Bugfix] Detach Loaders after running entrypoint (#8885) 2021-08-16 09:26:38 +02:00
test_dataloaders.py Remove unnecessary `TrainingEpochLoop` return (#9298) 2021-09-06 13:54:33 +02:00
test_progress.py Avoid optional `Tracker` attributes and enable mypy (#9320) 2021-09-06 00:20:44 +00:00
test_states.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_supporters.py 3/n integrate new LightningDataFetcher into loop (#8953) 2021-08-17 21:42:22 +00:00
test_trainer.py Remove deprecation warnings being called for `on_{task}_dataloader` (#9279) 2021-09-06 10:03:30 +02:00
test_trainer_cli.py Remove truncated_bptt_steps from Trainer constructor (#8825) 2021-08-11 03:26:01 +00:00
test_trainer_tricks.py Replace DataLoader sampler once for IPUs (#8858) 2021-08-16 11:28:05 +02:00