AdaFM icon indicating copy to clipboard operation
AdaFM copied to clipboard

why it returns self.transformer(x) + x not only self.transformer(x)?

Open jingang-cv opened this issue 5 years ago • 1 comments

Hi,

Thanks for your sharing. I see there is not residual structure in the AdaFM module. Why it returns self.transformer(x) + x instead of self.transformer(x) ? Thanks.

jingang-cv avatar Jul 31 '19 21:07 jingang-cv

During the modulation testing, the interpolation is performed between the identity filter and the leaned AdaFM filter. If there is a residual structure, you don't have to look for a 1x1, 3x3 or 5x5 identity filter but just interpolate the parameters of self.transformer. Thanks.

hejingwenhejingwen avatar Aug 01 '19 10:08 hejingwenhejingwen