MXNet2Caffe icon indicating copy to clipboard operation
MXNet2Caffe copied to clipboard

mxnet

Open sunrongda opened this issue 6 years ago • 1 comments

Traceback (most recent call last): File "json2prototxt.py", line 38, in write_node(prototxt_file, info) File "/root/MXNet2Caffe/prototxt_basic.py", line 143, in write_node Convolution(txt_file, info) File "/root/MXNet2Caffe/prototxt_basic.py", line 16, in Convolution if info['param']['no_bias'] == 'True': KeyError: 'param'

sunrongda avatar Mar 03 '19 08:03 sunrongda

In prototxt_basic.py I think the key should be params. When I print info.keys() output is : [u'inputs', u'name', 'bottom', 'top', 'params', u'attrs', u'op']

Tez01 avatar May 30 '19 11:05 Tez01