antialiased-cnns
antialiased-cnns copied to clipboard
Can't find Low Pass Filter Usage in Code
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,
The blurpool is used in addition to convolution. The same convolution filters are still learned