advanced-mxnet2caffe icon indicating copy to clipboard operation
advanced-mxnet2caffe copied to clipboard

KeyError: 'conv10_fwd'

Open Jialeen opened this issue 5 years ago • 0 comments

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!

Jialeen avatar Jan 13 '20 08:01 Jialeen