lightning/pytorch_lightning/core
Carlos Mocholí 939d56c6d6
Drop PyTorch 1.7 support (#12432)
2022-03-27 21:31:20 +00:00
..
mixins fix typos (#11937) 2022-02-16 17:27:51 -08:00
__init__.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
datamodule.py Introduce `Stateful` DataModule (#11637) 2022-02-07 21:13:24 +01:00
decorators.py Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +00:00
hooks.py Do not mark LightningModule methods as abstract (#12381) 2022-03-23 08:55:12 +00:00
lightning.py Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +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 Support manual optimization step profiling without a trainer reference (#11883) 2022-02-21 13:43:12 +00:00
saving.py fix typos (#11937) 2022-02-16 17:27:51 -08:00