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 solved this problem by following way
In the file named bleu.py, I replace this
from bleu_scorer import BleuScorer
with this
from pycocoevalcap.bleu.bleu_scorer import BleuScorer
I found this error when running your code with tensorflow
from bleu_scorer import BleuScorer
ModuleNotFoundError: No module named 'bleu_scorer'
The text was updated successfully, but these errors were encountered: