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
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?
@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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: