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

getting actual translations in test time #28

Closed
yftah89 opened this issue Dec 7, 2017 · 1 comment
Closed

getting actual translations in test time #28

yftah89 opened this issue Dec 7, 2017 · 1 comment

Comments

@yftah89
Copy link

yftah89 commented Dec 7, 2017

I have a trained model and now I want to use it to translate.
In the config file I changed MODE from training to sampling and RELOAD to my best epoch model.
The testing seems to going fine but all I get as an output is val.coco file.
Is there some way to get the actual translations in addition? like in the training process in which I get the actual translations on the validation set?

Thanks in advanced, this github is wonderful by the way :)

@lvapeab
Copy link
Owner

lvapeab commented Dec 7, 2017

Hi @yftah89,

you should use the sample_enseble.py script, for translating new data. Here you have some (maybe out-dated) information about how to use it, basically, you must set the dataset, source data and model(s) to use.

Cheers.

@lvapeab lvapeab closed this as completed Dec 7, 2017
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

2 participants