You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on OpenNMT/OpenNMT-py#638
I suppose this is not possible to export to onnx using OpenNMT-tf either,
But since libs are different and the onnx repo is different I had to ask.
Based on OpenNMT/OpenNMT-py#638
I suppose this is not possible to export to onnx using OpenNMT-tf either,
But since libs are different and the onnx repo is different I had to ask.
I followed onnx doc
and run :
python -m tf2onnx.convert --saved-model pathto/toy-ende_dir/ --output dst/path/model.onnx --opset 13
I also tried running it for tflite :
python -m tf2onnx.convert --tflite pathto/toy-ende_lite/opennmt.tflite --output dst/path/model.onnx --opset 13
The text was updated successfully, but these errors were encountered: