We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2932f0c commit 9aef3d5Copy full SHA for 9aef3d5
src/ptwt/packets.py
@@ -223,7 +223,11 @@ def __getitem__(self, key: str) -> torch.Tensor:
223
224
225
class WaveletPacket2D(BaseDict):
226
- """Two dimensional wavelet packets."""
+ """Two dimensional wavelet packets.
227
+
228
+ Example code illustrating the use of this class is available at:
229
+ https://github.com/v0lta/PyTorch-Wavelet-Toolbox/tree/main/examples/deepfake_analysis
230
+ """
231
232
def __init__(
233
self,
0 commit comments