【问题标题】:How to store ONNX Machine learning Model as a Hexadecimal string for Azure Synapse?How to store ONNX Machine learning Model as a Hexadecimal string for Azure Synapse?
【发布时间】:2022-12-26 22:16:34
【问题描述】:
I've already created a Model.onnx file, how can I convert in to .hex format to make prediction by SQL Script in Azure Synapse?
I read this document but still can't understand how to do it. Can anyone explain?
【问题讨论】:
标签:
azure
tsql
azure-synapse
onnx
【解决方案1】:
Train a model in synapse studio which includes machine learning libraries and apache spark. Here the major requirement is to make ONNX supportive create, register and use model.
We can deploy the ONNX model to a table in SQL database pool using Synapse studio which leads to implement complete ONNX deployment using Synapse studio without coming out of that environment and using the notebook within the environment. Please Checkout the repository .
For more information refer this link.