Fix broken link to python API tutorial (#9531)

This commit is contained in:
Nat Kershaw (MSFT) 2021-10-25 10:13:42 -07:00 committed by GitHub
parent 6c8c8a9b12
commit cc17b1f91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ These tutorials demonstrate basic inferencing with ONNX Runtime with each langua
## Python
* [Scikit-learn Logistic Regression](https://microsoft.github.io/onnxruntime/python/tutorial.html)
* [Scikit-learn Logistic Regression](https://onnxruntime.ai/docs/api/python/tutorial.html)
* [Image recognition (Resnet50)](https://github.com/onnx/onnx-docker/blob/master/onnx-ecosystem/inference_demos/resnet50_modelzoo_onnxruntime_inference.ipynb)