Installing TensorFlow 安装 TensorFlow 官方教程
官方提供了4个版本的教程:
在Ubuntu 安装 TensorFlow
https://www.tensorflow.org/install/install_linux
在 Mac OS X 安装 TensorFlow
https://www.tensorflow.org/install/install_mac
在 Windows 安装 TensorFlow
https://www.tensorflow.org/install/install_windows
从源码安装 TensorFlow
https://www.tensorflow.org/install/install_sources
从我的使用体验来看 Ubuntu 是最好的, Mac 没有显卡,后期跑大项目比较鸡肋,Windows 安装各种依赖各种坑。Ubuntu 安装 TensorFlow 方便,后面安装 TensorFlow GPU 版本也很方便,依赖也简单。
The following guides explain how to install a version of TensorFlow that enables you to write applications in Python:
Installing TensorFlow on Ubuntu
Installing TensorFlow on Mac OS X
Installing TensorFlow on Windows
Installing TensorFlow from Sources
原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/07/28/installing-tensorflow-tensorflow/