Commit 4ff153cd authored by Tim Zaman's avatar Tim Zaman Committed by mcarilli
Browse files

Fix link to distributed samples (#298)

parent 39e153a3
...@@ -37,7 +37,7 @@ optimized for NVIDIA's NCCL communication library. ...@@ -37,7 +37,7 @@ optimized for NVIDIA's NCCL communication library.
[Python Source](https://github.com/NVIDIA/apex/tree/master/apex/parallel) [Python Source](https://github.com/NVIDIA/apex/tree/master/apex/parallel)
[Example/Walkthrough](https://github.com/NVIDIA/apex/tree/master/examples/distributed) [Example/Walkthrough](https://github.com/NVIDIA/apex/tree/master/examples/simple/distributed)
The [Imagenet example](https://github.com/NVIDIA/apex/tree/master/examples/imagenet) The [Imagenet example](https://github.com/NVIDIA/apex/tree/master/examples/imagenet)
shows use of `apex.parallel.DistributedDataParallel` along with `apex.amp`. shows use of `apex.parallel.DistributedDataParallel` along with `apex.amp`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment