lightning/tests/loops
Danielle Pintz b3a5c7f442
Add `enable_progress_bar` to Trainer constructor (#9664)
2021-09-24 22:53:31 -07:00
..
batch rewrite and improve tests for truncated back-propagation (#9369) 2021-09-08 20:32:59 +00:00
optimization Add `enable_progress_bar` to Trainer constructor (#9664) 2021-09-24 22:53:31 -07: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 mark several methods in evaluation loops as protected (#9516) 2021-09-15 14:12:27 +00:00
test_evaluation_loop_flow.py Add custom logic to each `OutputResult` subclass [2/2] (#9424) 2021-09-15 12:18:19 +00:00
test_flow_warnings.py Loop and test restructuring (#9383) 2021-09-10 13:18:24 +00:00
test_loop_state_dict.py Add `is_last_batch` to progress tracking (#9657) 2021-09-23 12:54:41 +00:00
test_loops.py Add `enable_progress_bar` to Trainer constructor (#9664) 2021-09-24 22:53:31 -07:00
test_training_loop.py Add `enable_progress_bar` to Trainer constructor (#9664) 2021-09-24 22:53:31 -07:00
test_training_loop_flow_dict.py Loop and test restructuring (#9383) 2021-09-10 13:18:24 +00:00
test_training_loop_flow_scalar.py Add custom logic to each `OutputResult` subclass [2/2] (#9424) 2021-09-15 12:18:19 +00:00
test_utilities.py Share the training step output data via `ClosureResult` (#9349) 2021-09-10 11:40:20 +00:00