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

Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM #81

Open
yuconglin opened this issue Jul 19, 2017 · 2 comments

Comments

@yuconglin
Copy link

When I ran run_mscnn_detection.m, I came across the following error:

I0719 11:29:16.877068 1939 layer_factory.hpp:77] Creating layer input
I0719 11:29:16.877079 1939 net.cpp:100] Creating Layer input
I0719 11:29:16.877084 1939 net.cpp:408] input -> data
I0719 11:29:16.886574 1939 net.cpp:150] Setting up input
I0719 11:29:16.886605 1939 net.cpp:157] Top shape: 1 3 768 2560 (5898240)
I0719 11:29:16.886613 1939 net.cpp:165] Memory required for data: 23592960
I0719 11:29:16.886622 1939 layer_factory.hpp:77] Creating layer conv1_1
I0719 11:29:16.886638 1939 net.cpp:100] Creating Layer conv1_1
I0719 11:29:16.886647 1939 net.cpp:434] conv1_1 <- data
I0719 11:29:16.886659 1939 net.cpp:408] conv1_1 -> conv1_1
F0719 11:29:17.397958 1939 cudnn.hpp:113] Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM
*** Check failure stack trace: ***
Killed

cuda-8.0, cudnn 5.1, gpu:Quadro K4100M
Thanks for any help!

@lji72
Copy link

lji72 commented Jul 22, 2017

It may be helpful to specify the GPU id.

@anjingde
Copy link

how to deal with this problem?

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

3 participants