-
Notifications
You must be signed in to change notification settings - Fork 208
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 (10) #503
Comments
|
How to solve this problem? |
I get the same problem. Any help on how to solve this problem ? |
I'm new to torch but the way I got this working is
Then plugging the output from above into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear all,
I have a issue when using the cutorch package
I install Torch7 with self-contained Lua on the redhat machine. No error occurs during the installation. Then I installed cutorch, and the output in the shell is below:
which seems normal. Then I try to import cutorch in th shell and the output is ok. However, when I ran a torch program using GPU, I met an error:
I wonder that do the settings of cuda or the way I install torch cause this problem?
(P.S., version of cuda is 7.0)
The text was updated successfully, but these errors were encountered: