1.十分感谢 LiYunfei 的文章:https://www.jianshu.com/p/8d0815cf0281
查阅了无数文章,才了很多坑,最后使用他的tensoeflow源安装成功
配置清华仓库镜,输入指令:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
pip uninstall tensorflow-gpu==1.3.0 用这个命令来卸载你的旧版本
pip install tensorflow-gpu==1.7.0 用这个命令来安装当前版本
当然这是在ANACONDA PROMPT里面,在nivagator的root执行
你也可以在创建好的环境中执行
2.困难的是CUDA!!! 版本不重要 直接安装9.0 , 检测不通过也行。
VS2010可以安装,cudann直接复制文件夹,具体看其他博客。
3.CUDA按照默认地址安装好以后,要配置用户变量path
两个地方:CUDA\v9.0\bin 和 CUDA\v9.0\lib\x64
conda的环境变量两个都打勾,就不用在配置了
4.参考
https://blog.csdn.net/qq_34662299/article/details/83956389
https://blog.csdn.net/qq_36114142/article/details/82684780
转载:https://blog.csdn.net/qq_41875080/article/details/85343603
查看评论