antialiased-cnns icon indicating copy to clipboard operation
antialiased-cnns copied to clipboard

Can't find Low Pass Filter Usage in Code

Open humza909 opened this issue 4 years ago • 1 comments

Hi,

As mentioned in paper, low pass filter is used for convolution after blur pool. But I can find its implementation in code. Conv2d filters are seemed to learn by backpropagation.

Am I missing something?

Thanks,

humza909 avatar Apr 28 '20 15:04 humza909

The blurpool is used in addition to convolution. The same convolution filters are still learned

richzhang avatar Sep 03 '20 18:09 richzhang