提交 824d9e49 编写于 作者: B buxue 提交者: 高东海

Develop op MaxPoolWithArgMax

上级 6690a7fd
......@@ -58,7 +58,7 @@ class _PoolNd(Cell):
pass
def extend_repr(self):
return 'kernel_size={kernel_size}, stride={stride}, pad_mode={pad_mode}'.format(**self.__dict__)
return 'kernel_size={kernel_size}, strides={strides}, pad_mode={pad_mode}'.format(**self.__dict__)
class MaxPool2d(_PoolNd):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册