Are there plans to support the conversion of factored Marian models to CTranslate2? I’m not sure this would be a high priority issue, though.
https://opennmt.net/CTranslate2/guides/marian.html
CTranslate2 supports Transformer models trained with Marian. The conversion requires the paths to the model and vocabularies:
ct2-marian-converter --model_path model.npz --vocab_paths src.vocab.yml tgt.vocab.yml \ --output_dir ct2_model
That works only for default Marian models not the ones with factors. Latest info I found is the last post in this issue so I assume it’s still not on the agenda.