tensorflow安裝
系統centos 7.0 64位:
python版本:(注意tensorflow目前只支持python2.7版本)
安裝pip
yum update -y && yum install -y python python-devel epel-release.noarch python-pip
使用pip安裝tensorflow
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
運行tensorflow demo測試:
如以上操作均未出現錯誤,那么恭喜你已成功安裝tensorflow