Python TensorFlow,TensorFlow的安装

TensorFlow(深度学习)一般用于图像识别、语音识别、自然语言处理(情感分析)、自动驾驶等。

TensorFlow环境搭建(GPU版):https://pan.baidu.com/s/1eBKS7_6MtgVXnc3Cf95Dtw  密码:gwv5

安装TensorFlow(CPU版):

Linux/ubuntu:
python2.7:  pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl
python3.5:  pip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp35-cp35m-linux_x86_64.whl

Maxos:
python2:  pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py2-none-any.whl
python3:  pip3 install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl

猜你喜欢

转载自blog.csdn.net/houyanhua1/article/details/88078935