Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
062a437c
提交
062a437c
authored
7月 12, 2010
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix documentation generation warning.
上级
827b4ca6
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
7 行增加
和
4 行删除
+7
-4
fibby.txt
doc/extending/fibby.txt
+1
-1
metadocumentation.txt
doc/internal/metadocumentation.txt
+1
-1
ccodegen.txt
doc/sandbox/ccodegen.txt
+1
-0
sandbox.txt
doc/sandbox/sandbox.txt
+2
-0
sparse.txt
doc/sandbox/sparse.txt
+2
-2
没有找到文件。
doc/extending/fibby.txt
浏览文件 @
062a437c
...
...
@@ -155,7 +155,7 @@ definitely not make a change that would have an impact on ``__eq__``,
or ``c_code``.
.. _op_contract:
.. _op_contract
_fibby
:
Writing an Optimization
=======================
...
...
doc/internal/metadocumentation.txt
浏览文件 @
062a437c
...
...
@@ -97,7 +97,7 @@ For more details:
How documentation is built on deeplearning.net
---------------------------------------
---------------------------------------
-------
The server that hosts the theano documentation runs a cron job roughly every
2 hours that fetches a fresh Theano install (clone, not just pull) and
...
...
doc/sandbox/ccodegen.txt
浏览文件 @
062a437c
...
...
@@ -123,6 +123,7 @@ Example ResultBase
The following ResultBase represents a double (we only care about the C part).
.. code-block::
class Double(ResultBase):
<snip>
def c_declare(self):
...
...
doc/sandbox/sandbox.txt
浏览文件 @
062a437c
...
...
@@ -40,6 +40,7 @@ theano.gof.utils.MethodNotDefined: ('grad', <class 'pylearn.algorithms.sandbox.c
2) a symbolic variable
3) None / zero
4) undefined mathematically
currently, there is no way for a grad() method to distinguish between cases 3
and 4
but the distinction is important because graphs with type-3 gradients are ok
...
...
@@ -130,6 +131,7 @@ Guillaume can you make sure to hit these points:
* Convention is that all test files must start with ``test_``, not
``_test_``, so rename all that use the old convention?
=======================================================
How to use the PrintOp
=======================================================
...
...
doc/sandbox/sparse.txt
浏览文件 @
062a437c
...
...
@@ -105,8 +105,8 @@ Speed
For faster sparse code:
* Construction: lil_format is fast for many inserts.
* Operators: "Since conversions to and from the COO format are
quite fast, you can use this approach to efficiently implement lots
computations on sparse matrices." (Nathan Bell on scipy mailing list)
quite fast, you can use this approach to efficiently implement lots
computations on sparse matrices." (Nathan Bell on scipy mailing list)
Misc
----
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论