-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: NCCL error in #5
Comments
I met the similar error,pls help |
I met this problem too. |
it can work using 1 gpu |
Looks like issue because of the DistributedDataParallel. Have you installed pytorch and cuda according to the provided version? |
I configured my environment exactly as the readme file, but it still didn't work. |
What's your graphics card and cuda version? |
The issue is argparse isn't properly parsing the Just change parser.add_argument('--gpu',default=[0],help='gpu',nargs='+',type=int) and pass the gpu args as |
RuntimeError: NCCL error in: /opt/conda/conda-bld/pytorch_1639180594101/work/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp:957, invalid usage, NCCL version 21.0.3
The text was updated successfully, but these errors were encountered: