Skip to content
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

errors occur when make caffe and pycaffe #1

Open
hellojialee opened this issue Jun 25, 2017 · 3 comments
Open

errors occur when make caffe and pycaffe #1

hellojialee opened this issue Jun 25, 2017 · 3 comments

Comments

@hellojialee
Copy link

Thank you for your great work and selfless sharing. But I meet with some issues.
When I make the caffe-fast-rcnn error occurred as flows:

./include/caffe/util/cudnn.hpp:127:41: error: too few arguments to function ‘cudnnStatus_t cudnnSetPooling2dDescriptor(cudnnPoolingDescriptor_t, cudnnPoolingMode_t, cudnnNanPropagation_t, int, int, int, int, int, int)’
pad_h, pad_w, stride_h, stride_w));

Is this problem related to the version of caffe and cudnn? I don't know how to fix it. Could you please give me some help?
Best wishes!

@UcanSee
Copy link

UcanSee commented Mar 12, 2018

did you solve this problem? I also meet this issue.

@TobiasWeis
Copy link

+1

@doruksonmez
Copy link

doruksonmez commented Jul 30, 2018

@ustclj , @UcanSee , @TobiasWeis that's because your system's cuDNN and this repo's cuDNN files's versions is not compatible.

rbgirshick/py-faster-rcnn#509 (comment)

You can try this solution. It worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants