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

error at hNet = caffe_('get_net', model_file, phase_name); #191

Open
wangjy2020 opened this issue Feb 28, 2018 · 1 comment
Open

error at hNet = caffe_('get_net', model_file, phase_name); #191

wangjy2020 opened this issue Feb 28, 2018 · 1 comment

Comments

@wangjy2020
Copy link

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?

@wangjy2020
Copy link
Author

By the way, I have on problem with compiling mex file.

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

1 participant