Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit dd27651

Browse files
committed
test push name
1 parent 196450c commit dd27651

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DiceLoss/dice_loss.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def __init__(self, weight=1.0, ignore_index=None, reduction='mean'):
129129
self.weight = weight
130130
self.reduction = reduction
131131

132-
# self.bce = nn.BCEWithLogitsLoss(weight=weight, reduction=reduction)
133-
134132
def forward(self, output, target):
135133
assert output.shape[0] == target.shape[0], "output & target batch size don't match"
136134

0 commit comments

Comments
 (0)