-
Notifications
You must be signed in to change notification settings - Fork 157
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
CuDNN v7 for Cuda 9.0 not working #383
Comments
Using this: Results in:
Edit: Using this worked:
|
got to do so much bullshit to make torch/lua work with 10 series nvidia GPU. even after 1 year +. |
In which path did you run the below code?! |
I have the same problem and I couldnt solve it yet! ///////////////////////////////////////////////////////////////// My .bashrc file containes: ///////////////////////////////////////////////////////////////// and I'm sure that the libcudnn.so.7 file exists in /usr/local/cuda-9.1/lib64 System Information: |
You can change the called cudnn version executing the following command in the prompt: export CUDNN_PATH="/usr/local/cuda/lib64/libcudnn.so.X" where the X is your current cudnn version, in my case version 7. |
THX, it works for me! |
This does not work for me. Im on ubuntu 18.02 cuda 9.2 and cudnn 7 Any ideas? |
It also does not work for me. Im on ubuntu 16.04 cuda 9.0 and cudnn 7.4.2
|
@THUHoloLab Thanks |
I installed Cuda 9.0 and CuDNN v7, but I keep getting this error when trying to use Torch7's
cudnn
package.The text was updated successfully, but these errors were encountered: