Skip to content

Commit c4de344

Browse files
committed
update
1 parent 2b05b01 commit c4de344

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
@@ -177,7 +177,7 @@ class ChunkEvaluator(MetricBase):
177177
"""
178178

179179
def __init__(self, name=None):
180-
super(ChunkEvalutor, self).__init__(name)
180+
super(ChunkEvaluator, self).__init__(name)
181181
self.num_infer_chunks = 0
182182
self.num_label_chunks = 0
183183
self.num_correct_chunks = 0

0 commit comments

Comments
 (0)