lightning/tests/loops
Carlos Mocholí 7e10f6d41f
Save the loop progress state by default (#10784)
2021-12-17 16:00:27 +00:00
..
batch Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
epoch reduce loop structure leakage into the `TrainingEpochLoop` (#9490) 2021-09-28 13:22:22 +00:00
optimization Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
__init__.py Add `state_dict` to loops (#8197) 2021-07-01 15:54:37 +00:00
test_all.py Loop and test restructuring (#9383) 2021-09-10 13:18:24 +00:00
test_evaluation_loop.py Track the evaluation loop outputs in the loop (#10928) 2021-12-17 14:00:47 +01:00
test_evaluation_loop_flow.py Fix `self.log(on_epoch=True)` on_batch_start (#9780) 2021-10-18 14:02:16 +02:00
test_flow_warnings.py Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
test_loop_state_dict.py Save the loop progress state by default (#10784) 2021-12-17 16:00:27 +00:00
test_loops.py Save the loop progress state by default (#10784) 2021-12-17 16:00:27 +00:00
test_training_loop.py del iterator on_run_end() (#9915) 2021-10-29 16:29:44 +00:00
test_training_loop_flow_dict.py Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
test_training_loop_flow_scalar.py Update recommendation on `dataloader_idx` (#10318) 2021-11-04 01:39:55 +01:00
test_utilities.py Improve typing for loops (#10780) 2021-11-30 20:28:55 +00:00