-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error while calculating score #718
Comments
Hi! You can try
|
did you run the setup? |
Running the generate script results in |
Yes |
The BLEU scorer depends on a C module that is compiled when you run Alternatively you can |
For windows, this #292 helped me. |
Hi
When I try to run the generate.py file and calculate the BLEU score, an ImportError is thrown.
ImportError: cannot import name 'libbleu' from 'fairseq'
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: