作为小白,很多东西都不懂,在安装pytorch的路上踩过无数的坑,现在算是装好了,但是有些步骤为什么那样进行至今也没弄明白,这里做个记录,供自己学习使用,若有大神看到这篇博客能够指点一二自然更好!!!
首先,安利一篇对于小白很友好的博文:https://blog.youkuaiyun.com/aa3615058/article/details/89339790
anaconda和Pycharm的安装以及配置相对简单,且网上有很多教程,这里不再展开,主要说一下我安装Pytorch的过程
首先我按照:
1.在anaconda中使用清华镜像源(添加清华镜像至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
Conda Forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
Msys2
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
Bioconda
conda config --add c