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

Conversion to/from ONNX models #436

Open
tonieichelkraut opened this issue Aug 26, 2022 · 1 comment
Open

Conversion to/from ONNX models #436

tonieichelkraut opened this issue Aug 26, 2022 · 1 comment

Comments

@tonieichelkraut
Copy link

I would really love to work with this library. I have an application that runs onnx-models. Is there a way in diffsharp to convert models to/from the onnx-format? That would really make my day! Or how could I accomplish training models using Diffsharp and running onnx-models in production?

@dsyme
Copy link
Collaborator

dsyme commented Aug 30, 2022

@tonieichelkraut Realistically you or someone else would have to implement and contribute this. The way to do it would be the same way PyTorch does - write a backend that captures the trace of model construction at a primitive level and output that as an ONNX model.

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