Skip to content
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

Open
iliasprc opened this issue Dec 21, 2018 · 4 comments
Open

Bleu scores #7

iliasprc opened this issue Dec 21, 2018 · 4 comments

Comments

@iliasprc
Copy link

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?

@neccam
Copy link
Owner

neccam commented Jan 3, 2019

Hi,

This is quite interesting and have never encountered myself. Would you mind sharing the commands you have used?

@iliasprc
Copy link
Author

iliasprc commented Jan 3, 2019

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

@neccam
Copy link
Owner

neccam commented Jan 3, 2019

Thanks a lot, I will investigate to see what went wrong with it.

@MeteorsHub
Copy link

Same issue.
The scores on my machine are
Train set: 1.8
Dev set: 9.3
Test set: 8.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants