fbcotter / pytorch_wavelets

Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
Other
943 stars 146 forks source link

Hints on avoiding the scaled ouput #49

Open rusvagzur opened 1 year ago

rusvagzur commented 1 year ago

Hi,

First of all, congrats on the nice work.

I wanted to ask how would it be possible to avoid that the height and width at the output of ScatLayer is halved every scale?

Best