Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ab5e47

Browse files
author
mcarilli
authored
Update README.md
1 parent a730f38 commit 8ab5e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple/distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[torch.nn.parallel.DistributedDataParallel](https://pytorch.org/docs/stable/nn.html#distributeddataparallel)
44
and the Pytorch multiprocess launcher script,
55
[torch.distributed.launch](https://pytorch.org/docs/master/distributed.html#launch-utility).
6-
The use of `Amp` with distributed does not need to change from ordinary
6+
The use of `Amp` with DistributedDataParallel does not need to change from ordinary
77
single-process use. The only gotcha is that wrapping your model with `DistributedDataParallel` must
88
come after the call to `amp.initialize`. Test via
99
```bash

0 commit comments

Comments
 (0)