0

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.

user101464
  • 35
  • 7

1 Answers1

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