Getting Started with TensorRT

Installation

For installation instructions, please refer to https://docs.nvidia.com/deeplearning/sdk/tensorrt-install-guide/index.html

Samples

For information about samples, please refer to https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#python_samples_section

Installing PyCUDA

Although not explicitly required by the TensorRT Python API, PyCUDA is used in several samples, and by the legacy API. For installation instructions, please refer to https://wiki.tiker.net/PyCuda/Installation