tensorFlow 安装
tensorFlow1.9.0 + anadonda4.3.1整合
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple/
用国内源解决超时问题
pip 在使用的时候提示说版本过期, 使用一下命令更新
python -m pip install --upgrade pip
Anaconda4.3.1下载, 注意是Anaconda3 不是Anaconda2
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-4.3.1-Windows-x86_64.exe
TensorFlow-cpu兼容问题AVX2
处理方式