tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Tutorials for creating and using ONNX models

Results 113 tutorials issues
Sort by recently updated
recently updated
newest added

# Ask a Question ### Question I am attempting to implement a custom op using CUDA kernels and started looking into existing guides and how-to's available. The simplest and easiest...

question

# Ask a Question ### Question I'm using Pytorch-Geometric to create a GNN and I'd like to be able to run it inside an application that supports ONNX inference, but...

question

Fix undefined variable name "onnx_model" in sample script.

Corrected a small error in the notebook **Description** - Describe your changes. Fixed a small grammar mistake. **Motivation and Context** - Why is this change required? What problem does it...

I have a model in Onnx format, is there a way to convert this format into mat format outside matlab? i.e without the use of deep learning toolbox or any...

question

### Ask a Question https://mxnet.apache.org/versions/1.5.0/tutorials/onnx/export_mxnet_to_onnx.html runing this code got error # Downloaded input symbol and params files sym = './resnet-18-symbol.json' params = './resnet-18-0000.params' # Standard Imagenet input - 3 channels,...

question

# Ask a Question I got the following error when I try to use Shape Inference.Can anyone help me,Thanks! ![image](https://user-images.githubusercontent.com/49867109/200570877-6eeccd0f-9c1e-4575-a436-c5466d0c9225.png) ![image](https://user-images.githubusercontent.com/49867109/200570954-5a23630f-01eb-49b9-95be-67d404cd65b6.png)

question

**Description** - Added an overview tutorial for the DIANNA (Deep Insight and Neural Network Analysis) package and a link in the README **Motivation and Context** - This informs the ONNX...

Hi, I used Pointpillars for 3D object detection on my own dataset (just pointcloud data) using Pytorch (https://github.com/shangjie-li/pointpillars/blob/master/pointpillar.py). The format of the trained model is `*.pth`. I need to convert...

question

# Ask a Question ### Question Hi, I have developed a tool called [onnxslim](https://github.com/inisis/OnnxSlim), which can help slim exported onnx model, and it's pure python, can it be a part...

question