Unable to find the final model

Dear all,

This is the first time I use OpenNMT. I successfully trained a system using the provided data, however, I am not able to generate the final model.

I used the following command:
th train.lua -data data/demo-train.t7 -save_model data/model-kon to train the system and the only model files I can see are model-kon_epoch[1-13].t7.

Could you please advise?

Thanks,
Kon

Hello,

This final model is simply the model of the last epoch (e.g. 13 with the default settings).

Great, thanks :slight_smile: