yzha commited on
Commit
2c2f56c
1 Parent(s): 950dce9
Files changed (1) hide show
  1. ctc_eval.py +1 -1
ctc_eval.py CHANGED
@@ -102,5 +102,5 @@ class CTC_Eval(evaluate.EvaluationModule):
102
  print(references)
103
  ctc_score = self.scorer.score(doc=references[0], refs=[], hypo=predictions[0], aspect='consistency')
104
  return {
105
- "ctc_score": ctc_score,
106
  }
 
102
  print(references)
103
  ctc_score = self.scorer.score(doc=references[0], refs=[], hypo=predictions[0], aspect='consistency')
104
  return {
105
+ "ctc_score": ctc_score
106
  }