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
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!
The text was updated successfully, but these errors were encountered:
It may be helpful to specify the GPU id.
Sorry, something went wrong.
how to deal with this problem?
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: