Command to use pre trained word embbeding in opennmt

I have created word embedding using fast text.

Now command to train the model using these embedding?

1 Like

https://opennmt.net/OpenNMT-py/FAQ.html#how-do-i-use-pretrained-embeddings-e-g-glove
Not sure fasttext and glove have the same format though, you might need to adapt things a bit.