Skip to content

Conversion to/from ONNX models #29

@houstonhaynes

Description

@houstonhaynes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions