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
I found an issue with the BLEU score calculation in train.py.
The torchmetrics.BLEUScore() function expects a list of reference sentences but receives a single sentence instead.
Here is the original code:
Hi @hkproj,
I found an issue with the BLEU score calculation in train.py.
The torchmetrics.BLEUScore() function expects a list of reference sentences but receives a single sentence instead.
Here is the original code:
The corrected version is as follows:
Thank you for your code and videos! They help me a lot.
The text was updated successfully, but these errors were encountered: