lightning/pytorch_lightning
Kushashwa Ravi Shrimali 02ccd874b9
Stop loading a few properties if checkpoint's `dirpath` has changed (#12045)
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-02-28 16:42:09 +00:00
..
accelerators Add support for pluggable Accelerators (#12030) 2022-02-28 21:36:23 +05:30
callbacks Stop loading a few properties if checkpoint's `dirpath` has changed (#12045) 2022-02-28 16:42:09 +00:00
core Fix `LightningModule.{un,}toggle_model` when only 1 optimizer is used (#12088) 2022-02-28 12:41:51 +00:00
distributed Renamed the `DDPSpawnPlugin` to `DDPSpawnStrategy` (#11145) 2021-12-21 23:06:14 +00:00
lite Rewrite accelerator_connector (#11448) 2022-02-17 23:38:39 +00:00
loggers Further clean up aggregation logic (#12053) 2022-02-23 21:42:51 +00:00
loops Clean loop fetching usage (#12103) 2022-02-28 10:51:33 +00:00
overrides Fix passing _ddp_params_and_buffers_to_ignore (#11949) 2022-02-24 17:22:48 +00:00
plugins Refactor codebase to use `trainer.loggers` over `trainer.logger` when needed (#11920) 2022-02-25 16:01:04 -08:00
profiler Deprecate `BaseProfiler.profile_iterable` (#12102) 2022-02-25 16:26:20 +01:00
strategies [IPU] Support manually instantiating the `poptorch.DataLoader` (#12116) 2022-02-28 09:36:26 +00:00
trainer Add support for pluggable Accelerators (#12030) 2022-02-28 21:36:23 +05:30
tuner Refactor codebase to use `trainer.loggers` over `trainer.logger` when needed (#11920) 2022-02-25 16:01:04 -08:00
utilities [CLI] Fix `SaveConfigCallback` with DDP spawn (#12011) 2022-02-28 13:27:42 +00:00
__about__.py Update dev branch to continue with 1.6 (#10332) 2021-11-03 14:07:55 +00:00
__init__.py Add DETAIL logs for batch use cases (#11008) 2022-01-12 01:22:48 +01:00
py.typed
setup_tools.py