提交 d76f2607 编写于 作者: S SunAhong1993

fix the bug1

上级 8248159a
......@@ -56,7 +56,7 @@ def get_params(layer, layer_type):
elif ch.isupper() and layer_type[i - 1].islower():
tmp_name += (s + '_')
s = ''
s += ch
s += ch.lower()
tmp_name += s
param_name = '_'.join((tmp_name, 'param'))
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册