Skip to content
Snippets Groups Projects
Commit e8c618e4 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Replaced "page" as link text by a more descriptive text in

distributed_training.md.
parent d1db430f
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!467Added "link" and "page" link texts as forbidden patterns.
......@@ -177,8 +177,8 @@ It is recommended to use
[DistributedDataParallel](https://pytorch.org/docs/stable/generated/torch.nn.parallel.DistributedDataParallel.html),
instead of this class, to do multi-GPU training, even if there is only a single node.
See: Use `nn.parallel.DistributedDataParallel` instead of multiprocessing or `nn.DataParallel`.
Check the [page](https://pytorch.org/docs/stable/notes/cuda.html#cuda-nn-ddp-instead) and
[Distributed Data Parallel](https://pytorch.org/docs/stable/notes/ddp.html#ddp).
Check the [PyTorch CUDA page](https://pytorch.org/docs/stable/notes/cuda.html#cuda-nn-ddp-instead)
and [Distributed Data Parallel](https://pytorch.org/docs/stable/notes/ddp.html#ddp).
??? example "Parallel Model"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment