美文网首页
Pytorch快速安装(亲测有效)

Pytorch快速安装(亲测有效)

作者: 竹韵林风xillman | 来源:发表于2019-12-02 23:23 被阅读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/

conda install pytorch torchvision cudatoolkit=10.0

相关文章

网友评论

      本文标题:Pytorch快速安装(亲测有效)

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