This is a simple spreadsheet that can be used to manually check the output dimensions of any neural network, layer after layer.
For now, the operations allowed are convolutions and poolings. The dimensions are computed from the parameters of each layer, namely the kernel size , the padding
, the stride
and the dilation rate
using the formula:
Simply fill the spatial dimension of your input tensor here:
Input | Output |
---|---|
320 |
and the parameters of each layer of the network here:
Note: a "!" in the "Output" column means the dimension is < 0.