Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
f3bcf6a0
提交
f3bcf6a0
authored
3月 21, 2017
作者:
notoraptor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update according to @lamblin suggestions.
Other updates (Python supported versions, and email fix in "How to release" doc).
上级
5c24da0b
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
28 行增加
和
64 行删除
+28
-64
install_generic.inc
doc/install_generic.inc
+18
-6
install_windows.txt
doc/install_windows.txt
+7
-55
how_to_release.txt
doc/internal/how_to_release.txt
+1
-1
requirements.inc
doc/requirements.inc
+2
-2
没有找到文件。
doc/install_generic.inc
浏览文件 @
f3bcf6a0
...
@@ -9,7 +9,23 @@ Installation
...
@@ -9,7 +9,23 @@ Installation
Stable
Installation
Stable
Installation
-------------------
-------------------
..
comment
:
install_theano_stable_version
With
``
conda
``
^^^^^^^^^^^^^^
If
you
use
conda
,
you
can
directly
install
both
theano
and
pygpu
.
Libgpuarray
will
be
automatically
installed
as
a
dependency
.
..
code
-
block
::
bash
conda
install
theano
pygpu
With
``
pip
``
^^^^^^^^^^^^
If
you
use
pip
,
you
have
to
install
Theano
and
libgpuarray
separately
.
theano
::::::
Install
the
latest
stable
version
of
Theano
with
:
Install
the
latest
stable
version
of
Theano
with
:
...
@@ -31,12 +47,8 @@ If you encountered any trouble, head to the :ref:`troubleshooting` page.
...
@@ -31,12 +47,8 @@ If you encountered any trouble, head to the :ref:`troubleshooting` page.
The latest stable version of Theano is ``0.9.0`` (tagged with ``rel-0.9.0``).
The latest stable version of Theano is ``0.9.0`` (tagged with ``rel-0.9.0``).
.. comment: end_install_theano_stable_version
libgpuarray
libgpuarray
^^^^^^^^^^^
:::::::::::
.. comment: install_libgpuarray_stable_version
For the stable version of Theano you need a specific version of libgpuarray,
For the stable version of Theano you need a specific version of libgpuarray,
that has been tagged ``v0.6.2``.
that has been tagged ``v0.6.2``.
...
...
doc/install_windows.txt
浏览文件 @
f3bcf6a0
...
@@ -14,37 +14,21 @@ Windows Installation Instructions
...
@@ -14,37 +14,21 @@ Windows Installation Instructions
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |CompilerName| replace:: ``g++``
.. |CompilerName| replace:: ``g++``
..
comment: Requirements, optional requirements
and installation of miniconda.
..
List of requirements, optional requirements,
and installation of miniconda.
.. include:: requirements.inc
.. include:: requirements.inc
:end-before: ..
comment:
install_requirements_and_optional_packages
:end-before: .. install_requirements_and_optional_packages
Install requirements and optional packages
Install requirements and optional packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. note::
* Arguments between <...> are optional.
* ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly recommended.
For Python 2*
:::::::::::::
.. code-block:: bash
.. code-block:: bash
conda install numpy scipy mkl-service libpython <m2w64-toolchain> <nose> <nose-parameterized> <sphinx> <pydot-ng>
conda install numpy scipy mkl-service libpython <m2w64-toolchain> <nose> <nose-parameterized> <sphinx> <pydot-ng>
For Python 3*
.. note::
:::::::::::::
.. code-block:: bash
conda install numpy scipy mkl-service libpython <m2w64-toolchain> <nose> <nose-parameterized> <sphinx>
To install ``pydot`` (optional):
.. code-block:: bash
pip install pydot-ng
* Arguments between <...> are optional.
* ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly recommended.
.. _gpu_windows:
.. _gpu_windows:
...
@@ -63,41 +47,9 @@ to install the CUDA driver and the CUDA Toolkit.
...
@@ -63,41 +47,9 @@ to install the CUDA driver and the CUDA Toolkit.
You must reboot the computer after the driver installation.
You must reboot the computer after the driver installation.
Installation of Theano and libgpuarray
.. Installation of Theano and libgpuarray.
======================================
Stable Installation
-------------------
With ``conda``
^^^^^^^^^^^^^^
If you use conda, you can directly install both theano and pygpu. Libgpuarray
will be automatically installed as a dependency.
.. code-block:: bash
conda install theano pygpu
With ``pip``
^^^^^^^^^^^^
If you use pip, you have to install Theano and libgpuarray separately.
theano
::::::
.. comment: Installation instructions for theano stable version.
.. include:: install_generic.inc
:start-after: .. comment: install_theano_stable_version
:end-before: .. comment: end_install_theano_stable_version
libgpuarray
:::::::::::
.. comment: Installation instructions (libgpuarray for stable version, then full bleeding-edge and developer version instructions).
.. include:: install_generic.inc
.. include:: install_generic.inc
:start-after: ..
comment: install_libgpuarray_stable_version
:start-after: ..
_install_generic:
Instructions for other Python distributions (not recommended)
Instructions for other Python distributions (not recommended)
=============================================================
=============================================================
...
...
doc/internal/how_to_release.txt
浏览文件 @
f3bcf6a0
...
@@ -153,7 +153,7 @@ For final releases, send the e-mail to the following mailing lists:
...
@@ -153,7 +153,7 @@ For final releases, send the e-mail to the following mailing lists:
* theano-users
* theano-users
* theano-announce
* theano-announce
* numpy-discussion@scipy.org
* numpy-discussion@scipy.org
* scipy-user@
scipy
.org
* scipy-user@
python
.org
* G+, Scientific Python: https://plus.google.com/communities/108773711053400791849
* G+, Scientific Python: https://plus.google.com/communities/108773711053400791849
For release candidates, only e-mail:
For release candidates, only e-mail:
...
...
doc/requirements.inc
浏览文件 @
f3bcf6a0
...
@@ -14,7 +14,7 @@ Requirements
...
@@ -14,7 +14,7 @@ Requirements
..
_pycuda
:
https
://
mathema
.
tician
.
de
/
software
/
pycuda
/
..
_pycuda
:
https
://
mathema
.
tician
.
de
/
software
/
pycuda
/
..
_skcuda
:
http
://
scikit
-
cuda
.
readthedocs
.
io
/
en
/
latest
/
..
_skcuda
:
http
://
scikit
-
cuda
.
readthedocs
.
io
/
en
/
latest
/
Python_
==
2.7
or
>=
3.3
Python_
==
2.7
or
(
>=
3.3
and
<=
3.5
)
The
development
package
(
python
-
dev
or
The
development
package
(
python
-
dev
or
python
-
devel
on
most
Linux
distributions
)
is
recommended
(
see
python
-
devel
on
most
Linux
distributions
)
is
recommended
(
see
just
below
)
.
Python
2.4
was
supported
up
to
and
including
the
just
below
)
.
Python
2.4
was
supported
up
to
and
including
the
...
@@ -71,7 +71,7 @@ Follow this `link <http://conda.pydata.org/miniconda.html>`__ to install Minicon
...
@@ -71,7 +71,7 @@ Follow this `link <http://conda.pydata.org/miniconda.html>`__ to install Minicon
If you want fast compiled code (recommended), make sure you have |CompilerName| installed.
If you want fast compiled code (recommended), make sure you have |CompilerName| installed.
..
comment:
install_requirements_and_optional_packages
.. install_requirements_and_optional_packages
Install requirements and optional packages
Install requirements and optional packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论