You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database-edge/onnx-overview.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,20 @@ To infer machine learning models in Azure SQL Database Edge, you will first need
22
22
23
23
## Get ONNX models
24
24
25
-
There are several ways that you can obtain a model in the ONNX format:
25
+
To obtain a model in the ONNX format:
26
26
27
-
-[ONNX Model Zoo](https://github.com/onnx/models): Contains many pre-trained ONNX models for different types of tasks that can be downloaded and are ready to use.
27
+
-**Model Building Services**: Services such as the [automated Machine Learning feature in Azure Machine Learning](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb) and [Azure Custom Vision Service](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier) support directly exporting the trained model in the ONNX format.
28
28
29
-
-[Native export from ML training frameworks](https://onnx.ai/supported-tools): Several training frameworks support native export functionality to ONNX, which allows you to save your trained model to a specific version of the ONNX format, including [PyTorch](https://pytorch.org/docs/stable/onnx.html), Chainer, and Caffe2. In addition, model building services such as the [automated Machine Learning feature in Azure Machine Learning](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb) and [Azure Custom Vision Service](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier) provide ONNX export.
29
+
-[**Convert and/or export existing models**](https://github.com/onnx/tutorials#converting-to-onnx-format): Several training frameworks (e.g. [PyTorch](https://pytorch.org/docs/stable/onnx.html), Chainer, and Caffe2) support native export functionality to ONNX, which allows you to save your trained model to a specific version of the ONNX format. For frameworks that do not support native export, there are standalone ONNX Converter installable packages that enable you to convert models trained from different machine learning frameworks to the ONNX format.
30
30
31
-
-[Convert existing models](https://github.com/onnx/tutorials#converting-to-onnx-format): For frameworks that do not support native export, there are standalone packages for converting models to the ONNX format. For examples and tutorials, see [Converting to ONNX format](https://github.com/onnx/tutorials#converting-to-onnx-format).
32
-
33
-
### Supported frameworks
34
-
35
-
ONNX Converters enable you to convert models trained from different machine learning frameworks to the ONNX format. Popular converters include:
0 commit comments