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

mxnet #9

Open
sunrongda opened this issue Mar 3, 2019 · 1 comment
Open

mxnet #9

sunrongda opened this issue Mar 3, 2019 · 1 comment

Comments

@sunrongda
Copy link

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'

@Tez01
Copy link

Tez01 commented May 30, 2019

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']

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

2 participants