lightning/pytorch_lightning/overrides
ananthsub a64438c897
Centralize rank_zero_only utilities into their own module (#11747)
* Centralize rank_zero_only utilities into their own module

Fixes #11746

* PossibleUserWarning

* Update test_warnings.py

* update imports

* more imports

* Update CHANGELOG.md

* Update mlflow.py

* Update cli.py

* Update api_references.rst

* Update meta.py

* add deprecation tests

* debug standalone

* fix standalone tests

* Update CHANGELOG.md
2022-02-07 08:09:55 +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 Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +00: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