tensorrt
Here are 115 public repositories matching this topic...
It seems trt6.0.1.5 has involved the restriction. In trt5.1.5.0, the ExecutionContext can be destroyed after its corresponding ICudaEngine.
-
Updated
Apr 12, 2020 - Python
Hi NVIDIA Team,
To make this project successful, I would like to suggest to add few things. I would love to assist on this.
- Complete technical installation steps to add more values
- Details of all pre-requisites, to build this project successfully.
- Overall technical background, design and architecture. Just like we provide a technical guide and documentation for other software engine
-
Updated
Jun 11, 2020 - Python
-
Updated
Nov 22, 2019 - Python
-
Updated
May 18, 2020 - Python
-
Updated
Jan 22, 2019 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Jun 4, 2020 - C++
-
Updated
Apr 8, 2020 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
Apr 28, 2020 - C++
Build instructions
Please provide some build instructions on Ubuntu 18.04.
- pre-requirements.
- Additional setup instructions to successfully run on NVIDIA GPU Ubuntu 18.04 machine
-
Updated
May 2, 2020 - Python
-
Updated
May 5, 2020 - Python
-
Updated
Jun 5, 2020 - C++
-
Updated
Aug 30, 2019 - Python
-
Updated
May 21, 2020 - C++
-
Updated
Apr 19, 2019 - Python
-
Updated
Apr 14, 2020 - Python
Instead of several profiles with min==opt==max, do profiles with some ranges of batch sizes to make it easier to migrate from an implicit batch workflow
Improve this page
Add a description, image, and links to the tensorrt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensorrt topic, visit your repo's landing page and select "manage topics."
When attempting to download cityscapes_2048x1024 I got:
./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not foundIt looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512todownload_fcn_resnet18_cityscapes_2048x1024Thanks for the amazing repo!