We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9f84 commit b1a3627Copy full SHA for b1a3627
utils/load_metric.py
@@ -6,7 +6,6 @@
6
from .metrics import EntropyPrediction, F1Score, precision
7
8
9
-
10
class MetricWrapper(nn.Module):
11
def __init__(self, *metrics):
12
super().__init__()
0 commit comments