You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Code-Code/code-to-code-trans/evaluator/CodeBLEU/calc_code_bleu.py Line 40, I think 'append' maybe 'extend' so that
len(references) == len(pre_references)*len(hypothesis)
If 'append', len(references) == len(hypothesis) is correct.
Hope to hear your response soon, thx a lot.
The text was updated successfully, but these errors were encountered:
In Code-Code/code-to-code-trans/evaluator/CodeBLEU/calc_code_bleu.py Line 40, I think 'append' maybe 'extend' so that
len(references) == len(pre_references)*len(hypothesis)
If 'append', len(references) == len(hypothesis) is correct.
Hope to hear your response soon, thx a lot.
The text was updated successfully, but these errors were encountered: