-
Notifications
You must be signed in to change notification settings - Fork 20
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
cuda runtime error #1
Comments
We haven't met the problem. It looks like your cuda haven't been configured correctly. |
I just ran your code on Linux, and your code works. the problem appears on Windows. |
I just found something closely related. See pytorch/pytorch#10113 |
I found the error analysis on official website,Is your cuda version 8.0?I installed the version 8.0 of cuda,but there are still mistakes. the error analysis on official website: |
pytorch 0.3.1 py36_cuda8.0.61_cudnn7.1.2_3 pytorch |
RuntimeError: cuda runtime error (48) : no kernel image is available for execution on the device at d:\pytorch\pytorch\torch\lib\thcunn\generic/Threshold.cu:34
I want to know,do you have met this problem?
The text was updated successfully, but these errors were encountered: