Spaces:
Sleeping
Sleeping
what
Browse files- user-friendly-metrics.py +2 -0
user-friendly-metrics.py
CHANGED
@@ -74,6 +74,8 @@ class UserFriendlyMetrics(evaluate.Metric):
|
|
74 |
self.payload = payload
|
75 |
self.recognition_thresholds = recognition_thresholds
|
76 |
|
|
|
|
|
77 |
def _info(self):
|
78 |
# TODO: Specifies the evaluate.EvaluationModuleInfo object
|
79 |
return evaluate.MetricInfo(
|
|
|
74 |
self.payload = payload
|
75 |
self.recognition_thresholds = recognition_thresholds
|
76 |
|
77 |
+
super(evaluate.Metric, self)
|
78 |
+
|
79 |
def _info(self):
|
80 |
# TODO: Specifies the evaluate.EvaluationModuleInfo object
|
81 |
return evaluate.MetricInfo(
|