-
Notifications
You must be signed in to change notification settings - Fork 67
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
Got an error while run sh generate.sh
#13
Comments
I'm experiencing the following error when I run the generate.sh script: No such file or directory: './data/test.m2' Also, in the outputema_last.nbest.txt file that is outputted by generate.sh, there are the following messages: Label file not found: out/data_raw/test.label.src.txt Is this normal or are these files missing? Thank you |
--copy-ext-dict is a parameter that you can use and this should not happen. Maybe you can provide more details about how you use generate.py. |
You can download CoNLL-2014 dataset for the test.m2 file. |
Thank you, I have fix the bug, the reason is that I didn't put the fairseq directory under my project. |
I got the same error. @zhawe01 What file should I put under ${DATA_RAW} ? And where should I put the test.m2 file ? Thank for your reply : ) |
Hi i am geting the same error regarding test.m2 |
hi, did you solve this problem later? |
generate.py: error: unrecognized arguments: --copy-ext-dict
May I know what‘s the reason?
The text was updated successfully, but these errors were encountered: