您的位置:首页 > 其它

Ubuntu上安装谷歌第二代机器学习系统TensorFlow

2015-11-14 20:37 561 查看
TensorFlow作为谷歌第二代机器学习系统,现以Apache 2.0的开源协议开放。以下安装命令在Ubuntu 15.04上亲测安装成功。

# For CPU-only version
$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl 
# For GPU-enabled version (only install this version if you have the CUDA sdk installed)
$ pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl[/code] 
参考网站:

[1] TensorFlow官网:http://tensorflow.org/

[2] Apache 2.0开源协议:http://www.apache.org/licenses/LICENSE-2.0
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: