win10基于Anaconda3的PyTorch1.4.0 GPU10.1版本的安装

下载安装英伟达CUDA10.1 https://developer.nvidia.com/cuda-10.1-download-archive-base

  1. 搜索栏输入cmd,以管理员方式打开cmd

  2. 更换清华大学开源下载库,pytorch版本为1.4.0
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
    conda config --set show_channel_urls yes
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

  3. 安装 PyTorch
    conda install pytorch torchvision cudatoolkit=10.1

  4. 测试是否安装成功
    打开Anaconda Prompt (Anaconda3)
    输入 python
    1.import torch
    2.print(torch.__version删除线格式 __)
    3.print(torch.version.cuda)
    4.print(torch.cuda.is_available())

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值