From 2939fc9f038f3b128e6247c5ce8bf88dfdefe830 Mon Sep 17 00:00:00 2001 From: Dang Qingqing Date: Mon, 22 Oct 2018 20:16:41 +0800 Subject: [PATCH] test=develop --- python/paddle/fluid/metrics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/paddle/fluid/metrics.py b/python/paddle/fluid/metrics.py index 60d0e35d3a2..f409da90c14 100644 --- a/python/paddle/fluid/metrics.py +++ b/python/paddle/fluid/metrics.py @@ -610,8 +610,8 @@ class DetectionMAP(object): In the above example: - 'cur_map_v' is the mAP of current mini-batch. - 'accum_map_v' is the accumulative mAP of one pass. + 'cur_map_v' is the mAP of current mini-batch. + 'accum_map_v' is the accumulative mAP of one pass. """ def __init__(self, -- GitLab