I am trying to run an ONNX inference session in c# in a system that can only run .net framework 4.8.Unfortunetely,framework 4.8 can not run ML.NET and upgrading is not an option. Are there any tricks or workaround that I can get ONNX runtime to work? I appreciate any suggestions.
Asked
Active
Viewed 273 times
1 Answers
0
Check out the Inference with C# section of the ONNX Runtime docs. That should have the info you need to inference with C# outside of ML.NET

Cassie Breviu
- 441
- 4
- 5