OpenNMT/OpenNMT-tf

How to convert a fairseq model to OpenNMT type

lishaojun412 opened this issue · 2 comments

I have several FairSeq models trained before, how can I convert them to OpenNMT type , is there any script support?

Why exactly do you want to convert these models? Is it to continue the training or just to run inference?

For inference only, the OpenNMT/CTranslate2 library can now convert models trained with Fairseq.

I'm closing this issue. Feel free to reopen if you can provide more information.