Add DDP Spawn being default for Multi GPUs (#6292)
This commit is contained in:
parent
37f22c99ff
commit
42a7b70585
|
@ -267,7 +267,7 @@ Lightning allows multiple ways of training
|
|||
- TPUs (``tpu_cores=8|x``) (tpu or TPU pod)
|
||||
|
||||
.. note::
|
||||
If you request multiple GPUs or nodes without setting a mode, DDP will be automatically used.
|
||||
If you request multiple GPUs or nodes without setting a mode, DDP Spawn will be automatically used.
|
||||
|
||||
For a deeper understanding of what Lightning is doing, feel free to read this
|
||||
`guide <https://medium.com/@_willfalcon/9-tips-for-training-lightning-fast-neural-networks-in-pytorch-8e63a502f565>`_.
|
||||
|
|
Loading…
Reference in New Issue