TensorRT
TensorRT copied to clipboard
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
## Description For the following valid onnx model,  it cannot be imported by the onnx frontend in TensorRT. The following error message is produced: ```c [05/29/2025-12:16:24] [TRT] [E] ITensor::getDimensions:...
## Description For the following onnx model,  it can be imported by the onnx frontend in TensorRT. However, it failes to build the serialized network. The following error message...
## Description In the diffusion demo support matrix it's mentioned that img2img task doesn't have quantization support, why is that? can someone please provide a bit more clarity? If someone...
When I was using UNet for image segmentation, after converting the pytorch format model to the tensorrt format, there would be a large error in the reasoning, as follows: ...
## Description Problem description: Hi, I can run my detection engine model or super resolution engine model separately in Jetson Orin Nano and it works fine. But when I use...
## Description I tried to convert an ONNX model of a U-Net to TensorRT using the `trtexec` command line tool. ## Environment **TensorRT Version**: 10.5 **NVIDIA GPU**: GeForce RTX 2080...
I am converting a custom PyTorch plugin (CorrSamplerPlugin) into a TensorRT plugin. When testing the plugin independently, the results are correct and consistent with PyTorch. However, after integrating the plugin...
## Description Failed to build **TensorRT 21.07** from source. ## Environment **TensorRT Version**: 21.07 **NVIDIA GPU**: GeForce RTX 2080 Ti **NVIDIA Driver Version**: NVIDIA-SMI 460.84 **CUDA Version**: 11.3 **CUDNN Version**:...
Hi team, I'm using `trtexec` to convert dino onnx to trt engine. however I'm seeing different outputs compared to dino onnx. here is what I found: Would appreciate it if...
## Description I am currently trying to quantize my UNet-based pytorch model to INT8. I end up with a slightly different —and slower— engine graph compared to the one generated...