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

How to make ? #21

Open
zhangguotai opened this issue Mar 5, 2018 · 1 comment
Open

How to make ? #21

zhangguotai opened this issue Mar 5, 2018 · 1 comment

Comments

@zhangguotai
Copy link

I have compiled successfully the codes of caffe in my computer,running examples! But when compiling modified codes,I encounter problems.
the problem as follow:
./include/caffe/util/cudnn.hpp:113:70: error: too few arguments to function ‘cudnnStatus_t cudnnSetConvolution2dDescriptor(cudnnConvolutionDescriptor_t, int, int, int, int, int, int, cudnnConvolutionMode_t, cudnnDataType_t)’
pad_h, pad_w, stride_h, stride_w, 1, 1, CUDNN_CROSS_CORRELATION));
I should how to solve it?
ubuntu 16,cuda9.0,cuda compilation tools 9.0

@wenwei202
Copy link
Owner

The latest version of cudnn I tested on was 5.0, seems the api changed.

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