Skip to content

Commit

Permalink
DCO Remediation Commit for pooya-mohammadi <pooyamohammadikazaj@gmail…
Browse files Browse the repository at this point in the history
….com>

I, pooya-mohammadi <[email protected]>, hereby add my Signed-off-by to this commit: 94195a9

Signed-off-by: pooya-mohammadi <[email protected]>
  • Loading branch information
pooya-mohammadi committed Jan 9, 2025
1 parent 94195a9 commit b091cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monai/networks/nets/swin_unetr.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ def forward(self, x):
x1 = x[:, 1::2, 0::2, 0::2, :]
x2 = x[:, 0::2, 1::2, 0::2, :]
x3 = x[:, 0::2, 0::2, 1::2, :]
x4 = x[:, 1::2, 0::2, 1::2, :]
x5 = x[:, 1::2, 1::2, 0::2, :]
x4 = x[:, 1::2, 1::2, 0::2, :]
x5 = x[:, 1::2, 0::2, 1::2, :]
x6 = x[:, 0::2, 1::2, 1::2, :]
x7 = x[:, 1::2, 1::2, 1::2, :]
x = torch.cat([x0, x1, x2, x3, x4, x5, x6, x7], -1)
Expand Down

0 comments on commit b091cc8

Please sign in to comment.