-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
make error with cuda-7.5 and cundnn 5.1 #455
Comments
hello,i am meeting this problem as well.could you please tell how to solver it ?thanks! |
Try this: 2). 3). (in |
Hey there. My issue now is that i get an error when i train the net, the solver can't set an attribute:
Did you encounter this error after you patched the cudnnNanPropagation_t bug? I'm worried it's caused by this BVLC Caffe merge. Thanks. |
@Microos Solution worked for me with Cuda8.0, cuDnnv5, ubuntu 16.04. |
while doing "make all" , I get error:
py-faster-rcnn/caffe-fast-rcnn/include/caffe/util/cudnn.hpp(126): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"
Is cuda-7.5 and cudnn v-5.1 combination not supported? i am on ubuntu 14.04 platform
The text was updated successfully, but these errors were encountered: