lightning/pytorch_lightning/overrides
four4fish b64dea9dc3
Rename `DDPPlugin` to `DDPStrategy` (#11142)
* Raname DDPPlugin to DDPStrategy

* Change ddp_plugin to ddp_strategy

* update changelog

* rename occurences in docs

* rename more occurrences

* fix line too long

* more fixes

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-12-21 08:55:51 +00:00
..
__init__.py Refactor LightningDataParallel (#5670) 2021-01-31 06:08:16 -05:00
base.py Rename `DDPPlugin` to `DDPStrategy` (#11142) 2021-12-21 08:55:51 +00:00
data_parallel.py Fix typing in `pl.overrides.data_parallel` (#10796) 2021-11-29 10:58:23 +01:00
distributed.py Fix retrieval of batch indices when dataloader num_workers > 0 (#10870) 2021-12-02 10:36:10 +00:00
fairscale.py Fix typing in `pl.overrides.fairscale` (#10799) 2021-11-29 11:28:28 +00:00