dmis-lab / AdvSR

Adversarial Subword Regularization forRobust Neural Machine Translation
MIT License
10 stars 3 forks source link

How to train the pre-trained checkpoint? For example, in VI-EN translation task. #1

Closed TomasZhang19 closed 3 years ago

TomasZhang19 commented 3 years ago

Could you please tell me how to train the pre-trained checkpoint? For example, in VI-EN translation task.

JJumSSu commented 3 years ago

I'm sorry for the late reply. Could you please elaborate more on your question? From my understanding, if you want to pre-train the checkpoint(not applying our method), then you can use fairseq or openNMT for training.

TomasZhang19 commented 3 years ago

Thank you very much. I already use OpenNMT for the experiments.