question

RatanKumarPrajapati-4909 avatar image
0 Votes"
RatanKumarPrajapati-4909 asked VijaiKannan-7118 answered

Export trained model in Azure automated ML (Interface)

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.
85755-with-onnx.png


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.
85745-without-onnx.png




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

azure-machine-learning-inference
with-onnx.png (16.1 KiB)
without-onnx.png (23.9 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

VijaiKannan-7118 avatar image
0 Votes"
VijaiKannan-7118 answered

Thanks for reaching to us.

UI doesn't support ONNX yet.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.