marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.25k stars 233 forks source link

Using pre-trained model from tensor2tensor #218

Closed sugeeth14 closed 6 years ago

sugeeth14 commented 6 years ago

Hi, I have trained a model for English-German translation using the Transformer network provided in tensor2tensor walkthrough with shared subword vocabulary. Is there any way I can port the model into Marian so that I could decode the sentences faster instead of training a whole model from scratch. Thank you.

emjotde commented 6 years ago

Sorry. This is not supported. I read in an issue that this was somehow accomplished by conversion scripts, but this is apparently not public.