mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fix broken python docs links (#2740)
This commit is contained in:
parent
ebf23744eb
commit
f142b683a1
1 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ For a list of available dockerfiles and published images to help with getting st
|
|||
* [Model Inferencing using NUPHAR Execution Provider](../docs/python/notebooks/onnxruntime-nuphar-tutorial.ipynb)
|
||||
|
||||
**Inference with model conversion**
|
||||
* [SKL Pipeline: Train, Convert, and Inference](https://microsoft.github.io/onnxruntime/tutorial.html)
|
||||
* [Keras: Convert and Inference](https://microsoft.github.io/onnxruntime/auto_examples/plot_dl_keras.html#sphx-glr-auto-examples-plot-dl-keras-py)
|
||||
* [SKL Pipeline: Train, Convert, and Inference](https://microsoft.github.io/onnxruntime/python/tutorial.html)
|
||||
* [Keras: Convert and Inference](https://microsoft.github.io/onnxruntime/python/auto_examples/plot_dl_keras.html#sphx-glr-auto-examples-plot-dl-keras-py)
|
||||
|
||||
**Inference and deploy through AzureML**
|
||||
* Inferencing on CPU using [ONNX Model Zoo](https://github.com/onnx/models) models:
|
||||
|
|
@ -43,7 +43,7 @@ For a list of available dockerfiles and published images to help with getting st
|
|||
|
||||
**Other**
|
||||
* [Running ONNX model tests](./docs/Model_Test.md)
|
||||
* [Common Errors with explanations](https://microsoft.github.io/onnxruntime/auto_examples/plot_common_errors.html#sphx-glr-auto-examples-plot-common-errors-py)
|
||||
* [Common Errors with explanations](https://microsoft.github.io/onnxruntime/python/auto_examples/plot_common_errors.html#sphx-glr-auto-examples-plot-common-errors-py)
|
||||
|
||||
## C#
|
||||
* [Inferencing Tutorial](../docs/CSharp_API.md#getting-started)
|
||||
|
|
|
|||
Loading…
Reference in a new issue