chainer.utils.get_conv_outsize¶
-
chainer.utils.
get_conv_outsize
(size, k, s, p, cover_all=False, d=1)[source]¶ Calculates output size of convolution.
This function takes the size of input feature map, kernel, stride, and pooling of one particular dimension, then calculates the output feature map size of that dimension.
See also
- Parameters
- Returns
The expected output size of the convolution operation.
- Return type