提交 faf95e40 编写于 作者: Z zhaojichen

add AvgPooling layer

上级 06ca226d
......@@ -258,15 +258,6 @@ class AvgPool1d(_PoolNd):
>>> output = pool(x)
>>> output.shape()
(1, 2, 4, 2)
>>> output
[[[[7.6640625 6.3320312]
[4. 4.3320312]
[5.3320312 3.6660156]
[7.3320312 7 ]]
[[5.6640625 5.6640625]
[6.3320312 5.3320312]
[3.6660156 5.6640625]
[5.3320312 5.3320312]]]]
"""
def __init__(self,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册