lightning/pytorch_lightning/core
shantam-8 ddff6c1c7e Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02:00
..
mixins fix typos (#11937) 2022-02-16 17:27:51 -08:00
__init__.py Update core/lightning.py to core/module.py (#12740) 2022-05-18 08:03:55 +05:30
datamodule.py Support `predict_dataset` in `LightningDataModule.from_datasets` (#12942) 2022-05-04 13:12:22 +00:00
decorators.py Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +00:00
hooks.py Remove the deprecated `on_{train,val,test,predict}_dataloader` hooks (#13033) 2022-05-11 23:02:39 -04:00
lightning.py Add deprecation path for the old LightningModule module (#12740) 2022-05-18 08:03:55 +05:30
module.py Rename callbacks/base.py to callbacks/callback.py (#13031) 2022-05-19 13:25:25 +02:00
optimizer.py Add typing to `LightningModule.trainer` (#12345) 2022-03-29 04:14:14 +00:00
saving.py Add `LightningDataModule.load_from_checkpoint` to load datamodules directly from checkpoint (#12550) 2022-05-03 12:27:06 +00:00