lightning/tests/trainer
Adrian Wälchli e802f519ea
Tighten the checks for `Trainer.terminate_on_nan` (#9190)
2021-09-02 18:35:22 +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 Load ckpt path when model provided in validate/test/predict (#8352) 2021-07-28 10:12:46 +00:00
logging_ Add on_exception callback hook (#9183) 2021-09-01 10:49:00 +02:00
loops extract optimizer loop (#9191) 2021-09-02 12:40:05 +01:00
optimization 3/n inter batch parallelism (#9052) 2021-08-24 18:45:54 +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 calls to internal dev debugger in training- and eval loop (#9188) 2021-08-30 17:16:59 +02:00
test_progress.py CI: yesqa (#8564) 2021-08-02 16:05:56 +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 Tighten the checks for `Trainer.terminate_on_nan` (#9190) 2021-09-02 18:35:22 +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