NVIDIA / NVIDIA/TensorRT

I have a different result using TensorRT10 and TensorRT8 for inference. What is the reason for this?

Open
#4,539 4 comments 0 reactions 1 assignee View on GitHub

@kevinch-nv is already working on this.

Since Aug 14, 2025.

Module:Accuracy triaged
Dominant language
C++
Stars
13.4k
Forks
2.4k
Avg merge
5d 3h
Merged PRs (30d)
2

Description

Windows 10 system, I use a onnx model, they convert TensorRT model using TensorRT10.12 and TensorRT 8.6,then using trtexec.exe inference same image, but the results are different, what's the reason for this?

Convert: trtexec.exe --onnx=iter.onnx --saveEngine=iter_static.engine

Inference: trtexec.exe --loadEngine=iter_static.engine --loadInputs='input':input.bin --exportOutput=trtexec-result.json

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.