shouxieai/tensorRT_Pro

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

Yi-hash1 opened this issue · 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.

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