Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 1, 2023
1 parent b1fb99f commit 954332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dice_ce_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_ill_reduction(self):

def test_script(self):
loss = DiceCELoss()
test_input = torch.ones(2, 1, 8, 8)
test_input = torch.ones(2, 2, 8, 8)
test_script_save(loss, test_input, test_input)


Expand Down

0 comments on commit 954332c

Please sign in to comment.