Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
2068a94b
提交
2068a94b
authored
3月 01, 2012
作者:
Olivier Delalleau
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Typo fixes
上级
4360868c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
12 行删除
+12
-12
NEWS.txt
NEWS.txt
+9
-9
debugmode.py
theano/compile/debugmode.py
+2
-2
printing.py
theano/printing.py
+1
-1
没有找到文件。
NEWS.txt
浏览文件 @
2068a94b
.. _NEWS:
.. _NEWS:
Update in the Trunk since the last release:
Update
s
in the Trunk since the last release:
Documentation
Documentation
* Added in the tutorial documentation on how to extend Theano.
* Added in the tutorial documentation on how to extend Theano.
...
@@ -8,7 +8,7 @@ Documentation
...
@@ -8,7 +8,7 @@ Documentation
http://deeplearning.net/software/theano/tutorial/extending_theano.html
http://deeplearning.net/software/theano/tutorial/extending_theano.html
(Frédéric B.)
(Frédéric B.)
Interface change
Interface change
s
* theano.function does not accept duplicate inputs, so function([x, x], ...)
* theano.function does not accept duplicate inputs, so function([x, x], ...)
does not work anymore. (Pascal L.)
does not work anymore. (Pascal L.)
* theano.function now raises an error if some of the provided inputs are
* theano.function now raises an error if some of the provided inputs are
...
@@ -17,14 +17,14 @@ Interface change
...
@@ -17,14 +17,14 @@ Interface change
``on_unused_input={'raise', 'warn', 'ignore'}`` to control this.
``on_unused_input={'raise', 'warn', 'ignore'}`` to control this.
(Pascal L.)
(Pascal L.)
New Feature
New Feature
s
* debugprint new param ids=["CHAR",
"id","int",
""]
* debugprint new param ids=["CHAR",
"id", "int",
""]
This make
the identifier printed to be the python id, a uniq
char, a
This make
s the identifier printed to be the python id, a unique
char, a
uni
t
int, or not have it printed. We changed the default to be "CHAR"
uni
que
int, or not have it printed. We changed the default to be "CHAR"
as this is more readable.
as this is more readable.
* debugprint new param stop_on_name=[False,True]. If True, we don't print
* debugprint new param stop_on_name=[False,
True]. If True, we don't print
anything bel
low an intermediate variable that have a name. Default
to False.
anything bel
ow an intermediate variable that has a name. Defaults
to False.
* debugprint
now stop printing the "|" symbol in a columns
after the last input.
* debugprint
does not print anymore the "|" symbol in a column
after the last input.
=============
=============
Release Notes
Release Notes
...
...
theano/compile/debugmode.py
浏览文件 @
2068a94b
...
@@ -510,7 +510,7 @@ def debugprint(r, prefix='', depth=-1, done=None, print_type=False,
...
@@ -510,7 +510,7 @@ def debugprint(r, prefix='', depth=-1, done=None, print_type=False,
:param prefix: prefix to each line (typically some number of spaces)
:param prefix: prefix to each line (typically some number of spaces)
:param depth: maximum recursion depth (Default -1 for unlimited).
:param depth: maximum recursion depth (Default -1 for unlimited).
:param done: dict of Apply instances that have already been printed
:param done: dict of Apply instances that have already been printed
and the
re
associated printed ids
and the
ir
associated printed ids
:param print_type: wether to print the Variable type after the other infos
:param print_type: wether to print the Variable type after the other infos
:param file: file-like object to which to print
:param file: file-like object to which to print
:param print_destroy_map: wether to print the op destroy_map after ofther info
:param print_destroy_map: wether to print the op destroy_map after ofther info
...
@@ -521,7 +521,7 @@ def debugprint(r, prefix='', depth=-1, done=None, print_type=False,
...
@@ -521,7 +521,7 @@ def debugprint(r, prefix='', depth=-1, done=None, print_type=False,
int - print integer character
int - print integer character
CHAR - print capital character
CHAR - print capital character
"" - don't print an identifier
"" - don't print an identifier
:param stop_on_name: When True, if a node in the graph ha
ve
a name,
:param stop_on_name: When True, if a node in the graph ha
s
a name,
we don't print anything below it.
we don't print anything below it.
"""
"""
...
...
theano/printing.py
浏览文件 @
2068a94b
...
@@ -46,7 +46,7 @@ def debugprint(obj, depth=-1, print_type=False,
...
@@ -46,7 +46,7 @@ def debugprint(obj, depth=-1, print_type=False,
int - print integer character
int - print integer character
CHAR - print capital character
CHAR - print capital character
"" - don't print an identifier
"" - don't print an identifier
:param stop_on_name: When True, if a node in the graph ha
ve
a name,
:param stop_on_name: When True, if a node in the graph ha
s
a name,
we don't print anything below it.
we don't print anything below it.
:returns: string if `file` == 'str', else file arg
:returns: string if `file` == 'str', else file arg
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论