lightning/tests/loops
Rohit Gupta 5ea811b1d9
Avoid loading dataloaders if `limit_batches=0` (#11576)
2022-02-22 11:33:53 +00:00
..
batch
epoch Fix val_loop run on restart (#11552) 2022-02-02 20:19:34 +00:00
optimization fix typos (#11937) 2022-02-16 17:27:51 -08:00
__init__.py
test_all.py update tests for v2 (#11487) 2022-01-16 21:43:37 +05:30
test_evaluation_loop.py update tests for v2 (#11487) 2022-01-16 21:43:37 +05:30
test_evaluation_loop_flow.py
test_flow_warnings.py
test_loop_state_dict.py Support optimizer step progress tracking with manual optimization (#11848) 2022-02-16 21:27:27 +00:00
test_loops.py Avoid loading dataloaders if `limit_batches=0` (#11576) 2022-02-22 11:33:53 +00:00
test_training_loop.py Fix `current_epoch` value on training end (#8578) 2022-02-10 17:55:59 +01:00
test_training_loop_flow_dict.py
test_training_loop_flow_scalar.py
test_utilities.py