chainer.functions.unpooling_3d

chainer.functions.unpooling_3d(x, ksize, stride=None, pad=0, outsize=None, cover_all=True)[source]

Inverse operation of 3-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 of unpooling_nd().