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 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
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
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.
hNet = caffe_('get_net', model_file, phase_name);
Anyone have met this one? Can you help me?
The text was updated successfully, but these errors were encountered:
By the way, I have on problem with compiling mex file.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: