Interest on onnx2torch? #1111
Replies: 5 comments 1 reply
-
Potentially relevant projects |
Beta Was this translation helpful? Give feedback.
-
Does this tool generate source code, or in-memory constructs? If someone wanted to do a TorchSharp version, I would suggest spitting out source code rather than using something like Reflection.Emit() |
Beta Was this translation helpful? Give feedback.
-
Follow the discussion here |
Beta Was this translation helpful? Give feedback.
-
It is now possible to do training using c# Onnx API. It would mean it is possible to download exported Onnx from Pytorch from e.g. HuggingFace to continue training in c# However, there are still many challenges ahead that are potentially commonly shared between TorchSharp and Onnx c# API trainings One of these is how to have a DOTNET Foundation approach to address ContribOperators. As this issue will have impact on the future of ML.NET, Torchsharp and OnnxRuntime training and inference using c# |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Just wonder if there is interest on onnx2torchsharp
https://github.com/ENOT-AutoDL/onnx2torch
Beta Was this translation helpful? Give feedback.
All reactions