I have a different result using TensorRT10 and TensorRT8 for inference. What is the reason for this?
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.