-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Installation errors with CUDNN v5 #3969
Comments
I'm pretty sure that cuDNN v5 isn't supported yet. See #3919 |
@iNeil77 |
cuDNN v4 works fine with the master branch, since December. I don't know why people keep saying it doesn't :) |
iNeil77 did you manage to fix this in the end? If so how as I have the exact same problem? (I have tried version 3,4 and 5 |
@samchorlton No I needed it setup quickly, so I just proceeded to install with v3 |
@samchorlton @iNeil77 again, v4 works fine too. If that's not the case you have a problem with your setup. |
Didnt try v4, just stuck to what everyone says works |
Since I am using bleeding edge Theano, they force me to upgrade to v5, any way to make caffe to work with v5? |
MANY THANKS! |
I met the same error |
I also met this same error. What should I do? eventually, I have to re-install ubuntu14.04 and start at the beginning?? :( |
it now support cudnnv4 not v5 On Mon, May 2, 2016 at 12:36 PM youngwanLEE [email protected]
|
use cudnn v4 On Mon, May 2, 2016 at 12:36 PM youngwanLEE [email protected]
|
just using V4 worked for me |
@Clayton-Davis v5 is supported now actually |
@flx42 Really? I will have a try now. Thank you for the inform. |
@RuiLiu1217 v5 can work ? |
@flx42 when I run v5, it reports the error: -- Performing Test BLAS_F2C_FLOAT_WORKS after I change to v4, make runtest can go through properly. |
Can someone point me to the commit(s) that made cuDNN v5 work? |
You can try this fork and let me know if it suffices. |
I have cuda v7.5 and cudnn v5 installed and upon having pre-installed the necessary dependencies through
apt-get
andpip
, I proceeded tomake all
in my caffe master directory with my makefile config havingUSE_CUDNN := 1
set, which led to the following error. Can anybody tell me where am I going wrong?Thanks in advance!
The text was updated successfully, but these errors were encountered: