We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
did you solve this problem? I also meet this issue.
Sorry, something went wrong.
+1
@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.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: