Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
d22cbc2b
提交
d22cbc2b
authored
8月 11, 2010
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
small modif to installation doc.
上级
9a0eeebb
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
10 行增加
和
3 行删除
+10
-3
install.txt
doc/install.txt
+10
-3
没有找到文件。
doc/install.txt
浏览文件 @
d22cbc2b
...
...
@@ -23,8 +23,15 @@ to be installed:
python >= 2.5 (2.4 should be supported as well)
Including the development package(python-dev or python-devel on most OS)
g++, python-dev
Highly recommended, to compile generated C code.
We currently compile when we import theano. This could be moved to when we compile c code
to allow using theano without c code generation. If someone has the time to do it,
it would be welcome. We still would recommend to have them to have faster time.
`numpy <http://numpy.scipy.org/>`_ >= 1.3.0
Earlier versions have memory leaks.
`SciPy <http://scipy.org>`_
Specifically numpy, sparse, and weave. We recommend scipy
>=0.7 if you are using sparse matrices, because scipy.sparse
...
...
@@ -36,15 +43,15 @@ to be installed:
The following libraries and software are optional:
g++, python-dev
Highly recommended, to compile generated C code.
`nose <http://somethingaboutorange.com/mrl/projects/nose/>`_
Recommended, to run Theano's test-suite.
`sphinx <http://sphinx.pocoo.org/>`_ >=0.5.1, `pygments <http://pygments.org/>`_
Used to build documentation. latex and dvipng
are also necessary for math to show up as images.
`mercurial <http://www.selenic.com/mercurial/>`_
To download bleeding-edge version of Theano.
To download bleeding-edge version of Theano.
`nvidia cuda driver and sdk <http://developer.nvidia.com/object/gpucomputing.html>`_
Needed if you want to use the GPU. Only nvidia gpu and float32 dtype supported for now.
.. _install_bleeding_edge:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论