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

Commit f96eaad

Browse files
committed
delete useless lines
1 parent 9436cb1 commit f96eaad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

seg_loss/focal_loss.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ class FocalLoss_Ori(nn.Module):
7979
"""
8080

8181
def __init__(self, num_class, alpha=None, gamma=2, ignore_index=None, reduction='mean'):
82-
"""
83-
84-
"""
8582
super(FocalLoss_Ori, self).__init__()
8683
self.num_class = num_class
8784
self.gamma = gamma

0 commit comments

Comments
 (0)