提交 ccdb98ed authored 作者: Frederic's avatar Frederic

fix typo that cause crash.

上级 5e7b4cab
...@@ -516,7 +516,7 @@ class BaseGpuCorrMM(GpuOp): ...@@ -516,7 +516,7 @@ class BaseGpuCorrMM(GpuOp):
""" """
check_broadcast = False check_broadcast = False
__props__ ('border_mode', 'subsample') __props__ = ('border_mode', 'subsample')
def __init__(self, border_mode="valid", subsample=(1, 1), pad=(0, 0)): def __init__(self, border_mode="valid", subsample=(1, 1), pad=(0, 0)):
if pad != (0, 0): if pad != (0, 0):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论