Skip to content

Commit

Permalink
test (dice as loss)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arno1235 committed Mar 20, 2023
1 parent 638226e commit 28e02e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unet_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def get_loss(self, logits, labels):
loss /= len(dice)
loss = 1-loss

print(f'TEST loss: {loss}')
# print(f'TEST loss: {loss}')

### TEST ###

Expand Down

0 comments on commit 28e02e7

Please sign in to comment.