Skip to content

Commit 532f65c

Browse files
authored
added tracking pixel and edited config text
1 parent f36dda0 commit 532f65c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

how-to-use-azureml/deployment/onnx/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# ONNX on Azure Machine Learning
2+
![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/deployment/onnx/README.png)
23

34
These tutorials show how to create and deploy Open Neural Network eXchange ([ONNX](http://onnx.ai)) models in Azure Machine Learning environments using [ONNX Runtime](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-build-deploy-onnx) for inference. Once deployed as a web service, you can ping the model with your own set of images to be analyzed!
45

56
## Tutorials
67

7-
0. [Configure your Azure Machine Learning Workspace](../../../configuration.ipynb)
8+
0. If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, [Configure your Azure Machine Learning Workspace](../../../configuration.ipynb)
89

910
#### Obtain pretrained models from the [ONNX Model Zoo](https://github.com/onnx/models) and deploy with ONNX Runtime
1011
1. [MNIST - Handwritten Digit Classification with ONNX Runtime](onnx-inference-mnist-deploy.ipynb)
@@ -34,3 +35,5 @@ Licensed under the MIT License.
3435

3536
## Acknowledgements
3637
These tutorials were developed by Vinitra Swamy and Prasanth Pulavarthi of the Microsoft AI Frameworks team and adapted for presentation at Microsoft Ignite 2018.
38+
39+

0 commit comments

Comments
 (0)