The NVIDIA driver is too old PyTorch version that has been compiled with your version of the CUDA

5 篇文章 0 订阅
4 篇文章 0 订阅

Ubuntu 安装gpu版本的torch时遇到的图片问题

                                                                                原因:cuda版本与pytorch版本不匹配

解决办法

1.查看torch的版本

          python 

         import  torch
         torch.__version__ 

2.查看torch对应的cuda的版本

          torch.version.cuda
 2.查看cuda是否可用
torch.cuda.is_available()

3.查看cuda的版本

     cat /usr/local/cuda/version.txt

4.cuda版本与torch的cuda版本不一致的话

     卸载安装的torch: pip uninstall torch

     找对应版本的torch    网址: https://pytorch.org/get-started/previous-versions/

     安装命令也在网址里,重新安装torch 

            本文中的命令是:conda install pytorch=0.4.1 cuda90 -c pytorch

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值