安装pytorch环境
感觉到清华源速度慢的感人,可能是太多人使用的缘故,推荐使用中科大的,在base环境里,赋值黏贴这些代码:
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/cloud/pytorch/
conda config --set show_channel_urls yes
pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple
亲测,速度可以!