lightning/tests/loops
jjenniferdai 6d79184ec5
Unify checkpoint load paths [redo #9693] (#10061)
2021-10-25 19:05:31 +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 Unify checkpoint load paths [redo #9693] (#10061) 2021-10-25 19:05:31 +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 Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
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 [Feat] Add auto_restart for fault tolerant training (#9722) 2021-10-01 16:37:17 +00:00
test_loops.py Unify checkpoint load paths [redo #9693] (#10061) 2021-10-25 19:05:31 +00:00
test_training_loop.py Avoid deprecation warning after #9901 (#9951) 2021-10-16 17:36:25 +01: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 Fix `self.log(on_epoch=True)` on_batch_start (#9780) 2021-10-18 14:02:16 +02:00
test_utilities.py Share the training step output data via `ClosureResult` (#9349) 2021-09-10 11:40:20 +00:00