lightning/pytorch_lightning/loops
thomas chaton 1814334581
[bugfix] Always return batch indices to prevent duplicated logic for the users (#9432)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-09-14 14:40:19 +00:00
..
batch Loop and test restructuring (#9383) 2021-09-10 13:18:24 +00:00
dataloader Type the Loop base class as generic (#9418) 2021-09-10 12:24:25 +00:00
epoch [bugfix] Always return batch indices to prevent duplicated logic for the users (#9432) 2021-09-14 14:40:19 +00:00
optimization Keep global step update in the loop (#8856) 2021-09-14 19:21:39 +05:30
__init__.py Loop and test restructuring (#9383) 2021-09-10 13:18:24 +00:00
base.py Type the Loop base class as generic (#9418) 2021-09-10 12:24:25 +00:00
fit_loop.py fix resuming from checkpoint for fault-tolerant in case of no failure (#9371) 2021-09-10 17:25:46 +00:00
utilities.py Share the training step output data via `ClosureResult` (#9349) 2021-09-10 11:40:20 +00:00