lightning/pytorch_lightning
Adrian Wälchli 98cb7e8790
1/n Simplify spawn plugins: Simplify handling of multiprocessing queue (#10034)
Co-authored-by: thomas chaton <thomas@grid.ai>
2021-12-02 10:30:44 +00:00
..
accelerators 3/n Move Accelerator into strategy - remove model_sharded_context() (#10886) 2021-12-02 03:34:51 +00:00
callbacks Raise exception if rich is less than 10.2.2 (#10839) 2021-12-01 06:14:19 +00:00
core 1/n Simplify spawn plugins: Simplify handling of multiprocessing queue (#10034) 2021-12-02 10:30:44 +00:00
distributed Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
lite Remove `return_result` argument from `DDPSpawnPlugin.spawn()` (#10867) 2021-12-01 13:29:08 +00:00
loggers Fixed uploading best model checkpoint in NeptuneLogger (#10369) 2021-12-01 13:58:54 +00:00
loops Fix schedule reset logic in pytorch profiler (#10837) 2021-12-02 14:22:49 +05:30
overrides Fix typing in `pl.overrides.distributed` (#10797) 2021-11-30 21:22:05 +00:00
plugins 1/n Simplify spawn plugins: Simplify handling of multiprocessing queue (#10034) 2021-12-02 10:30:44 +00:00
profiler Fix schedule reset logic in pytorch profiler (#10837) 2021-12-02 14:22:49 +05:30
trainer 1/n Simplify spawn plugins: Simplify handling of multiprocessing queue (#10034) 2021-12-02 10:30:44 +00:00
tuner Update tests to avoid the deprecated `weights_summary` (#10446) 2021-11-11 18:15:18 +01:00
utilities [CLI] Add support for `ReduceLROnPlateau` (#10860) 2021-12-01 15:41:22 +00:00
__about__.py
__init__.py Fix `caplog` with `logger.propagate=False` (#10577) 2021-11-17 16:25:55 +01:00
py.typed
setup_tools.py