windows安装Pytorch cpu版本

在conda内添加国内清华镜像

修改windows用户目录下 .condarc 文件
可以多添加几个

channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
  - defaults
show_channel_urls: true
ssl_verify: true

打开Anaconda Prompt,输入命令可以看到刚才添加的channels

conda config --show
conda源

安装pytorch,在官网根据所需版本选择安装命令,去掉-c pytorch 后运行

install

验证

你可能感兴趣的:(windows安装Pytorch cpu版本)