From 8d57e9c76ff3eb914a5592c1439544693f17fc23 Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Wed, 28 Feb 2018 18:00:24 +0800 Subject: [PATCH] Rename 'edit distance rate' to 'edit distance' --- python/paddle/fluid/evaluator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/evaluator.py b/python/paddle/fluid/evaluator.py index 5f0538431..38c6a9827 100644 --- a/python/paddle/fluid/evaluator.py +++ b/python/paddle/fluid/evaluator.py @@ -232,7 +232,7 @@ class EditDistance(Evaluator): distance, instance_error = distance_evaluator.eval(exe) In the above example: - 'distance' is the average of the edit distance rate in a pass. + 'distance' is the average of the edit distance in a pass. 'instance_error' is the instance error rate in a pass. """ -- GitLab