I am interested in time of inference of delated convolution. Is it the same time like usual convolution?
I know that Flops depend on output size, kernel size and amount of in-/out- channels.
I can’t find an implementation of delated convolution. Does kernel size change in delated convolution?
I did a test. It turned out that usual convolution faster, then delated. Why does it happen?
Is there something better then dilated convolution, if I want to have a big receptive field?
I want to replace dilated convolution, because to count it longer then usual convolution.