HOME

CNN Output Shape Calculator

Specify the input shape and the CNN parameters to calculate the output shape. The first dimension is the channel dimension. You can specify tuples instead of ints for the parameters to each dimension.

Input Shape (e.g. "3,64,64")
Number of Kernels
Kernel Size
Strides
Padding
Dilation
Output Shape:
(64, 64, 64)