You need to sign in or sign up before continuing.
提交 e74267ae 编写于 作者: D dzhwinter 提交者: gongweibao

"fix comp bug. test=develop" (#14104)

上级 70ce6dcd
...@@ -194,7 +194,7 @@ class CompositeMetric(MetricBase): ...@@ -194,7 +194,7 @@ class CompositeMetric(MetricBase):
or soft-label, should custom the corresponding update rule. or soft-label, should custom the corresponding update rule.
""" """
for m in self._metrics: for m in self._metrics:
ans.append(m.update(preds, labels)) m.update(preds, labels)
def eval(self): def eval(self):
""" """
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册