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

Backward bug #13

Closed ArnoldMSU closed 4 years ago

ArnoldMSU commented 4 years ago

Hello! Please fix return in backward method. dlow and dhigh are local variables inside your if condition :)

fbcotter commented 4 years ago

Ah yes! I see. Will do