Hello,
With opennmt-tf I want to train my model using fixed subword embeddings (by subword I mean that I tokenize and then I apply bpe on my corpus before building embeddings with an external tool)
I found some explanations to use fixed embeddings but not with the tensorflow version, is it possible ?
Thanks for your time