Closed
Description
MONAI/monai/networks/nets/swin_unetr.py
Line 781 in 9eb0a8c
t = [
(0, 0, 0),
(1, 0, 0),
(0, 1, 0),
(0, 0, 1),
(1, 0, 1),
(0, 1, 0),
(0, 0, 1),
(1, 1, 1),
]
print(set(t))
# {(1, 0, 1), (0, 1, 0), (0, 0, 0), (1, 0, 0), (0, 0, 1), (1, 1, 1)}
As you can see two of these are the same. To be exact, (x3, x6) and (x2, x5) are the same.
Metadata
Metadata
Assignees
Labels
No labels