【无标题】

安装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

亲测,速度可以!

上一篇:npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\Administrator\package.j


下一篇:【开源项目系列】如何基于 Spring Cache 实现多级缓存(同时整合本地缓存 Ehcache 和分布式缓存 Redis)