Releases: rmccorm4/tensorrt-utils
Releases · rmccorm4/tensorrt-utils
TensorRT 7.0 Utils v2
TensorRT 7.0 Utils v1
- Add minimal support for dynamic shapes, creates default optimization profiles for various batch sizes
- Only supports dynamic shape in batch dimension, otherwise will throw an error
- Add some simple cpp, plugin, and uff scripts
TensorRT 6.0 Utils v1
- Simple scripts that don't take dynamic shape or optimization profiles into account
- Use old
IBuilder
interface instead ofIBuilderConfig
interface