提交 414a5432 编写于 作者: M Macrobull

fix required ksize=-1 in global pool

上级 ba40d265
......@@ -413,6 +413,7 @@ def _global_pool(prog, pool_type, inputs, outputs, attrs, value_infos, name=''):
global_pooling=True,
adaptive=False,
pooling_type=pool_type,
ksize=[-1, -1],
),
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册