zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
404 stars 211 forks source link

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

Open yuconglin opened 7 years ago

yuconglin commented 7 years ago

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 commented 7 years ago

It may be helpful to specify the GPU id.

anjingde commented 3 years ago

how to deal with this problem?