File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ Pytorch Wavelet Toolbox (`ptwt`)
2626 :target: https://github.com/psf/black
2727 :alt: Black code style
2828
29+ .. image :: https://static.pepy.tech/personalized-badge/ptwt?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads
30+ :target: https://pepy.tech/project/ptwt
2931
3032
3133
@@ -145,7 +147,7 @@ Reconsidering the 1d case, try:
145147 The process for the 2d transforms ``MatrixWavedec2 ``, ``MatrixWaverec2 `` works similarly.
146148By default, a non-separable transformation is used.
147149To use a separable transformation, pass ``separable=True `` to ``MatrixWavedec2 `` and ``MatrixWaverec2 ``.
148- Separable transformations use a 1d transformation along both axes which might be faster since less matrix entries
150+ Separable transformations use a 1d transformation along both axes, which might be faster since fewer matrix entries
149151have to be orthogonalized.
150152
151153
@@ -157,7 +159,7 @@ from pywt,
157159- Adaptive product-filters
158160- and optimizable orthogonal-wavelets are supported.
159161
160- See https://github.com/v0lta/PyTorch-Wavelet-Toolbox/tree/main/examples for a complete implementation.
162+ See https://github.com/v0lta/PyTorch-Wavelet-Toolbox/tree/main/examples/network_compression/ for a complete implementation.
161163
162164
163165**Testing **
You can’t perform that action at this time.
0 commit comments