#GNU
# apt-get update
# apt-get install python-pip
# mkdir download
# apt-get install python-numpy
# apt-get install python-scipy
# apt-get install pyton-dev
# apt-get install python-dev
# cd /download
# wget https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
# pip install tensorflow-0.5.0-cp27-none-linux_x86_64.whl
Keras和Theano:
http://blog.csdn.net/xuezhisdc/article/details/47065475
本文介绍了如何在Linux环境下使用apt-get安装必要的Python库,并通过pip安装特定版本的TensorFlow (0.5.0)。此外,还提供了进一步学习Keras和Theano资源的链接。

1284

被折叠的 条评论
为什么被折叠?



