VirtualBox Ubuntu 16.04安装Tensorflow
程序员文章站
2024-03-18 10:25:13
...
VirtualBox Ubuntu 16.04安装Tensorflow
1.安装python-pip
和python-dev
sudo apt-get install python-pip python-dev
2.安装Tensroflow
sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
【注】如果有错误,可以尝试使用上述命令重新安装
3.安装完成。出现以下界面表示安装完成。
4. 测试
$ python
>>>import tensorflow as tf
>>>hello=tf.constant('hello')
>>>sess=tf.Session()
>>>print(sess.run(hello))
hello
>>>a=tf.constant(10)
>>>b=tf.constant(32)
>>>print(sess.run(a+b))
42
5.安装IDE
安装的IDE为Komodo Edit
链接: http://komodoide.com/download/edit-linux64/#
解压缩后界面如下:
安装步骤:
1. 进入到该文件解压缩的文件夹中
2. 运行./install.sh
,界面如下:
推荐阅读
-
VirtualBox Ubuntu 16.04安装Tensorflow
-
Ubuntu16.04 安装gRPC
-
ubuntu下谷歌开源的TensorFlow Object Detection API的安装教程
-
Ubuntu16.04下安装配置rsync
-
VirtualBox服务器版Ubuntu共享文件夹安装增强功能失败的解决方法
-
Ubuntu 16.04下安装PHP 7过程详解
-
NodeJs 6.9.2在Ubuntu 16.04、CentOS 7.5、Windows10下的安装配置 博客分类: LinuxNodeJS NodeJSLinuxWindows
-
Ubuntu 17环境下基于Anaconda 安装 Tensorflow
-
安装与卸载Opencv.*在Ubuntu16.04 cuda8.0环境下
-
ubuntu 16.04 安装桌面环境 gnome 桌面环境