安装:
配置清华下载源时,有时会超时报错:
换源:https://pypi.doubanio.com/simple速度飞快
pip install tensorflow -i https://pypi.douban.com/simple
pip install requests -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com或者:
https://storage.googleapis.com/tensorflow/windows/cpu/
tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl
对于win7等系统及配置较低:选择TensorFlow1.2.0版本
链接:
https://pypi.org/project/tensorflow/1.2.0/#files
https://pypi.org/project/tensorflow/1.0.0/#files
https://pypi.org/project/tensorflow/#files
https://blog.youkuaiyun.com/qwxwaty/article/details/80711385
使用tensorboard显示:
出现错误:
Cannot Save Settings:Please specify a different SDK name:
意思是你的envy有重名,你可以点击project interpreter中的show all来显示,
来删除重名的然后在apply就可以了
Error running '’: Cannot run program "C:\Users\Administrator\PycharmProjects*\venv\Scripts\python.exe" (in directory "C:\Users\Administrator\PycharmProjects****"):CreateProcess error=2, 系统找不到指定的文件。
此时,在IDE中的python的地址错误,需要重新加载python版本。
打开File中Settings选项找到Project Interpreter选项,
在地址目录中会提示地址无效,这时点击Add添加按钮:
重新定位到python的路径,此时问题解决。
其他:
vc_redist.x64.exe下载地址: https://pan.baidu.com/s/1c2rGUtU
conda search --full -name tensorflow
conda list
参考链接:
https://blog.youkuaiyun.com/hongzhen91/article/details/62888660
https://blog.youkuaiyun.com/wu_l_v/article/details/79049718