Skip to content

Commit b1a3627

Browse files
committed
ruffed load_metric.py
1 parent 16f9f84 commit b1a3627

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/load_metric.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from .metrics import EntropyPrediction, F1Score, precision
77

88

9-
109
class MetricWrapper(nn.Module):
1110
def __init__(self, *metrics):
1211
super().__init__()

0 commit comments

Comments
 (0)