Open humza909 opened 4 years ago
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
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,