lightning/pytorch_lightning/callbacks
thomas chaton 0544efd453
[bug] Update broadcast + reduce decision ModelCheckpoint] (#6410)
* resolve bug

* update

* update changelog

* update PR

* Update pytorch_lightning/trainer/connectors/logger_connector/epoch_result_store.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* add todo

* resolve issues

* resolve flake8

* update

* add coverage for reduce

* wip

* restore back to brodbact

* remove test.py

* resolve flake8

* update

* check world size

* resolve test

* update

* use pytorch version when defined

* update on comments

* update on comments

* flake8

* resolve bugs

* Update CHANGELOG.md

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* update

* update

* update

* update

* remove test

* update

* resolve flake8

* update

* update

* update

* proxy

* update

* update

* resolve typo

* prune

* update parallel

* update

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-03-14 17:14:27 +00:00
..
__init__.py cleaning SWA (#6259) 2021-03-01 19:10:27 +01:00
base.py Pass {fit,validate,test,predict} to setup() and teardown() (#6386) 2021-03-08 15:27:07 +01:00
early_stopping.py [bug] Update broadcast + reduce decision ModelCheckpoint] (#6410) 2021-03-14 17:14:27 +00:00
finetuning.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
gpu_stats_monitor.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
gradient_accumulation_scheduler.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
lambda_function.py formatting 3/n: PL modules (#5716) 2021-02-08 14:28:38 -05:00
lr_monitor.py Document exceptions in callbacks (#5541) 2021-02-15 10:24:36 +00:00
model_checkpoint.py [bug] Update broadcast + reduce decision ModelCheckpoint] (#6410) 2021-03-14 17:14:27 +00:00
progress.py Add Trainer.validate(…) method to run one validation epoch (#4948) 2021-03-11 03:46:37 +01:00
pruning.py CI: fix examples - patch download MNIST (#6357) 2021-03-05 16:50:21 +00:00
quantization.py Docs for Pruning, Quantization, and SWA (#6041) 2021-02-18 13:51:51 +00:00
stochastic_weight_avg.py cleaning SWA (#6259) 2021-03-01 19:10:27 +01:00