NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ backend.

这篇具有很好参考价值的文章主要介绍了NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ backend.。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题描述:在跑YOLOV5S代码时,出现了下面这个错误。

NotImplementedError: Could not run 'torchvision::nms' with arguments from the 'CUDA' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'torchvision::nms' is only available for these backends: [CPU, QuantizedCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradXLA, AutogradMPS, AutogradXPU, AutogradHPU, AutogradLazy, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher].

原因分析:网上说的是cuda的版本和torch的版本不对应。但是自己明明是在pytorch的官网上下载的呀,并且自己的电脑上的cuda版本是11.8,但是pytorch官网上的cuda的最高版本是11.7,我复制里面的命令安装的,但是运行还是出现了上面的错误。具体错误如图片所示:

NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ backend.,Python入门知识,pytorch,python,深度学习

解决办法:我在其他帖子那看到这样操作就可以了。 他把torch的版本和cuda的版本都降了下来,没想到竟然跑起来了文章来源地址https://www.toymoban.com/news/detail-572142.html

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.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 解决Flutter运行报错Could not run build/ios/iphoneos/Runner.app

    更新了IOS的系统版本为最新的17.0, 运行报以下错误 在网上上到一种方法 试一下发现不是一样的问题。 最后在stackoverflow上找到解决办法=链接地址 根本原因是IOS17和Xcode的配置变化引起的,需要更新Flutter的SDK版本到3.13以上就可以解决。 在命令行中使用 flutter upgrade 来更新Flu

    2024年02月02日
    浏览(60)
  • Flutter Run 启动失败 Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac‘

    flutter run -------------- 原因build-tools版本与项目的版本不一致 flutter doctor -v [√] Android toolchain - develop for Android devices (Android SDK version 33.0.1)     • Android SDK at C:UsersAdministratorAppDataLocalAndroidsdk     • Platform android-33, build-tools 33.0.1     • Java binary at: C:Program FilesAndroidAndroi

    2024年02月05日
    浏览(71)
  • 【Debug】could not find ref with poc XXX解决

    ffmpeg报错,读写的视频帧损坏严重 cap= cv2.VideoCapture(video) cap.set(cv2.CAP_PROP_POS_FRAMES, ith) 把是视频编码格式由H265转换成H264,网上其他人的解决思路是增加线程来提高对265格式的读取速度,来跟进处理速度。 我的建议是转码

    2024年02月11日
    浏览(81)
  • springboot项目报Could not resolve view with name ‘xxxxxxxxxxx‘ in servlet with name ‘dispatcherServlet‘

    springboo项目报Could not resolve view with name \\\'xxxxxxxxxxx\\\' in servlet with name \\\'dispatcherServlet\\\'该怎么解决。前段时间遇到了这个问题,今天我就把解决办法分享给大家。 在使用Spring Boot开发Web应用程序时,通常需要配置一个名为 dispatcherServlet 的Servlet来处理Web请求。当我们尝试访问一个不

    2024年02月09日
    浏览(64)
  • 解决Python中ValueError: operands could not be broadcast together with shapes错误

    解决Python中ValueError: operands could not be broadcast together with shapes错误 在Python编程中,可能会遇到类似于“ValueError: operands could not be broadcast together with shapes”的错误。这种错误通常与操作数的形状不匹配有关。例如,尝试对形状不同的数组执行运算时,就可能会导致这种错误的发

    2023年04月24日
    浏览(102)
  • Git提示:ssh: Could not resolve hostname github.com: No address associated with hostname

    今天本地Git Push 代码推送远程分支,提示如下错误信息: Google 一下,大家的建议是重新配置ssh Key。 重新生成GitHub SSH Key 值,请参考如下指令 执行以上指令完成本机SSH Key值生成,并将生成的Key 拷贝至Git 账户/Setting/SSH key 设置。 温馨提示:SSH Key 生成时,会提示本地已经存在

    2024年02月07日
    浏览(52)
  • docker: Error response from daemon: could not select device driver ““ with capabilities: [[gpu]]问题解决

    我们知道,想要在 docker19 及之后的版本中使用 nvidia gpu 已经不需要单独安装 nvidia-docker 了,这已经被集成到了 docker 中。 相必大家也知道,要使用宿主机的 GPU,需要在 docker run 的时候添加 --gpus [xxx] 参数。 但是,在我们刚刚安装好 docker 并构建好镜像之后,直接这样运行是有

    2024年02月05日
    浏览(41)
  • 【ROS解决】Unable to register with master node [http://ipaddress:11311/]: master may not be running yet

    问题描述 在使用 rospy 编程过程中,编写的python程序出现了下面的问题,一直卡着不动了。 【注:这里的localhost可能是你自己设置的机器人节点等一些自定义IP地址】 一开始,我还以为是python编译器出了问题,我尝试了 python2 和 python3 去执行py文件,结果是一样的。这就让我

    2024年02月13日
    浏览(64)
  • docker gpu报错Error response from daemon: could not select device driver ““ with capabilities: [[gpu]]

    我们知道,想要在 docker19 及之后的版本中使用 nvidia gpu 已经不需要单独安装 nvidia-docker 了,这已经被集成到了 docker 中。 相必大家也知道,要使用宿主机的 GPU,需要在 docker run 的时候添加 --gpus [xxx] 参数。但是,在我们刚刚安装好 docker 并构建好镜像之后,直接这样运行是有

    2024年02月09日
    浏览(46)
  • docker: Error response from daemon: could not select device driver with capabilities: [[gpu]]问题记录解决

    具体参考: docker: Error response from daemon: could not select device driver with capabilities: [[gpu]]问题记录解决_奶茶不加冰的博客-CSDN博客 docker: Error response from daemon: could not select device driver ““ with capabilities: [[gpu]]问题解决_一个菜鸟的奋斗的博客-CSDN博客 1、添加nvidia-docker的源 2、安装n

    2024年02月03日
    浏览(45)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包