未验证 提交 5d89ec36 编写于 作者: P parap1uie-s 提交者: GitHub

Update pooling.py (#31829)

Fix default argument of nn.MaxPool3D()
上级 649868ff
...@@ -589,8 +589,8 @@ class MaxPool3D(layers.Layer): ...@@ -589,8 +589,8 @@ class MaxPool3D(layers.Layer):
def __init__(self, def __init__(self,
kernel_size, kernel_size,
stride, stride=None,
padding, padding=0,
return_mask=False, return_mask=False,
ceil_mode=False, ceil_mode=False,
data_format="NCDHW", data_format="NCDHW",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册