0

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?

llgx 10
  • 1
  • 1
  • 3

1 Answers1

0

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.

B. B. Naga Sai Vamsi
  • 2,386
  • 2
  • 3
  • 11