官方說明:https://www.tensorflow.org/install/windows
環境:spa
操做系統 :Windows 10 家庭中文版操作系統
處理器 : Intel(R) Core(TM) i7-7700 CPU @3.6GHZ 3.60GHZ3d
內存 :16GBcode
顯卡:NVIDIA GeForce GTX 1060 6GBblog
Python:3.6.2ip
安裝GPU版內存
pip3 install --upgrade tensorflow-gpuit
安裝 NVIDIA CUDA® Toolkit 8.0.pip
下載地址
https://developer.nvidia.com/cuda-downloads
安裝 cuDNN v6
下載地址:https://developer.nvidia.com/rdp/cudnn-download
須要註冊用戶
將下載後的zip文件解壓到c盤 C:\cudnn-8.0-windows10-x64-v6.0
將 C:\cudnn-8.0-windows10-x64-v6.0\cuda\bin 加入到環境變量Path
驗證tensorflow-gpu安裝
執行sess = tf.Session()
後,會顯示顯卡GPU信息。