-
Notifications
You must be signed in to change notification settings - Fork 2k
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
deform_conv_cuda ImportError #583
Comments
Hi, I think it should work with this cuda version. It's pretty weird. Maybe you can google related errors. |
Would it be related to GCC version? What is the GCC version. You may want to check this link: |
I have already tried, and this error will still appear on the gcc5.4which version<6.0 @Fang-Haoshu @starry-xin |
The GCC version is 4.9.3 now, and I will check and try to update it. Thanks! |
I met this problem too! But I dont kown how to solve it. |
@IMBINGO95 How about using GCC5.4? |
I tried on another machine with the same environment except gcc==5.4 ,but it failed again ! |
Have you solved the probem? If you did, can you tell me how to solve it ? Please, thank you very much! |
I change the environment into pytorch==1.1.0, torchvision==0.3.0, cudatoolkit=10.0 and install cuda==10.0 instead of cuda==9.2 which have existed in system. Then the error disappeared. |
It dosen't seem to matter. |
I see, thanks! @starry-xin |
So is the solution to move to CUDA 10? |
I guess so in the environment required. |
Is there a requirement for the CUDA version?
ImportError happens when I run the demo:
Current environment:
pytorch==1.2.0
torchvision==0.4.0
cudatoolkit=9.2
The text was updated successfully, but these errors were encountered: