Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
f0bb2f21
提交
f0bb2f21
authored
1月 18, 2010
作者:
James Bergstra
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fixed broken refss
上级
e4d6e8f6
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
adding.txt
doc/tutorial/adding.txt
+1
-1
modes.txt
doc/tutorial/modes.txt
+3
-3
没有找到文件。
doc/tutorial/adding.txt
浏览文件 @
f0bb2f21
...
@@ -110,7 +110,7 @@ and giving ``z`` as output:
...
@@ -110,7 +110,7 @@ and giving ``z`` as output:
>>> f = function([x, y], z)
>>> f = function([x, y], z)
The first argument to :
ref:`function <libdoc_compile_
function>` is a list of Variables
The first argument to :
func:`function <function.
function>` is a list of Variables
that will be provided as inputs to the function. The second argument
that will be provided as inputs to the function. The second argument
is a single Variable *or* a list of Variables. For either case, the second
is a single Variable *or* a list of Variables. For either case, the second
argument is what we want to see as output when we apply the function.
argument is what we want to see as output when we apply the function.
...
...
doc/tutorial/modes.txt
浏览文件 @
f0bb2f21
...
@@ -8,7 +8,7 @@ Using different compiling modes
...
@@ -8,7 +8,7 @@ Using different compiling modes
Mode
Mode
====
====
Everytime :
ref:`theano.function <libdoc_compile_
function>` is called
Everytime :
func:`theano.function <function.
function>` is called
the symbolic relationships between the input and output Theano *variables*
the symbolic relationships between the input and output Theano *variables*
are optimized and compiled. The way this compilation occurs
are optimized and compiled. The way this compilation occurs
is controlled by the value of the ``mode`` parameter.
is controlled by the value of the ``mode`` parameter.
...
@@ -25,7 +25,7 @@ The default mode is typically ``FAST_RUN``, but it can be controlled via
...
@@ -25,7 +25,7 @@ The default mode is typically ``FAST_RUN``, but it can be controlled via
the environment variable ``THEANO_DEFAULT_MODE``, which can in turn be
the environment variable ``THEANO_DEFAULT_MODE``, which can in turn be
overridden by setting `theano.compile.mode.default_mode` directly,
overridden by setting `theano.compile.mode.default_mode` directly,
which can in turn be overridden by passing the keyword argument to
which can in turn be overridden by passing the keyword argument to
:
ref:`theano.function <libdoc_compile_
function>`.
:
func:`theano.function <function.
function>`.
================= =============================================================== ===============================================================================
================= =============================================================== ===============================================================================
short name Full constructor What does it do?
short name Full constructor What does it do?
...
@@ -91,7 +91,7 @@ ProfileMode
...
@@ -91,7 +91,7 @@ ProfileMode
Beside checking for errors, another important task is to profile your
Beside checking for errors, another important task is to profile your
code. For this Theano uses a special mode called ProfileMode which has
code. For this Theano uses a special mode called ProfileMode which has
to be passed as an argument to :
ref:`theano.function <libdoc_compile_
function>`. Using the ProfileMode is a three-step process.
to be passed as an argument to :
func:`theano.function <function.
function>`. Using the ProfileMode is a three-step process.
Creating a ProfileMode Instance
Creating a ProfileMode Instance
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论