lightning/pytorch_lightning/core
Kaushik B 576a5d62a0
Introduce strategies directory for Training Strategies (#11226)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-12-22 20:23:30 +00:00
..
mixins Drop Python 3.6 support (#11117) 2021-12-21 17:06:15 +00:00
__init__.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
datamodule.py Remove deprecated datamodule lifecycle properties (#10350) 2021-11-05 05:03:57 +00:00
decorators.py Enable auto parameters tying for TPUs (#9525) 2021-10-06 10:16:44 +02:00
hooks.py Add missing `self` to setup hook example (#11041) 2021-12-14 15:29:11 +00:00
lightning.py Introduce strategies directory for Training Strategies (#11226) 2021-12-22 20:23:30 +00:00
memory.py Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513) 2021-08-03 22:08:51 +00:00
optimizer.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
saving.py Fix CVE-2020-1747 and CVE-2020-14343 (#11099) 2021-12-17 20:27:15 +00:00