Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
3069159f
提交
3069159f
authored
11月 19, 2010
作者:
David Warde-Farley
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rewrite parts of the installation dependencies list.
上级
5f5ced9b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
29 行增加
和
21 行删除
+29
-21
install.txt
doc/install.txt
+29
-21
没有找到文件。
doc/install.txt
浏览文件 @
3069159f
...
...
@@ -16,42 +16,50 @@ Requirements
In order to use Theano, the following libraries and software will need
to be installed:
Linux,
OS-
X or Windows operating system
Linux,
Mac OS
X or Windows operating system
We develop mainly on 64-bit Linux machines. 32-bit architectures are
not well-tested.
p
ython >= 2.5 (2.4 should be supported as well)
P
ython >= 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.
``g++``, ``python-dev``
Not technically required but *highly* recommended, in order to compile
generated C code. Theano `can` fall back on a NumPy-based execution model,
but a C compiler allows for vastly faster execution.
`
nump
y <http://numpy.scipy.org/>`_ >= 1.3.0
`
NumP
y <http://numpy.scipy.org/>`_ >= 1.3.0
Earlier versions have memory leaks.
`SciPy <http://scipy.org>`_
Specifically numpy, sparse, and weave. We recommend scip
y
>=0.7 if you are using sparse matrices, because scipy.sparse
is buggy in 0.6. (scipy.csc_matrix dot has a bug with singleton
dimensions. There may be more bugs.)
Specifically ``scipy.sparse``, and ``scipy.weave``. We recommend SciP
y
>=0.7 if you are using sparse matrices, because ``scipy.sparse``
is buggy in 0.6 (the ``scipy.csc_matrix`` version of ``dot()`` has a
bug with singleton dimensions, there may be more bugs).
A BLAS installation (with Level 3 functionality), including the development
headers (-dev, -devel, depending on your Linux distribution).
A `BLAS`_ installation (with Level 3 functionality)
Including the development headers (``-dev``, ``-devel``, depending on
your Linux distribution). Mac OS X comes with the `Accelerate
framework`_ built in, and various options exist for Windows.
.. _BLAS: http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
.. _Accelerate framework: http://developer.apple.com/performance/accelerateframework.html
The following libraries and software are optional:
`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.
`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.
`Sphinx <http://sphinx.pocoo.org/>`_ >= 0.5.1, `pygments <http://pygments.org/>`_
For building the documentation. LaTeX_ and dvipng_ are also necessary for
math to show up as images.
`Mercurial <http://www.selenic.com/mercurial/>`_
To download bleeding-edge versions of Theano.
`NVIDIA CUDA drivers and SDK <http://developer.nvidia.com/object/gpucomputing.html>`_
Required for GPU code generation/execution. Only NVIDIA GPUs using 32-bit
floating point numbers are currently supported.
.. _LaTeX: http://www.latex-project.org/
.. _dvipng: http://savannah.nongnu.org/projects/dvipng/
.. _install_bleeding_edge:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论