Add DDP Spawn being default for Multi GPUs (#6292)

This commit is contained in:
Kaushik B 2021-03-22 02:40:54 +05:30 committed by GitHub
parent 37f22c99ff
commit 42a7b70585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>`_.