lightning/pytorch_lightning/loops
Kaushik B e0b4bb2ea3
Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-11-25 16:41:03 +01:00
..
batch Fix `self.log(on_epoch=True)` on_batch_start (#9780) 2021-10-18 14:02:16 +02:00
dataloader del iterator on_run_end() (#9915) 2021-10-29 16:29:44 +00:00
epoch Fault Tolerant Manual: Add loading to reload the states (#10699) 2021-11-23 17:18:36 +00:00
optimization Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +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 del iterator on_run_end() (#9915) 2021-10-29 16:29:44 +00:00
utilities.py Change default value of the `max_steps` Trainer argument from `None` to `-1` (#9460) 2021-10-25 20:21:33 +00:00