Windows64位安裝GPU版TensorFlow 0.12,Power Shell下輸入:安裝Tensorflow的全教程

來源:互聯網
上載者:User

標籤:from   大神   國內   tps   please   linux   rsh   1.0   通過   

  1. 推薦使用powershell,只需要在cmd指令視窗輸入powershell即可
  2. 下載64位Python3.5(一定要3.5!!)可以通過Python 3.5 from python.org 或 Python 3.5 from Anaconda 下載並安裝Python3.5.2(注意選擇正確的作業系統)。
  3. 具體教程可以查看Python3.5.2百度經驗安裝,裡面有個細節,自動化佈建環境變數,不能忘
  4. 安裝VS2015,如果是2013的後面要加個外掛程式,這是後話
  5. 為了使用國內鏡像加速pip安裝,需要如下修改:

    WIndows 7 在“C:\Users\使用者名稱\AppData\Local\pip”檔案夾下,建立文字檔,新增內容:

  6. 關於鏡像參考http://www.cnblogs.com/microman/p/6107879.html
  7. 安裝CPU版TensorFlow 0.12,Power Shell下輸入:pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl
  8. 安裝GPU版TensorFlow 0.12,Power Shell下輸入:pip install --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl  
  9. 裝完後發現還是有問題:比如

    import tensorflow as tf 

    報錯為:

    Error importing tensorflow.  Unless you are using bazel,

    you should not try to import tensorflow from its source directory;
    please exit the tensorflow source tree, and relaunch your python interpreter

    from there.(這是因為裝了VS2013原因,要是直接2015應該沒事,所以要加補丁)

  10. 解決方案:.進入https://www.tensorflow.org/versions/r0.12/get_started/os_setup.html#pip-installation-on-windows,點擊下載vc_redist.x64.exe
  11. 安裝vc_redist.x64.exe,安裝時會出現 “正在處理 windon_msu_x64”時,是因為window缺少補丁,為:http://pan.baidu.com/s/1nvpsXVN

    完畢 可以運行了

  12. 然後基本就可以用了>>>import tensorflow as tf  
  13. 但是樓主在使用時發現Tensorflow的強大視覺化檢視Tensorboard無法用
  14. 找了很久原因,終於在簡書中找到一大神的說法,http://www.jianshu.com/p/4b92b19c97e2,原因就是版本的問題,對於Linux系統無論TensorFlow是0.12還是1.0都能很好的使用tensorboard;但是對於Windows系統,0.12是無法顯示的,1.0版本的TensorFlow是能顯示的,這個需要注意。
  15. 於是開始更新0.12版本到1.0,命令很簡單,還是powershell,pip3 install --upgrade tensorflow,具體連結見http://blog.csdn.net/u010099080/article/details/55260055

Windows64位安裝GPU版TensorFlow 0.12,Power Shell下輸入:安裝Tensorflow的全教程

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.