tensorRT_Pro icon indicating copy to clipboard operation
tensorRT_Pro copied to clipboard

部署yolov7后,推理的时候有警告,求大佬看看

Open Yi-hash1 opened this issue 2 years ago • 2 comments

[2023-09-21 04:18:00][warn][trt_builder.cpp:33]:NVInfer: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.

Yi-hash1 avatar Sep 21 '23 07:09 Yi-hash1

Snipaste_2023-09-21_15-05-21

Yi-hash1 avatar Sep 21 '23 07:09 Yi-hash1

engine不是在当前显卡下编译的,跨显卡编译的?!只给onnx,让C++自己重新编译生成engine,试一下

HaronCHou avatar Oct 19 '23 11:10 HaronCHou