tutorials
tutorials copied to clipboard
Tutorials for creating and using ONNX models
Adding a tutorial showing how to use the SequenceMap operator to perform batch processing operations. Signed-off-by: Joaquin Anton
# Ask a Question ### Question As title states, a tool for viewing & modifying ONNX model custom metadata before re-saving the model would be quite convenient. Where should such...
Hi ONNXRT team, I implemented one custom op in ONNXRT and was able to run it correctly with the correct results. Having said that, I implemented the multiple version of...
# Bug Report ### Describe the bug When trying to run docker run -it --rm onnx/onnx-docker:cpu /bin/bash I get the error docker: Error response from daemon: pull access denied for...
# Ask a Question ### Question I have a bert-base model trained with some linear layers on top and adapter layers in the backbone. I export the model with onnx...
Adds a tutorial on how to use ONNX to represent a data preprocessing graph and combine it with an existing network. The tutorial uses ResNet-50 as an example. Signed-off-by: Joaquin...
### Question I have created C++ script, build the binary .so file and imported with load library and added my new function to ONNX. I have loaded and checked the...
There is an error when executing the function torch.onnx.export()
Traceback (most recent call last): File "pytorch2pb.py", line 31, in from onnx_tf.backend import prepare File "/usr/local/lib/python3.5/dist-packages/onnx_tf/__init__.py", line 1, in from . import backend File "/usr/local/lib/python3.5/dist-packages/onnx_tf/backend.py", line 29, in from onnx_tf.common.handler_helper...
Hi there, When I tried to deploy my model with onnx/serving, I came across this proble "google.protobuf.message.DecodeError: Error parsing message". I just followed each step of the onnx/serving-toturial, and I...