mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* Add amd migraphx execution provider to onnx runtime * rename MiGraphX to MIGraphX * remove unnecessary changes in migraphx_execution_provider.cc * add migraphx EP to tests * add input requests of the batchnorm operator * add to support an onnx operator PRelu * update migrapx dockerfile and removed one unused line * sync submodules with mater branch * fixed a small bug * fix various bugs to run msft real models correctly * some code cleanup * fix python file format * fixed a code style issue * add default provider for migraphx execution provider Co-authored-by: Shucai Xiao <Shucai.Xiao@amd.com> |
||
|---|---|---|
| .. | ||
| c_cxx | ||
| nodejs | ||
| README.md | ||
ONNX Runtime Samples and Tutorials
Here you will find various samples, tutorials, and reference implementations for using ONNX Runtime. For a list of available dockerfiles and published images to help with getting started, see this page.
Python
Inference only
- Basic Model Inferencing (single node Sigmoid) on CPU
- Model Inferencing (Resnet50) on CPU
- Model Inferencing on CPU using ONNX-Ecosystem Docker image
- Model Inferencing on CPU using ONNX Runtime Server (SSD Single Shot MultiBox Detector)
- Model Inferencing using NUPHAR Execution Provider
Inference with model conversion
Inference and deploy through AzureML
-
Inferencing on CPU using ONNX Model Zoo models:
-
Inferencing on CPU with model conversion step for existing models:
-
Inferencing on CPU with PyTorch model training:
For aditional information on training in AzureML, please see AzureML Training Notebooks
-
Inferencing on GPU with TensorRT Execution Provider (AKS)
Inference and Deploy wtih Azure IoT Edge
Other
C#
C/C++
Java
Node.js
In each example's implementation subdirectory, run
npm install
node ./