Interest on onnx2torch? #1111
Replies: 5 comments 1 reply
|
Potentially relevant projects |
|
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() |
|
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# |
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Just wonder if there is interest on onnx2torchsharp
https://github.com/ENOT-AutoDL/onnx2torch
All reactions