File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/lightning/pytorch/strategies Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -422,8 +422,9 @@ def teardown(self) -> None:
422422class MultiModelDDPStrategy (DDPStrategy ):
423423 """Specific strategy for training on multiple models with multiple optimizers (e.g. GAN training).
424424
425- This strategy wraps each individual child module in :class:`~torch.nn.parallel.distributed.DistributedDataParallel` module.
426- Ensures manual backward only updates parameters of the targeted child module, preventing cross-references between modules' parameters.
425+ This strategy wraps each individual child module in :class:`~torch.nn.parallel.distributed.DistributedDataParallel`
426+ module. Ensures manual backward only updates parameters of the targeted child module, preventing cross-references
427+ between modules' parameters.
427428
428429 """
429430
You can’t perform that action at this time.
0 commit comments