Skip to content

Commit

Permalink
Update SwinUNeLCsT_WSSS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SupCodeTech authored Jan 25, 2024
1 parent 09557e7 commit dd8b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/SwinUNeLCsT_WSSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def forward(self, x_in):
Number_output = torch.cat((dec1, dec0), dim=1)
out = self.decoder1(dec0, enc0)
logits = self.out(out)
return logits
return logits, , Location_output, Number_output

class SwinUNeLCsT_ticv(nn.Module):
"""
Expand Down

0 comments on commit dd8b3e8

Please sign in to comment.