tutorials
tutorials copied to clipboard
Tutorials for creating and using ONNX models
# Bug Report If the model conversion is failing for a **tutorial** in this repo, report the bug here. However, if the bug is related to general model conversion, please...
**In this path of the project: https://github.com/onnx/tutorials/blob/main/PyTorchCustomOperator/README.md; I attempted to compile onnxruntime according to the specified tutorial, but the following error occurred.** [1] 1169287 -- Configuring done (0.3s) -- Configuring...
## Description I used to check my engine(tensorRT) layer by layer with onnx using **polygraphy** tool. But I have **a custom operator** writen by myself in my onnx, and **a...