yolov5 加载engine时提示问题如下
The engine plan file is generated on an incompatible device,expecting compute 6.1 got compute 5.2,please rebuld.
或者
The engine plan file is generated on an incompatible device,expecting compute 6.1 got compute 7.5,please rebuld.
问题一:
为什么会出现这样的问题?
问题二:
不重新生成engine文件是否可以解决?
问题三:
如果和GPU相关,什么性能型号的GPU生成的engine文件,可以相互使用,不报错,为什么?
问题截图

