diff --git a/python/paddle/fluid/metrics.py b/python/paddle/fluid/metrics.py index 42d9aeb67ff7587fee87048e691588d2e60e37bc..5e03caa60387fe8c37608948bf6a87d8edd56a94 100644 --- a/python/paddle/fluid/metrics.py +++ b/python/paddle/fluid/metrics.py @@ -712,7 +712,7 @@ class DetectionMAP(object): reset metric states at the begin of each pass/user specified batch. Args: - executor(Executor|ParallelExecutor): a executor for executing + executor(Executor): a executor for executing the reset_program. reset_program(Program|None): a single Program for reset process. If None, will create a Program.