lightning/pytorch_lightning
thomas chaton c521624a92
[bugfix] Add mechanism to prevent deadlock for DDP on Exception Trigger (#8167)
* add mechanism to prevent deadlock

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* resolve flake8 + update changelog

* update on comments

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* remove space

* resolve bugs

* overwrite config

* update on comments

* update on comments

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* update

* update test with comments

* Update pytorch_lightning/plugins/training_type/parallel.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* update on comments

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-06-28 19:26:03 +00:00
..
accelerators Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
callbacks [bugfix] Clean Validation Sanity Checking metrics (#8171) 2021-06-28 13:49:56 -04:00
core Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
distributed [bug] Update broadcast + reduce decision ModelCheckpoint] (#6410) 2021-03-14 17:14:27 +00:00
loggers Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
loops [bugfix] Clean Validation Sanity Checking metrics (#8171) 2021-06-28 13:49:56 -04:00
metrics remove message (#8163) 2021-06-28 09:57:52 +00:00
overrides Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
plugins [bugfix] Add mechanism to prevent deadlock for DDP on Exception Trigger (#8167) 2021-06-28 19:26:03 +00:00
profiler Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
trainer [bugfix] Add mechanism to prevent deadlock for DDP on Exception Trigger (#8167) 2021-06-28 19:26:03 +00:00
tuner rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
utilities [bugfix] Add mechanism to prevent deadlock for DDP on Exception Trigger (#8167) 2021-06-28 19:26:03 +00:00
__about__.py show mush go on (#7413) 2021-05-06 19:06:21 -04:00
__init__.py rename about (#7002) 2021-04-14 18:56:40 -04:00
py.typed make PyTorch Lightning PEP 561 Compliant (#3187) 2020-09-09 13:37:03 -04:00
setup_tools.py fix pip install (#7170) 2021-04-22 16:48:11 -04:00