Image recognition
Last updated
Last updated
Global average pooling
1*1 convolutional kernel
Simply stacks more convolution layers
Stack small convolutional kernels to achieve the same "receptive field" as bigger one.
Stack two 33 convolutional kernel is equivalent to 55 convolutional kernel
One 55 kernel and stacks two 33 kernels have the same effective receptive field.
Add residual connection