標籤:

TensorFlow 安裝官方教程:Ubuntu 安裝,Mac OS X 安裝,Windows 安裝

從我的使用體驗來看 Ubuntu 是最好的, Mac 沒有顯卡,後期跑大項目比較雞肋,Windows 安裝各種依賴各種坑。Ubuntu 安裝 TensorFlow 方便,後面安裝 TensorFlow GPU 版本也很方便,依賴也簡單。

後面強烈推薦使用 GPU 版本會比 CPU 快幾倍,使用體驗好很多,等著模型訓練的過程其實還是挺浪費時間的。

官方提供了4個版本的教程:

在Ubuntu 安裝 TensorFlow

tensorflow.org/install/

在 Mac OS X 安裝 TensorFlow

tensorflow.org/install/

在 Windows 安裝 TensorFlow

tensorflow.org/install/

從源碼安裝 TensorFlow

tensorflow.org/install/

The following guides explain how to install a version of TensorFlow that enables you to write applicati** in Python:

Installing TensorFlow on Ubuntu

Installing TensorFlow on Mac OS X

Installing TensorFlow on Windows

Installing TensorFlow from Sources

更多資源

tensorflownews.com/


推薦閱讀:

用Tensorflow自動化構建海洋生物系統,利用上萬的圖片訓練,找到瀕臨物種「海牛」是什麼原理?
學習筆記TF012:卷積網路簡述
實現屬於自己的TensorFlow(二) - 梯度計算與反向傳播
GTX 1070 +CUDA 8.0 +cuDNN 5.1 + TensorFlow +Ubuntu 16.04 雙硬碟安裝記錄

TAG:TensorFlow |