Advertisement

安装Python 3.6及TensorFlow

阅读量:

Python安装指南

需要确认选择的是64位系统对应的版本

TensorFlow安装指南

若系统中未安装pip3,建议先行完成安装步骤

sudo easy_install pip

sudo easy_install --upgrade six

开始TensorFlow的安装流程

pip install tensorflow

若上述方式无法正常使用,可尝试以下替代方案

适用于Mac OS X系统,仅支持CPU,Python 2.7版本:

`export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py2-none-any.whl``

适用于Mac OS X系统,支持GPU加速,Python 2.7版本:

`export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0-py2-none-any.whl``

全部评论 (0)

还没有任何评论哟~