Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
7cbc284e
提交
7cbc284e
authored
2月 24, 2012
作者:
nouiz
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #480 from delallea/minor
Minor typos
上级
91bbd426
b3111341
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
8 行删除
+8
-8
NEWS.txt
NEWS.txt
+2
-2
NEWS.txt
doc/NEWS.txt
+2
-2
debugmode.py
theano/compile/debugmode.py
+2
-2
cc.py
theano/gof/cc.py
+2
-2
没有找到文件。
NEWS.txt
浏览文件 @
7cbc284e
...
@@ -35,7 +35,7 @@ Interface Behavior Changes:
...
@@ -35,7 +35,7 @@ Interface Behavior Changes:
This new behavior is the same as numpy. (Olivier, Pascal)
This new behavior is the same as numpy. (Olivier, Pascal)
* When using a GPU, detect faulty nvidia drivers. This was detected
* When using a GPU, detect faulty nvidia drivers. This was detected
when running Theano tests. Now this is always tested. Faulty
when running Theano tests. Now this is always tested. Faulty
drivers results in
in
wrong results for reduce operations. (Frederic B.)
drivers results in wrong results for reduce operations. (Frederic B.)
Interface Features Removed (most were deprecated):
Interface Features Removed (most were deprecated):
...
@@ -160,7 +160,7 @@ New features:
...
@@ -160,7 +160,7 @@ New features:
http://www.cs.toronto.edu/~tijmen/gnumpy.html)
http://www.cs.toronto.edu/~tijmen/gnumpy.html)
* Many infer_shape implemented on sparse matrices op. (David W.F.)
* Many infer_shape implemented on sparse matrices op. (David W.F.)
* Added theano.sparse.verify_grad_sparse to easily allow testing grad of
* Added theano.sparse.verify_grad_sparse to easily allow testing grad of
sparse op. It support
testing the full and structured gradient
.
sparse op. It support
s testing the full and structured gradients
.
* The keys in our cache now store the hash of constants and not the constant values
* The keys in our cache now store the hash of constants and not the constant values
themselves. This is significantly more efficient for big constant arrays. (Frederic B.)
themselves. This is significantly more efficient for big constant arrays. (Frederic B.)
* 'theano-cache list' lists key files bigger than 1M (Frederic B.)
* 'theano-cache list' lists key files bigger than 1M (Frederic B.)
...
...
doc/NEWS.txt
浏览文件 @
7cbc284e
...
@@ -35,7 +35,7 @@ Interface Behavior Changes:
...
@@ -35,7 +35,7 @@ Interface Behavior Changes:
This new behavior is the same as numpy. (Olivier, Pascal)
This new behavior is the same as numpy. (Olivier, Pascal)
* When using a GPU, detect faulty nvidia drivers. This was detected
* When using a GPU, detect faulty nvidia drivers. This was detected
when running Theano tests. Now this is always tested. Faulty
when running Theano tests. Now this is always tested. Faulty
drivers results in
in
wrong results for reduce operations. (Frederic B.)
drivers results in wrong results for reduce operations. (Frederic B.)
Interface Features Removed (most were deprecated):
Interface Features Removed (most were deprecated):
...
@@ -160,7 +160,7 @@ New features:
...
@@ -160,7 +160,7 @@ New features:
http://www.cs.toronto.edu/~tijmen/gnumpy.html)
http://www.cs.toronto.edu/~tijmen/gnumpy.html)
* Many infer_shape implemented on sparse matrices op. (David W.F.)
* Many infer_shape implemented on sparse matrices op. (David W.F.)
* Added theano.sparse.verify_grad_sparse to easily allow testing grad of
* Added theano.sparse.verify_grad_sparse to easily allow testing grad of
sparse op. It support
testing the full and structured gradient
.
sparse op. It support
s testing the full and structured gradients
.
* The keys in our cache now store the hash of constants and not the constant values
* The keys in our cache now store the hash of constants and not the constant values
themselves. This is significantly more efficient for big constant arrays. (Frederic B.)
themselves. This is significantly more efficient for big constant arrays. (Frederic B.)
* 'theano-cache list' lists key files bigger than 1M (Frederic B.)
* 'theano-cache list' lists key files bigger than 1M (Frederic B.)
...
...
theano/compile/debugmode.py
浏览文件 @
7cbc284e
...
@@ -52,8 +52,8 @@ AddConfigVar('DebugMode.check_strides',
...
@@ -52,8 +52,8 @@ AddConfigVar('DebugMode.check_strides',
in_c_key
=
False
)
in_c_key
=
False
)
AddConfigVar
(
'DebugMode.warn_input_not_reused'
,
AddConfigVar
(
'DebugMode.warn_input_not_reused'
,
(
"Generate a warning when
the destroy_map or view_map tell that an
"
(
"Generate a warning when
destroy_map or view_map says that an
"
"
op work
inplace, but the op did not reuse the input for its output."
"
op works
inplace, but the op did not reuse the input for its output."
),
),
BoolParam
(
True
),
BoolParam
(
True
),
in_c_key
=
False
)
in_c_key
=
False
)
...
...
theano/gof/cc.py
浏览文件 @
7cbc284e
...
@@ -884,9 +884,9 @@ class CLinker(link.Linker):
...
@@ -884,9 +884,9 @@ class CLinker(link.Linker):
# into the signature.
# into the signature.
sig
=
[
'CLinker.cmodule_key'
]
# will be cast to tuple on return
sig
=
[
'CLinker.cmodule_key'
]
# will be cast to tuple on return
if
compile_args
is
not
None
:
if
compile_args
is
not
None
:
# We must sort it as the order from a set
are not guarantee
.
# We must sort it as the order from a set
is not guaranteed
.
# In particular, 2 sets with the same content can give different
# In particular, 2 sets with the same content can give different
# order depending
i
n the order you put data in it.
# order depending
o
n the order you put data in it.
# Sets are used to remove duplicate elements.
# Sets are used to remove duplicate elements.
args
=
sorted
(
compile_args
)
args
=
sorted
(
compile_args
)
args
=
tuple
(
args
)
args
=
tuple
(
args
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论