lightning/pytorch_lightning
Carlos Mocholí 23807c24c2
Remove dead check in `ModelCheckpoint` (#10930)
2021-12-15 09:19:45 +05:30
..
accelerators Remove `_call_accelerator_hook` Trainer method (#10999) 2021-12-09 02:27:13 +01:00
callbacks Remove dead check in `ModelCheckpoint` (#10930) 2021-12-15 09:19:45 +05:30
core Add missing `self` to setup hook example (#11041) 2021-12-14 15:29:11 +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 Removed duplicated file extension when uploading model checkpoints with NeptuneLogger (#11015) 2021-12-11 00:03:12 +05:30
loops Simplify several profile calls (#11031) 2021-12-14 19:49:19 +00:00
overrides Fix retrieval of batch indices when dataloader num_workers > 0 (#10870) 2021-12-02 10:36:10 +00:00
plugins Clean up last `ModelCheckpoint` `makedirs` call to IOPlugin (#11035) 2021-12-14 18:43:57 +01:00
profiler Don't import torch_xla.debug for torch-xla<1.8 (#10836) 2021-12-06 06:31:38 +00:00
trainer Fix support for logging within callbacks returned from `LightningModule` (#10991) 2021-12-14 19:41:29 +01:00
tuner Update data docs (#11042) 2021-12-14 15:26:46 +00:00
utilities [CLI] Add support for `ReduceLROnPlateau` (#10860) 2021-12-01 15:41:22 +00:00
__about__.py Update dev branch to continue with 1.6 (#10332) 2021-11-03 14:07:55 +00:00
__init__.py Fix `caplog` with `logger.propagate=False` (#10577) 2021-11-17 16:25:55 +01:00
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00
setup_tools.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00