mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
* Test re-using page layout from current ONNX Runtime website for docs * Add content for documentation on website * Fixed most broken links * Copy just-the-docs theme sources into repo * Remove local theme files as this did not work with GitHub * Remove nojekyll file * Move image assets into single location * Add Contents to markdown files and ensure only one h1 * Update after review * Fix img links * Add trailing slash to main nav links * Fix broken links on main docs page * Re-fix broken links on main docs page * Fix broken links #3 * Fix broken links #4 * Fix broken links #5 * Fix broken links #6 * Fix paths to global assets * Add updates since fork * Update custom op docs * Fix link
6.8 KiB
6.8 KiB
| parent | toc | nav_order |
|---|---|---|
| Tutorials | true | 1 |
Samples catalog
{: .no_toc }
This page catalogs code samples for ONNX Runtime, running locally, and on Azure, both cloud and edge.
Contents
{: .no_toc }
- TOC placeholder {:toc}
Python
- Basic inference
- Resnet50 inference
- Inference samples with ONNX-Ecosystem Docker image
- ONNX Runtime Server: SSD Single Shot MultiBox Detector
- NUPHAR Execution Provider samples
- SKL tutorials
- Keras - Basic
- SSD Mobilenet (Tensorflow)
- BERT-SQuAD (PyTorch) on CPU
- BERT-SQuAD (PyTorch) on GPU
- BERT-SQuAD (Keras)
- BERT-SQuAD (Tensorflow)
- GPT2 (PyTorch)
- EfficientDet (Tensorflow)
- EfficientNet-Edge (Tensorflow)
- EfficientNet-Lite (Tensorflow)
- EfficientNet(Keras)
- MNIST (Keras)
- BERT Quantization on CPU
- Get started with training
- Train NVIDIA BERT transformer model
- Train HuggingFace GPT-2 model
C/C++
- C: SqueezeNet
- C++: model-explorer - single and batch processing
- C++: SqueezeNet
C#
Java
Node.js
Azure Machine Learning
Inference and deploy through AzureML
For aditional information on training in AzureML, please see AzureML Training Notebooks
- Inferencing on CPU using ONNX Model Zoo models:
- Inferencing on CPU with PyTorch model training:
- Inferencing on CPU with model conversion for existing (CoreML) model:
- Inferencing on GPU with TensorRT Execution Provider (AKS):
Huggingface
Azure IoT Edge
Azure Media Services
Azure SQL
Deploy ONNX model in Azure SQL Edge
Windows Machine Learning
Examples of inferencing with ONNX Runtime through Windows Machine Learning