Skip to content

Commit 2b05b01

Browse files
committed
fix chunk evaluator name in metrics
1 parent 494c262 commit 2b05b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def eval(self):
169169
return self.value / self.weight
170170

171171

172-
class ChunkEvalutor(MetricBase):
172+
class ChunkEvaluator(MetricBase):
173173
"""
174174
Accumulate counter numbers output by chunk_eval from mini-batches and
175175
compute the precision recall and F1-score using the accumulated counter

0 commit comments

Comments
 (0)