How to convert MT Model (like Helsinki-NLP / opus-mt-en-zh )into onnx model and use it
#2
by
corner
- opened
I was use Python to enable machine translation as a server, But each translation thread requires 24 cores, so how is the way to convert the model to onnx format
I try it ,but converting the model to onnx format is bad. because it is Marian model,which is build by c++.