YOLOv5 报错:“NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ back
生活随笔
收集整理的這篇文章主要介紹了
YOLOv5 报错:“NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ back
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
是torchvisiao-cuda沒裝好,重裝下
直接:
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.douban.com/simple參考文章:解決“NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ backend.”
總結
以上是生活随笔為你收集整理的YOLOv5 报错:“NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ back的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: OpenCV Mat类详解和用法(官网原
- 下一篇: cmake教程(为什么要用cmake?)