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
parameter ‘reference‘ is a type of list(list(str),dict(str)), but not list(str), so i think this line should be
'ref_lens = (len(reference[0]) for reference in references)'
The text was updated successfully, but these errors were encountered:
CodeXGLUE/Code-Code/code-to-code-trans/evaluator/CodeBLEU/weighted_ngram_match.py
Line 283 in e252e54
parameter ‘reference‘ is a type of list(list(str),dict(str)), but not list(str), so i think this line should be
'ref_lens = (len(reference[0]) for reference in references)'
The text was updated successfully, but these errors were encountered: