lightning/pytorch_lightning/callbacks
Jirka Borovec 58a467dd68
model checkpint on rank_zero_only & global rank state (#1408)
* try delete in async or DDP us0-ecase

* changelog

* add model chekpoint rank

* simple delete

* flake8

* use global rank

* chnagelog

* fix review

* fix import

* proposal

* proposal

* proposal

* improve proposal (fix problems with method call self)

* cleaning

Co-authored-by: Adrian Wälchli <adrian.waelchli@students.unibe.ch>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-04-24 17:21:00 -04:00
..
__init__.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00
base.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00
early_stopping.py fixed memory leak from opt return (#1528) 2020-04-19 16:41:54 -04:00
gradient_accumulation_scheduler.py add rank warning (#1428) 2020-04-09 14:05:46 -04:00
model_checkpoint.py model checkpint on rank_zero_only & global rank state (#1408) 2020-04-24 17:21:00 -04:00
progress.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00