Skip to content

Commit 8d57e9c

Browse files
committed
Rename 'edit distance rate' to 'edit distance'
1 parent 795f572 commit 8d57e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class EditDistance(Evaluator):
232232
distance, instance_error = distance_evaluator.eval(exe)
233233
234234
In the above example:
235-
'distance' is the average of the edit distance rate in a pass.
235+
'distance' is the average of the edit distance in a pass.
236236
'instance_error' is the instance error rate in a pass.
237237
238238
"""

0 commit comments

Comments
 (0)