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

Is CuDNN 5 supported? #97

Open
AlexTS1980 opened this issue Feb 8, 2017 · 2 comments
Open

Is CuDNN 5 supported? #97

AlexTS1980 opened this issue Feb 8, 2017 · 2 comments

Comments

@AlexTS1980
Copy link

Is CuDNN 5 supported? I installed vanilla caffe w/out any problem, but crf-rnn caffe keeps telling me

./include/caffe/util/cudnn.hpp: In function ‘void caffe::cudnn::createPoolingDesc(cudnnPoolingStruct**, caffe::PoolingParameter_PoolMethod, cudnnPoolingMode_t*, int, int, int, int, int, int)’:
./include/caffe/util/cudnn.hpp:124: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));

@bittnt
Copy link
Collaborator

bittnt commented Mar 27, 2017

Yes, you should check BVLC/caffe#4159 I think I have merged this with a branch in caffe-crfasrnn. To use this in the default branch, you probably have to do some changes. Feel free to submit a PR.

@AlexTS1980
Copy link
Author

What changes do I need to make?

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

2 participants