python
mrking0105
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装Theano
参考:http://deeplearning.net/software/theano/install.html 为了安装python软件方便,先安装pip。 安装方法,见google 安装Theano的先决条件: 1,python 2.6以上; 2,BLAS 3,numpy(依赖BLAS,虽然没有亦可以安装,但是无法使用BLAS的加速) 4,SciPy(依赖BLAS)...原创 2013-03-06 03:07:57 · 280 阅读 · 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 · 1129 阅读 · 0 评论
分享