Skip to content

Commit 2939fc9

Browse files
committed
test=develop
1 parent f404046 commit 2939fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/fluid/metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ class DetectionMAP(object):
610610
611611
In the above example:
612612
613-
'cur_map_v' is the mAP of current mini-batch.
614-
'accum_map_v' is the accumulative mAP of one pass.
613+
'cur_map_v' is the mAP of current mini-batch.
614+
'accum_map_v' is the accumulative mAP of one pass.
615615
"""
616616

617617
def __init__(self,

0 commit comments

Comments
 (0)