You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the error as follows:
VALID KEYS:
conv10_bias: (64L,)->(64, 64, 3, 3)
0 | conv10_bias -> conv10 , initialized.
('conv10_weight', 'conv10_fwd')
Traceback (most recent call last):
File "mxnet2caffe.py", line 65, in
print("{}: {}->{}".format(key_i, arg_params[key_i].shape, net.params[key_caffe][0].data.shape))
KeyError: 'conv10_fwd'
How to solve this problem?
Thank you very much!
The text was updated successfully, but these errors were encountered:
I got the error as follows:
VALID KEYS:
conv10_bias: (64L,)->(64, 64, 3, 3)
0 | conv10_bias -> conv10 , initialized.
('conv10_weight', 'conv10_fwd')
Traceback (most recent call last):
File "mxnet2caffe.py", line 65, in
print("{}: {}->{}".format(key_i, arg_params[key_i].shape, net.params[key_caffe][0].data.shape))
KeyError: 'conv10_fwd'
How to solve this problem?
Thank you very much!
The text was updated successfully, but these errors were encountered: