YOLOv5 报错:“NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ back
Posted Dontla
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于YOLOv5 报错:“NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ back的主要内容,如果未能解决你的问题,请参考以下文章
yolov5 5.0 报错日常Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘D:\Pycharm\Code\yolov5
YOLOv5在Pycharm中遇到no module named cv2报错
YOLOV5出现.acceptable suffix is [‘.pt‘]的错误||不使用权重报错
为啥返回 NotImplemented 而不是引发 NotImplementedError