File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- ptwt
2- ====
1+ Pytorch Wavelet Toolbox (`ptwt `)
2+ ================================
3+
4+ The Toolbox provides padded fast wavelet transforms
5+ in the `conv_transform ` module. The `matmul_transform ` module supports boundary wavelets.
6+ The `packet ` module supports forward-packets transforms.
7+ The `sparse_math ` module provides utility functions for the boundary
8+ wavelet transforms. Finally, the experimental `learnable_wavelets `
9+ module supports gradient descent optimization of wavelet filters
10+ with soft constraints.
311
412.. toctree ::
513 :maxdepth: 4
Original file line number Diff line number Diff line change @@ -57,10 +57,4 @@ ptwt.wavelets\_learnable module
5757 :undoc-members:
5858 :show-inheritance:
5959
60- Module contents
61- ---------------
6260
63- .. automodule :: ptwt
64- :members:
65- :undoc-members:
66- :show-inheritance:
You can’t perform that action at this time.
0 commit comments