issues
search
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
289
stars
36
forks
source link
V0.1.6
#63
Closed
v0lta
closed
1 year ago
v0lta
commented
1 year ago
What's new:
support for
symmetric
padding for all convolution-based transformations (the default in
pywt
).
channel dimensions are now automatically processed along with batch dimensions for 1d and 2d code for easier integration into machine learning models.
v0lta
commented
1 year ago
0.1.6 is ready ;-).
What's new:
symmetric
padding for all convolution-based transformations (the default inpywt
).