Learn Before
Concept
The downsides of the standard convolution method
Note: Standard convolution, in this case, implies 0 padding and a stride of 1
- Every convolution operation layer being applied would shrink the image further to a point where the final image size would then end up being 1x1. This essentially puts a hard limit on the number of convolution layers that a model can have.
- Border pixels get used very little in the convolution operation as compared to other parts of the input and, as a result, the same effect gets propagated further down the layers.

0
1
Updated 2021-07-02
Tags
Data Science