UserWarning:NVIDIA GeForce RTX 3060 Laptop GPU with CUDA capability sm_86 is not compatible with th

在尝试运行PyTorch深度学习模型时遇到CUDA兼容性警告,错误指出NVIDIA GeForce RTX 3060 Laptop GPU与当前PyTorch安装不兼容。经过分析发现是CUDA版本与PyTorch版本不匹配。通过检查和对比版本,发现已安装的PyTorch 1.9.1仅支持CUDA 10.2,而系统中CUDA版本为11.4。解决方法是卸载现有PyTorch,按照PyTorch官网指示安装支持CUDA 11的最新版本,最终成功运行代码。
摘要由CSDN通过智能技术生成

今天打算学习一下简单的深度学习模型,然后在网上找了一段简单的代码

找的代码网站如下:Pytorch实战1:LeNet手写数字识别 (MNIST数据集)_sunqiande88的博客-CSDN博客

复制拷贝之后在 VSCode 上面运行发现出了下面这个错误

PS D:\vscode\code> python day1013.py
D:\Anaconda3\File\lib\site-packages\torchvision\datasets\mnist.py:498: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  ..\torch\csrc\u

评论 7
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

tp_0moyi0

新手入行,慢慢学习,慢慢积累

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值