-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
when I run /+caffe/run_tests.m, I get this problem,
I0228 20:15:04.767701 19792 layer_factory.hpp:74] Creating layer data I0228 20:15:04.767720 19792 net.cpp:90] Creating Layer data I0228 20:15:04.767729 19792 net.cpp:378] data -> data I0228 20:15:04.767745 19792 net.cpp:378] data -> label I0228 20:15:04.767753 19792 net.cpp:120] Setting up data I0228 20:15:04.767781 19792 net.cpp:127] Top shape: 5 2 3 4 (120) I0228 20:15:04.767788 19792 net.cpp:127] Top shape: 5 1 1 1 (5) I0228 20:15:04.767794 19792 layer_factory.hpp:74] Creating layer conv I0228 20:15:04.767802 19792 net.cpp:90] Creating Layer conv I0228 20:15:04.767807 19792 net.cpp:420] conv <- data I0228 20:15:04.767815 19792 net.cpp:378] conv -> conv I0228 20:15:04.767823 19792 net.cpp:120] Setting up conv Killed
Also, when I compiled all caffe without error, I run script_faster_rcnn_VOC2007_VGG16, I still get the same problem,
I0228 20:50:13.966809 20430 net.cpp:380] Input 0 -> data I0228 20:50:13.966893 20430 layer_factory.hpp:74] Creating layer conv1_1 I0228 20:50:13.966928 20430 net.cpp:90] Creating Layer conv1_1 I0228 20:50:13.966943 20430 net.cpp:420] conv1_1 <- data I0228 20:50:13.966962 20430 net.cpp:378] conv1_1 -> conv1_1 I0228 20:50:13.966986 20430 net.cpp:120] Setting up conv1_1
After that, I detectd the problem happened at
hNet = caffe_('get_net', model_file, phase_name);
in get_net.m file.
Anyone have met this one? Can you help me?