Skip to content

Commit 033e8e8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 97dabf8 commit 033e8e8

File tree

1 file changed

+1
-0
lines changed
  • src/lightning/pytorch/strategies

1 file changed

+1
-0
lines changed

src/lightning/pytorch/strategies/ddp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ class MultiModelDDPStrategy(DDPStrategy):
423423
"""Specific strategy for training on multiple models with multiple optimizers (e.g. GAN training).
424424
425425
This strategy allows to wrap multiple models with DDP, rather than just one which is about just normal DDPStrategy.
426+
426427
"""
427428

428429
@override

0 commit comments

Comments
 (0)