-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bleu scores #7
Comments
Hi, This is quite interesting and have never encountered myself. Would you mind sharing the commands you have used? |
I have used the following command for the inference model python -m nmt --out_dir=trained_model --inference_input_file=Data/phoenix2014T.test.sign --inference_output_file=Data/predictions_test.de --vocab_prefix= Data/phoenix2014T.vocab --inference_ref_file=Data/phoenix2014T.test.de --base_gpu=0 where every time i change the inference input and ref files to train, test , dev |
Thanks a lot, I will investigate to see what went wrong with it. |
Same issue. |
When i run the inference with the trained model with the evaluation ,the train and the test set i get the following BLEU-4 scores
Train set: 2.0
Dev set: 8.4
Test set: 9.3
How is that possible to get lower scores using the training set?
The text was updated successfully, but these errors were encountered: