-
Notifications
You must be signed in to change notification settings - Fork 231
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
IOError: [Errno 2] No such file or directory: 'output/Conv_bn_moving_mean.dat' #43
Comments
i solved it , :-) |
How did you solve it?? |
can you share the methold to resolve this problem? thx~ |
#==========SSD layers=========== |
thx a lot~ |
emmm, i change the num_output and num_class=91. Maybe i make wrong and i still can not run. Could you please give me a right deploy.prototxt 老哥,我改了不行啊,能不能发deploy.prototxt带带我 |
deploy.prototxt我贴出来了,修改相应的layer_x_x_x_mbox_conf和layer_x_x_x_mbox_loc层的num_output ,你对照看一下 |
感谢,我明白怎么弄了 |
I1228 21:56:35.993526 22146 net.cpp:228] data_input_0_split does not need backward computation.
I1228 21:56:35.993530 22146 net.cpp:228] input does not need backward computation.
I1228 21:56:35.993532 22146 net.cpp:270] This network produces output detection_out
I1228 21:56:35.993688 22146 net.cpp:283] Network initialization done.
Conv
conv
Conv/bn
conv
Traceback (most recent call last):
File "load_caffe_weights.py", line 82, in
load_data(net_deploy)
File "load_caffe_weights.py", line 29, in load_data
net.params[key][0].data[...] = load_weights(prefix + '_moving_mean.dat')
File "load_caffe_weights.py", line 15, in load_weights
weights = np.fromfile(path, dtype=np.float32)
IOError: [Errno 2] No such file or directory: 'output/Conv_bn_moving_mean.dat'
The text was updated successfully, but these errors were encountered: