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

Update README.rst #26

Closed freepoet closed 3 years ago

freepoet commented 3 years ago

it report a error: TypeError: init() got an unexpected keyword argument 'J'
becasue class DTCWTInverse(nn.Module) doesn't have 'J' attribute