Thanks for reaching to us.
UI doesn't support ONNX yet.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We are able to export the trained model by automl module in Azure ML jupyter notebook. We have set enable_onnx_compatible_models=True in AutoMLConfig. As shown in image below it create model.onnx and model.pkl file both for each algorithm and iteration it used.
Now we are trying to export the model in automated ML (interface). We can see in image below it only create the model.pkl file not model.onnx file.
Is there any configuration change is required to export the trained model in automated ML (Interface), like enable_onnx_compatible_models in Azure ML notebook.
Best Regards,
Ratan Kumar
Thanks for reaching to us.
UI doesn't support ONNX yet.