-
Notifications
You must be signed in to change notification settings - Fork 17
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
error #3
Comments
Such error message could be triggered if you didn't install apex properly. |
PyTorch version: 1.7.1+cu110 The problem remains |
Do you want to share your log when you installing apex? |
I use the code "pip install -v --no-cache-dir ./" can successfully installed sing pip 22.2.1 from /home/cxq/.conda/envs/torch10/lib/python3.7/site-packages/pip (python 3.7) torch.version = 1.7.1+cu110 running egg_info torch.version = 1.7.1+cu110 running bdist_wheel |
AttributeError: module 'torch.distributed' has no attribute '_all_gather_base' |
Hi, did you get any error when running: python setup.py build develop ? I got the error below |
@cxq1 I found some relevant articles from NVIDIA/apex#1532 about this issue. |
@ShirleySyh I am not sure apex is successfully installed before u run it. |
If system cannot find available GPU architecture, then try |
Thank you for your reply. |
pyTorch version: 1.9.0+cu111
Is debug build: False
CUDA used to build PyTorch: 11.1
D-WSCL/wetectron/csrc/cuda/ROIPool_cuda.cu line=151 error=209 : no kernel image is available for execution on the device
The text was updated successfully, but these errors were encountered: