Skip to content

Commit

Permalink
Update image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 authored Aug 18, 2023
1 parent e87f4c7 commit 40438c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serket/nn/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ class JigSaw2D(sk.TreeClass):
[ 5 6 7 8]
[ 9 10 11 12]
[13 14 15 16]]]
>>> print(sk.nn.JigSaw(2)(x))
>>> print(sk.nn.JigSaw2D(2)(x))
[[[ 9 10 3 4]
[13 14 7 8]
[11 12 1 2]
Expand Down

0 comments on commit 40438c6

Please sign in to comment.