windows10+ Anaconda pyhton3.7+cuda10.0  PyTorch安装

                                              PyTorch安装

环境:windows10    Anaconda pyhton3.7   cuda10.0 

    只需要在Get Started 直接选择自己的系统就可以

   

 当你的cuda为10.0的时候你需要在后面找到cuda10.0的版本进行安装

 

 当出现from torch._C import * ImportError: DLL load failed: 找不到指定的模块” 错误原因是安装的PyTorch版本与你的cuda

的版本不相符。解决方法pip uninstall torch chon重新下载和cuda相符的版本torch

 

 

安装成功后测试:

pyorch测试
import torch
x = torch.rand(5, 3)
print(x)

PyTorch是否启用了GPU驱动程序和CUDA并可以访问它
import torch
torch.cuda.is_available()

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值