TensorRT icon indicating copy to clipboard operation
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.

Results 628 TensorRT issues
Sort by recently updated
recently updated
newest added

I use trtexec to build an engine file, and try to load it by ifstream(name,std::ios::binary), but got null engine. what should Ido?

triaged

## Description I am currently researching ways for speeding up building TensorRT's CUDA engines in the runtime from ONNX models using the C++ API. That is, I am loading the...

triaged

## Description When I llocate a TensorRT model on GPU it consumes all available memory on the device. I have tried instantiating the model with an empty GPU and with...

triaged

## Description ## Environment **TensorRT Version**: 8.4.1 **NVIDIA GPU**: **NVIDIA Driver Version**: **CUDA Version**: **CUDNN Version**: **Operating System**: **Python Version (if applicable)**: **Tensorflow Version (if applicable)**: **PyTorch Version (if applicable)**:...

documentation
triaged

## Description ## Environment **TensorRT Version 8.4: **NVIDIA GPU p40: **NVIDIA Driver Version 470: **CUDA Version 11.0: **CUDNN Version 8.1: **Operating System linux: **Python Version (if applicable) 3.6: **Tensorflow Version...

Topic: QAT
triaged

## Description ## Environment **TensorRT Version**: **NVIDIA GPU**: **NVIDIA Driver Version**: **CUDA Version**: **CUDNN Version**: **Operating System**: **Python Version (if applicable)**: **Tensorflow Version (if applicable)**: **PyTorch Version (if applicable)**: **Baremetal...

triaged

## Description ## Environment **TensorRT Version**: **NVIDIA GPU**: **NVIDIA Driver Version**: **CUDA Version**: **CUDNN Version**: **Operating System**: **Python Version (if applicable)**: **Tensorflow Version (if applicable)**: **PyTorch Version (if applicable)**: **Baremetal...

triaged

# Problem description Hi All, I am trying to build a TensorRT engine from TF2 Object detection API SSD MobileNet v2 320x320. I followed https://github.com/NVIDIA/TensorRT/tree/main/samples/python/tensorflow_object_detection_api I successfully exported the TensorFlow...

triaged