Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,978 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I built an instance segmentation model using the AutoML feature of Azure Machine Learning. As a result of the training job, both an mlflow model and an onnx model were generated. When performing inference with these models, the results were significantly different. Could you explain the cause?
If possible, I would like to create an onnx model that produces the same inference results as the mlflow model and deploy it locally.