bubbliiiing / yolov8-pytorch

这是一个yolov8-pytorch的仓库,可以用于训练自己的数据集。
GNU General Public License v3.0
675 stars 80 forks source link

导出onnx出现警告 #61

Open summeregg111 opened 5 months ago

summeregg111 commented 5 months ago

RuntimeWarning: Iterating over a tensor might cause the trace to be incorrect. Passing a tensor of different shape won't change the number of iterations executed (and might lead to errors or silently give incorrect results). 'incorrect results).', category=RuntimeWarning)

1610101442 commented 4 months ago

I also have the same problem