Closed twmht closed 2 years ago
Could you try TRT 8.2?
@zerollzeng
I can't since it's bundle with jetpack 4.6 in the production use.
meet the same erro any update?
@twmht @liuanhua110 Could you please check if you can repro this issue with TensorRT 8.4? I've tested on my local set up and issue is not reproducible with provided model.
Closing as no response provided in >=14 days. Please reopen if there are any updates.
Description
I use the quantization toolkit to quantize my model.
but TensorRT threw the exceptions when convert the model to tensorrt engine
the model is first trained from mmdetection and then quantize by the toolkit.
the onnx file is provided as below.
Environment
TensorRT Version: 8.0.1.6 NVIDIA GPU: 1080 ti NVIDIA Driver Version: 460.73.01 CUDA Version: 11.1 CUDNN Version: 8.2.1 Operating System: ubuntu 18.04 Python Version (if applicable): 3.7
Relevant Files
log.txt
Here are the onnx file https://drive.google.com/file/d/1kLv4NPM8gBFg_wlyj5hKElhxr_GAJF-j/view?usp=sharing
Steps To Reproduce