lightning/pytorch_lightning/loops
Carlos Mocholí e44921ee21
Fix `self.log(on_epoch=True, reduce_fx=sum)` on_batch_start (#9791)
2021-10-20 01:56:37 +02:00
..
batch Fix `self.log(on_epoch=True)` on_batch_start (#9780) 2021-10-18 14:02:16 +02:00
dataloader [2/n] Directly call TrainingTypePlugin APIs instead of going through the Accelerator (#9901) 2021-10-14 17:38:22 +02:00
epoch Fix `self.log(on_epoch=True, reduce_fx=sum)` on_batch_start (#9791) 2021-10-20 01:56:37 +02:00
optimization Set the optimization output result class as a class attribute (#9977) 2021-10-19 16:33:08 +01:00
__init__.py Loop and test restructuring (#9383) 2021-09-10 13:18:24 +00:00
base.py Update docs for base Loop class with examples (#9993) 2021-10-18 15:37:23 +00:00
fit_loop.py Remove `reset_train_val_dataloaders` from Trainer and move data reloading logic to loop (#9671) 2021-10-19 21:45:52 +02:00
utilities.py [Refactor] Simplify data loading logic around replacing sampler to prevent confusion (#9721) 2021-09-28 17:04:02 +00:00