
python
mrking0105
这个作者很懒,什么都没留下…
展开
-
安装Theano
参考:http://deeplearning.net/software/theano/install.html为了安装python软件方便,先安装pip。安装方法,见google安装Theano的先决条件:1,python 2.6以上;2,BLAS3,numpy(依赖BLAS,虽然没有亦可以安装,但是无法使用BLAS的加速)4,SciPy(依赖BLAS)...原创 2013-03-06 03:07:57 · 248 阅读 · 0 评论 -
python安装是 -fPIC问题的解决
尼玛真是头疼。在安装好numpy、scipy、theano后。在python代码中,敲入:import theano,报错如下:[code="error"]Problem occurred during compilation with the command line below:g++ -shared -g -m64 -fPIC -I/usr/local/l...原创 2013-03-09 21:52:24 · 1074 阅读 · 0 评论