Ubuntu14.04+CPU+Tensorflow

来源:互联网 发布:pdf生成器软件 编辑:程序博客网 时间:2024/06/10 04:48

references:

     http://sowm.cn/leiphone/article/iiiMre.html

     http://tensorfly.cn/tfdoc/get_started/os_setup.html


1. python安装

2.tensorflow安装(CPU版)


Part. 1 python 安装

sudo apt-get install python-pip python-dev


Part. 2 tensorflow安装(CPU版)

# 仅使用 CPU 的版本$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl# 开启 GPU 支持的版本 (安装该版本的前提是已经安装了 CUDA sdk)$ pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

安装成功提示



(IDE安装) Komodo IDE的免费版Komodo Edit

1.在Linux下打开它的官网(点击链接http://komodoide.com/download/edit-linux64/#),下载得到的是一个压缩文件。点击右键解压

2.输入./install.sh


0 0