Another way to improve convolution runtime is to use dilated convolutions, which add an additional parameter to the 2D kernel called the dilation rate (the space between each pixel in the filter).
https://www.saama.com/blog/different-kinds-convolutional-filters/
Another way to improve convolution runtime is to use dilated convolutions, which add an additional parameter to the 2D kernel called the dilation rate (the space between each pixel in the filter).
https://www.saama.com/blog/different-kinds-convolutional-filters/