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

caffe install #5

Closed
hanyamin opened this issue Mar 29, 2017 · 2 comments
Closed

caffe install #5

hanyamin opened this issue Mar 29, 2017 · 2 comments

Comments

@hanyamin
Copy link

Hi Lijun,
When I install caffe you provided, I got some troubles. when I executed the order "make runtest" . I got some errors as follows
[ RUN ] CuDNNConvolutionLayerTest/1.TestSimpleConvolutionCuDNN
F0329 08:59:17.664275 41802 cudnn.hpp:92] Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM

The environments is as follows:
OS: Centos 7.0 64bit
cuda 7.5
cudnn4.0

Thanks

@scott89
Copy link
Owner

scott89 commented Apr 1, 2017

Dear Hanyamin,

The error encountered in "make runtest" maybe caused by the conflict of CuDNN versions. Since our released source code uses a modified version of Conv and cannot use CuDNN engine, you can set the macro USE_CUDNN in Makefile.config to 0.

@hanyamin
Copy link
Author

hanyamin commented Apr 1, 2017

Thanks

@hanyamin hanyamin closed this as completed Apr 1, 2017
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