lightning/tests/loops
Rohit Gupta ec27313be2
Fix batch size extraction when set by the user in `LightningModule.log` (#10408)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-11-19 16:48:26 +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 del iterator on_run_end() (#9915) 2021-10-29 16:29:44 +00: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 Fix batch size extraction when set by the user in `LightningModule.log` (#10408) 2021-11-19 16:48:26 +00:00
test_loops.py Added boring model as a ipynb so it can be updated (#10521) 2021-11-19 16:32:30 +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 Share the training step output data via `ClosureResult` (#9349) 2021-09-10 11:40:20 +00:00