docs icon indicating copy to clipboard operation
docs copied to clipboard

How to use ONNX Models in ML.NET

Open luisquintanilla opened this issue 2 years ago • 1 comments
trafficstars

Summary

Add documentation on working with ONNX models.

Fixes #33258

luisquintanilla avatar Jan 13 '23 19:01 luisquintanilla

Consume ONNX Workflow

graph LR;
  Train model --> Export to ONNX;
  Export to ONNX --> Load into ML.NET;

luisquintanilla avatar Jan 13 '23 19:01 luisquintanilla