Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
f51b38b9
提交
f51b38b9
authored
2月 14, 2016
作者:
hantek
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
delete empty testoutput block
上级
b5d75efa
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
6 行删除
+5
-6
extending_theano.txt
doc/extending/extending_theano.txt
+4
-0
using_params.txt
doc/extending/using_params.txt
+0
-5
printing_drawing.txt
doc/tutorial/printing_drawing.txt
+1
-1
没有找到文件。
doc/extending/extending_theano.txt
浏览文件 @
f51b38b9
...
@@ -427,6 +427,8 @@ You can try the new Op as follows:
...
@@ -427,6 +427,8 @@ You can try the new Op as follows:
.. testoutput:: example
.. testoutput:: example
:hide:
:hide:
:options: +ELLIPSIS, +SKIP
:options: +ELLIPSIS, +SKIP
<BLANKLINE>
.. code-block:: none
.. code-block:: none
...
@@ -458,6 +460,8 @@ You can try the new Op as follows:
...
@@ -458,6 +460,8 @@ You can try the new Op as follows:
:hide:
:hide:
:options: +ELLIPSIS, +SKIP
:options: +ELLIPSIS, +SKIP
<BLANKLINE>
.. code-block:: none
.. code-block:: none
[[ 0.02443785 0.67833979 0.91954769 0.95444365]
[[ 0.02443785 0.67833979 0.91954769 0.95444365]
...
...
doc/extending/using_params.txt
浏览文件 @
f51b38b9
...
@@ -156,9 +156,6 @@ the params type.
...
@@ -156,9 +156,6 @@ the params type.
return ("%(z)s = %(x)s * PyFloat_AsDouble(%(p)s);" %
return ("%(z)s = %(x)s * PyFloat_AsDouble(%(p)s);" %
dict(z=outputs[0], x=inputs[0], p=sub['params']))
dict(z=outputs[0], x=inputs[0], p=sub['params']))
.. testoutput::
:hide:
A more complex example
A more complex example
----------------------
----------------------
...
@@ -225,5 +222,3 @@ weights.
...
@@ -225,5 +222,3 @@ weights.
%(z)s = alpha_%(name)s * %(x)s + beta_%(name)s * %(y)s;
%(z)s = alpha_%(name)s * %(x)s + beta_%(name)s * %(y)s;
""" % dict(name=name, z=outputs[0], x=inputs[0], y=inputs[1])
""" % dict(name=name, z=outputs[0], x=inputs[0], y=inputs[1])
.. testoutput::
:hide:
doc/tutorial/printing_drawing.txt
浏览文件 @
f51b38b9
...
@@ -89,7 +89,7 @@ The post-compilation graph:
...
@@ -89,7 +89,7 @@ The post-compilation graph:
>>> theano.printing.debugprint(predict) # doctest: +NORMALIZE_WHITESPACE
>>> theano.printing.debugprint(predict) # doctest: +NORMALIZE_WHITESPACE
Elemwise{Composite{GT(scalar_sigmoid((-((-i0) - i1))), i2)}} [id A] '' 4
Elemwise{Composite{GT(scalar_sigmoid((-((-i0) - i1))), i2)}} [id A] '' 4
|
C
Gemv{inplace} [id B] '' 3
|Gemv{inplace} [id B] '' 3
| |AllocEmpty{dtype='float64'} [id C] '' 2
| |AllocEmpty{dtype='float64'} [id C] '' 2
| | |Shape_i{0} [id D] '' 1
| | |Shape_i{0} [id D] '' 1
| | |x [id E]
| | |x [id E]
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论