提交 5a396693 编写于 作者: C Channingss

fix bug of hard_swish

上级 6e419117
......@@ -846,8 +846,8 @@ class OpSet9(object):
node0 = helper.make_node(
'Add', inputs=[op.input('X')[0], offset_name], outputs=[name0])
name1 = self.get_name(op.type, 'relu')
min_value = op.attr('min')
max_value = op.attr('max')
min_value = 0.0
max_value = op.attr('threshold')
node1 = helper.make_node(
'Clip',
inputs=[name0],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册