-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Conversion to/from ONNX models
Issue #436 | Created by @tonieichelkraut | 2022-08-26 11:03:00 UTC |
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?
Comment by @dsyme | 2022-08-30 12:58:11 UTC
@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.
Metadata
Metadata
Assignees
Labels
No labels