以下指令安裝 TensorFlow。
$ conda create -n tensorflow pip python=2.7
本教程使用的是 python 2.7(僅限 CPU 版)。 如果你想使用其他 python 版本和 GPU 版,請參閱 TensorFlow 連結。
$ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.8.0-cp27-none-linux_x86_64.whl
Last updated 5 years ago