THUNLP-MT / THUMT

An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
BSD 3-Clause "New" or "Revised" License
701 stars 197 forks source link

Can I output the translation every 1000 step? #87

Closed yinghy18 closed 4 years ago

yinghy18 commented 4 years ago

While in the UserMaunal it states that I can gather all the BLEU scores on the validation set, I want to check the concrete translation output on the test set, which in the manual no such instruction is offered. So do I have a quick command for this, or I should change the code myself? Thanks!

Glaceon31 commented 4 years ago

You may save models every 1000 steps and translate the validation set with the models