v0lta / PyTorch-Wavelet-Toolbox

Differentiable fast wavelet transforms in PyTorch with GPU support.
https://pytorch-wavelet-toolbox.readthedocs.io
European Union Public License 1.2
279 stars 36 forks source link

Adaptive 1D wavelet filters #58

Closed harshaUwm163 closed 1 year ago

harshaUwm163 commented 1 year ago

Hello, Thank you for the great repo!

I was wondering if there are plans for adding adaptive 1D wavelet filters with examples?

Thanks again for the wonderful effort!

v0lta commented 1 year ago

https://github.com/v0lta/PyTorch-Wavelet-Toolbox/tree/main/examples/network_compression does this.

harshaUwm163 commented 1 year ago

Got it Thanks! I am closing this issue!!