chainer.functions.unpooling_1d¶
-
chainer.functions.
unpooling_1d
(x, ksize, stride=None, pad=0, outsize=None, cover_all=True)[source]¶ Inverse operation of 1-dimensional spatial pooling.
Warning
This feature is experimental. The interface can change in the future.
Note
This function calls
unpooling_nd()
internally, so see the details of the behavior in the documentation ofunpooling_nd()
.