-
Notifications
You must be signed in to change notification settings - Fork 121
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
conversion error #3
Comments
Same problem. Variable info has a field called "params", but if replace
because |
try change param to attr |
@BorisLestsov I met the same issue, did you solve it? |
@BorisLestsov Did you solve the issue? |
Could you please elaborate. |
just replace 'params' as keywords in the conversion file with 'attrs' |
I get an error in prototxt_basic.py
Convolution(txt_file, info)
if info['param']['no_bias'] == 'True':
KeyError: 'param'
The text was updated successfully, but these errors were encountered: