From 2cc2c848f6931ff24fb9c77bac400147d12c26b8 Mon Sep 17 00:00:00 2001 From: dengkaipeng Date: Tue, 14 Apr 2020 10:30:18 +0000 Subject: [PATCH] fix typo --- hapi/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi/metrics.py b/hapi/metrics.py index 6fae720..5064c4a 100644 --- a/hapi/metrics.py +++ b/hapi/metrics.py @@ -54,7 +54,7 @@ class Metric(object): Inputs of :code:`update` is the outputs of :code:`add_metric_op`, if :code:`add_metric_op` is not defined, the inputs of :code:`update` will - be a flatten argument of **output** of mode and **label** from data: + be flatten arguments of **output** of mode and **label** from data: :code:`update(output1, output2, ..., label1, label2,...)` see :code:`add_metric_op` -- GitLab