Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A plan to export Seq2SeqSharp translation model to ONNX`? #18

Open
GeorgeS2019 opened this issue Feb 11, 2021 · 2 comments
Open

A plan to export Seq2SeqSharp translation model to ONNX`? #18

GeorgeS2019 opened this issue Feb 11, 2021 · 2 comments

Comments

@GeorgeS2019
Copy link

Currently, both the ML.NET ( which can import ONNX) and OnnxRuntime C# API samples are missing machine translation.

If it is possible to export Seq2SeqSharp model to ONNX, than both ML.NET and Onnx community will benefit from that.

@zhongkaifu
Copy link
Owner

zhongkaifu commented Feb 12, 2021

Thanks @GeorgeS2019
That's a great point. My plan is to import ONNX model to Seq2SeqSharp at first, so that it can directly load pre-trained models generated by other framework rather than retrain them from the scratch.

@GeorgeS2019
Copy link
Author

@zhongkaifu please FYI a potential reusable ONNX viewer that may be relevant for importing ONNX models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants