Skip to content

Commit 9aef3d5

Browse files
committed
packet 2d doc update.
1 parent 2932f0c commit 9aef3d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ptwt/packets.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,11 @@ def __getitem__(self, key: str) -> torch.Tensor:
223223

224224

225225
class WaveletPacket2D(BaseDict):
226-
"""Two dimensional wavelet packets."""
226+
"""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+
"""
227231

228232
def __init__(
229233
self,

0 commit comments

Comments
 (0)