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

Why must kernels be fixed? #48

Open abeyang00 opened 1 year ago

abeyang00 commented 1 year ago

Why are the kernels (filters) fixed?

@fbcotter