From 5ca9c2d04fc803d3057b7b2662e58189d3ff22e7 Mon Sep 17 00:00:00 2001 From: Dang Qingqing Date: Thu, 25 Oct 2018 18:04:37 +0800 Subject: [PATCH] Update code test=develop --- python/paddle/fluid/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/metrics.py b/python/paddle/fluid/metrics.py index 5e03caa603..25d43be3b7 100644 --- a/python/paddle/fluid/metrics.py +++ b/python/paddle/fluid/metrics.py @@ -709,7 +709,7 @@ class DetectionMAP(object): def reset(self, executor, reset_program=None): """ - reset metric states at the begin of each pass/user specified batch. + Reset metric states at the begin of each pass/user specified batch. Args: executor(Executor): a executor for executing -- GitLab