基础环境
笔记本Win8.1系统,intel-core-i5,Nvidia GTX960M
Cuda7.5,cudnn4,Anaconda-Python3.5
安装
conda create --name tensorflow-gpu python=3.5
activate tensorflow-gpu
conda install juypter
conda install scipy
pip install tensorflow-gpu
退出环境
deactivate tensorflow-gpu
参考:
http://www.heatonresearch.com/2017/01/01/tensorflow-windows-gpu.html
备注:
原文有几处笔误。