Chen Xin
Chen Xin
From the above information, I don't konw how to reproduce your problem. Please describe how to reproduce the python problem in detail or you can add our wechat group and...
It seems like the cuda version in your C drive is different from the cudatoolkit that pytorch built with. (I guess it is cuda11.0. If so, please install cuda11.1 instead...
The visualize error is a known issue. It seems that there is a conflict when use pytorch and tensorrt simultaneously. While if you use C api to do the inference,...
Can you paste your system path. If you use powershell, you can print the variable with ``` echo $Env:PATH ```
Could you please try to use tensorrt-8.2.3.0 and cudnn8.2.1? You may need reconvert the model.
 You should reconvert the model since the old model is converted under tensorrt8.2.1
The 'same problem' refer to what? The 'engine plan file is not compatible with this version of TensorRT' or your original 'Myelin( compiled against cudnn11.3.0.0 but running against cudnn 11.2.1.0)'?
Sorry, it is my fault. I didn't see clearly. What the error means is that the engine file is converted under 8.2.1 but the runtime library that found is 8.2.3.
What confuses you are two things. 1. When convert the model, why the log say that it load cudnn8.0.5 other than 8.2.1 in your path? A: When you install pytorch,...
Currently, the convert process has some issues on windows (some people can't convert on windows, we haven't figure it out). For now, you can convert the model on linux and...