https://tensorflow.google.cn/install/source_windows
参考:
1.http://blog.sina.com.cn/s/blog_14935c5880102wu86.html
2.https://blog.youkuaiyun.com/gangeqian2/article/details/79358543
3.https://www.baidu.com/link?url=pJSm5kYQ485-3-TSlRPQz1U72GiEb8jHwLp5sQ4_EDu424j2kIXTyXO7I4efr_tEsGtG_SO8z_0vJwBK9m98Sq&wd=&eqid=bb496c2000032069000000035c4a7dcf
4.简单教程https://blog.youkuaiyun.com/gangeqian2/article/details/79358543
电脑垃圾显卡为GT630M
下载地址
http://www.msys2.org/
https://docs.bazel.build/versions/master/install-windows.html
https://developer.nvidia.com/rdp/assets/cupti-1_0_7-Win64-cuda10-installer
https://developer.nvidia.com/cuda-90-download-archive?target_os=Windows&target_arch=x86_64&target_version=7&target_type=exelocal
https://developer.nvidia.com/cudnn
输入cd +tensorflow所在目录,回车
conda create -name tensorflow-gpu python=3.6
activate tensorflow
conda info --envs
python --version
pip install tensorflow-gpu