Ubuntu 安装Theano

Posted X-man

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 安装Theano相关的知识,希望对你有一定的参考价值。

参考:http://deeplearning.net/software/theano/install_ubuntu.html

          编译安装python3.4:http://blog.aboutc.net/linux/61/install-python-on-linux

 

系统:14.04

 

安装python3.4

 

更新pip:python -m pip install -U pip

 

获取root权限

:su root

输入密码

sudo -i
获取root权限。
如果这样权限还是不够,
那就输入sudo passwd然后输入两次密码,这个就是修改好的root密码。
然后在输入
su root
输入修改好的root密码就获取root权限了

 

以上是关于Ubuntu 安装Theano的主要内容,如果未能解决你的问题,请参考以下文章

在ubuntu安装python, theano, keras , Spearmint, Mongodb

Ubuntu16.04下用Anaconda 安装Theano

Ubuntu14.04安装Theano详细教程

ubuntu 中用pip安装了theano后怎么找不到theano,tensor,signal,downsample

Ubuntu19 安装Theano出现“No module named ‘theano.compat.six’”

如何在 ubuntu20 上以 theano 为后端的 termux 运行 keras