pytorch安装
Posted muamu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pytorch安装相关的知识,希望对你有一定的参考价值。
环境anaconda
(1)配置镜像(直接在官网下载较慢)
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
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
(2)在pytorch官网(https://pytorch.org/),选择自己的环境配置(如图)
复制最后一行的command,最后的-c pytorch不要复制,直接在anaconda prompt下运行即可
以上是关于pytorch安装的主要内容,如果未能解决你的问题,请参考以下文章