美文网首页我爱编程
使用anaconda 安装pytorch

使用anaconda 安装pytorch

作者: 胡思乱想的我最皮 | 来源:发表于2018-05-24 21:17 被阅读0次

    系统:ubuntu16.04
    更新软件
    sudo apt-get update
    sudo apt-get upgrade

    添加清华anaconda仓库源
    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

    添加清华anaconda pytorch源
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

    安装pytorch cpu版的指令
    conda install pytorch-cpu torchvision-cpu -c pytorch

    pytorch中文社区就是官网的复刻
    http://pytorch.apachecn.org/

    清华大学开源镜像软件站
    https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

    pytorch中文网
    http://www.pytorchtutorial.com/pytorch-networks/

    参考文献# Anaconda+Tensorflow环境安装与配置

    相关文章

      网友评论

        本文标题:使用anaconda 安装pytorch

        本文链接:https://www.haomeiwen.com/subject/zqrejftx.html