You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the PyTorch wavelet toolbox. This package implements:
36
39
37
40
- the fast wavelet transform (fwt) via ``wavedec`` and its inverse by providing the ``waverec`` function,
@@ -45,7 +48,7 @@ Welcome to the PyTorch wavelet toolbox. This package implements:
45
48
- single and two-dimensional wavelet packet forward and backward transforms are available via the ``WaveletPacket`` and ``WaveletPacket2D`` objects,
46
49
- finally, this package provides adaptive wavelet support (experimental).
47
50
48
-
This toolbox extends `PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_. We additionally provide GPU and gradient support via a PyTorch backend.
51
+
This toolbox extends `PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_. In addition to boundary wavelets, we provide GPU and gradient support via a PyTorch backend.
49
52
Complete documentation is available at: https://pytorch-wavelet-toolbox.readthedocs.io/
0 commit comments