Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
713fc2df
提交
713fc2df
authored
1月 15, 2010
作者:
Razvan Pascanu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
New debug/profiling mode description
上级
71021fec
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
12 行增加
和
35 行删除
+12
-35
install.txt
doc/install.txt
+1
-1
dev_start_guide.txt
doc/internal/dev_start_guide.txt
+3
-2
introduction.txt
doc/introduction.txt
+7
-9
examples.txt
doc/tutorial/examples.txt
+0
-23
index.txt
doc/tutorial/index.txt
+1
-0
没有找到文件。
doc/install.txt
浏览文件 @
713fc2df
...
@@ -109,7 +109,7 @@ automatic code generation, but that way is much, much slower.
...
@@ -109,7 +109,7 @@ automatic code generation, but that way is much, much slower.
- ``THEANO_DEFAULT_MODE``:
- ``THEANO_DEFAULT_MODE``:
String value specifying the default mode to use when compiling Theano
String value specifying the default mode to use when compiling Theano
graphs. This can be one of the strings defined in
graphs. This can be one of the strings defined in
:
api:`theano.compile.mode
`.
:
ref:`using_modes
`.
Possible values so far are:
Possible values so far are:
- ``'FAST_COMPILE'``
- ``'FAST_COMPILE'``
...
...
doc/internal/dev_start_guide.txt
浏览文件 @
713fc2df
...
@@ -6,10 +6,10 @@ Developer Start Guide
...
@@ -6,10 +6,10 @@ Developer Start Guide
=====================
=====================
- Learn some
`non-basic python`_
to understand what's going on in some of the
- Learn some
non-basic python
to understand what's going on in some of the
tricker files (like tensor.py).
tricker files (like tensor.py).
-
BasicNumpy_ essential things to know about numpy
.
-
Roughly go through the numpy documentation
.
- Learn to write reStructuredText_ for epydoc_.
- Learn to write reStructuredText_ for epydoc_.
...
@@ -134,6 +134,7 @@ so there might be some latency in the process.
...
@@ -134,6 +134,7 @@ so there might be some latency in the process.
For more detail :ref:`see <metadocumentation_nightly_build>`.
For more detail :ref:`see <metadocumentation_nightly_build>`.
.. TODO: fix this links
.. _non-basic python: http://pylearn.org/theano/wiki/NonbasicPython
.. _non-basic python: http://pylearn.org/theano/wiki/NonbasicPython
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
...
...
doc/introduction.txt
浏览文件 @
713fc2df
...
@@ -125,18 +125,16 @@ Getting started
...
@@ -125,18 +125,16 @@ Getting started
:ref:`install`
:ref:`install`
Instructions to download and install Theano on your system.
Instructions to download and install Theano on your system.
:ref:`
basic
tutorial`
:ref:`tutorial`
Getting started with Theano's basic features. Go
t
here if you are
Getting started with Theano's basic features. Go here if you are
new!
new!
:ref:`advtutorial`
:ref:`libdoc`
This tutorial is for more advanced users who want to define their
The library documentation can be found here. It is recommended to go through
own operations and optimizations. It is recommended to go through
the :ref:`tutorial` first.
the :ref:`basictutorial` first.
For a complete map of the documentation you may check the
:ref:`contents`. Also, a PDF version of the online documentation may
A PDF version of the online documentation may be found `here <theano.pdf>`_.
be found `here <theano.pdf>`_.
Contact us
Contact us
...
...
doc/tutorial/examples.txt
浏览文件 @
713fc2df
...
@@ -289,28 +289,5 @@ substitution to be co-dependent, the order of substitution is not defined, so
...
@@ -289,28 +289,5 @@ substitution to be co-dependent, the order of substitution is not defined, so
the substitutions have to work in any order.
the substitutions have to work in any order.
Mode
====
The ``mode`` parameter to :ref:`theano.function <libdoc_compile_function>`
controls how the inputs-to-outputs graph is transformed into a callable
object.
Theano defines the following modes by name:
- ``FAST_COMPILE``: Apply just a few optimizations, but use C op implementations where possible.
- ``FAST_RUN``: Apply all optimizations, and use C op implementations where possible.
- ``DEBUG_MODE``: Verify the correctness of all optimizations, and compare C and python
implementations. This mode can take much longer than the other modes,
but can identify many kinds of problems.
The default mode is typically ``FAST_RUN``, but it can be controlled via
the environment variable ``THEANO_DEFAULT_MODE``, which can in turn be
overridden by setting `theano.compile.mode.default_mode` directly,
which can in turn be overridden by passing the keyword argument to
:ref:`theano.function <libdoc_compile_function>`.
doc/tutorial/index.txt
浏览文件 @
713fc2df
...
@@ -24,6 +24,7 @@ installation (see :ref:`install`).
...
@@ -24,6 +24,7 @@ installation (see :ref:`install`).
adding
adding
examples
examples
loading_and_saving
loading_and_saving
modes
remarks
remarks
debug_faq
debug_faq
tools
tools
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论