Win10下安装TensorFlow时,直接使用pip install TensorFlow速度缓慢。
简单粗暴解决:
打开C:\Users\Administrator(windows:C:\users\username\,linux:/home/username/)下.condarc文件,一般表示 conda 应用程序的配置文件:
添加国内的镜像源:如 - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
删除 - defaults,这样就不再使用默认的比较慢的源了。
重新运行pip stall tensorflow,速度飞快。