You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imagenet/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ python main.py -a resnet18 --dummy
33
33
34
34
## Multi-processing Distributed Data Parallel Training
35
35
36
-
You should always use the NCCL backend for multi-processing distributed training since it currently provides the best distributed training performance.
36
+
If running on CUDA, you should always use the NCCL backend for multi-processing distributed training since it currently provides the best distributed training performance.
37
+
38
+
For XPU multiprocessing is not supported as of PyTorch 2.6.
0 commit comments