Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
376df17c
提交
376df17c
authored
8月 28, 2017
作者:
notoraptor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rebased to current master branch
上级
aba8b596
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
17 行增加
和
2 行删除
+17
-2
NEWS.txt
NEWS.txt
+5
-2
NEWS_DEV.txt
NEWS_DEV.txt
+12
-0
没有找到文件。
NEWS.txt
浏览文件 @
376df17c
...
@@ -16,9 +16,10 @@ Highlights:
...
@@ -16,9 +16,10 @@ Highlights:
- Updated documentation
- Updated documentation
- Bug fixes, crash fixes and warning improvements
- Bug fixes, crash fixes and warning improvements
A total of 1
4
people contributed to this release since 0.10.0beta1, see list below.
A total of 1
5
people contributed to this release since 0.10.0beta1, see list below.
Convolution updates:
Convolution updates:
- Added unshared convolutions
- Added 3D separable convolutions
- Added 3D separable convolutions
- Added 3D grouped convolutions
- Added 3D grouped convolutions
- Removed old ``conv3d`` interface
- Removed old ``conv3d`` interface
...
@@ -35,6 +36,7 @@ GPU:
...
@@ -35,6 +36,7 @@ GPU:
- Updated and improved caching system for runtime-chosen cuDNN convolution algorithms
- Updated and improved caching system for runtime-chosen cuDNN convolution algorithms
- Support cuDNN v7 tensor core operations for convolutions with runtime timed algorithms
- Support cuDNN v7 tensor core operations for convolutions with runtime timed algorithms
- Restricted cuDNN reductions to contiguous inputs
- Restricted cuDNN reductions to contiguous inputs
- Automatic addition of cuDNN DLL path to ``PATH`` environment variable on Windows
New features:
New features:
- Added ``tensor6()`` and ``tensor7()`` in ``theano.tensor`` module
- Added ``tensor6()`` and ``tensor7()`` in ``theano.tensor`` module
...
@@ -50,10 +52,11 @@ Commiters since 0.10.0beta1:
...
@@ -50,10 +52,11 @@ Commiters since 0.10.0beta1:
- João Victor Tozatti Risso
- João Victor Tozatti Risso
- Mohammed Affan
- Mohammed Affan
- Frederic Bastien
- Frederic Bastien
- Reyhane Askari
- Steven Bocco
- Steven Bocco
- Reyhane Askari
- Gijs van Tulder
- Gijs van Tulder
- Boris Fomitchev
- Boris Fomitchev
- Vikram
- Arnaud Bergeron
- Arnaud Bergeron
- Joseph Paul Cohen
- Joseph Paul Cohen
- Dzmitry Bahdanau
- Dzmitry Bahdanau
...
...
NEWS_DEV.txt
浏览文件 @
376df17c
...
@@ -8,6 +8,7 @@ git log -p rel-0.9.0... |grep Merge|grep '#[0123456789]' |cut -f 8 -d ' ' | sed
...
@@ -8,6 +8,7 @@ git log -p rel-0.9.0... |grep Merge|grep '#[0123456789]' |cut -f 8 -d ' ' | sed
# Commit count per user
# Commit count per user
git shortlog -sn rel-0.9.0..
git shortlog -sn rel-0.9.0..
git shortlog -sn rel-0.10.0beta1..
...
@@ -59,8 +60,10 @@ Convolution updates:
...
@@ -59,8 +60,10 @@ Convolution updates:
- Deprecated old ``conv2d`` interface
- Deprecated old ``conv2d`` interface
- Updated ``conv`` documentation
- Updated ``conv`` documentation
- Extended Theano flag ``dnn.enabled`` with new option ``no_check`` to help speed up cuDNN importation
- Extended Theano flag ``dnn.enabled`` with new option ``no_check`` to help speed up cuDNN importation
- Added unshared convolutions
- Implemented separable convolutions for 2D and 3D
- Implemented separable convolutions for 2D and 3D
- Implemented grouped convolutions for 2D and 3D
- Implemented grouped convolutions for 2D and 3D
- Automatic addition of cuDNN DLL path to ``PATH`` environment variable on Windows
GPU:
GPU:
- Added a meta-optimizer to select the fastest GPU implementations for convolutions
- Added a meta-optimizer to select the fastest GPU implementations for convolutions
...
@@ -133,6 +136,15 @@ Other more detailed changes:
...
@@ -133,6 +136,15 @@ Other more detailed changes:
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
ALL THE PR BELLOW HAVE BEEN CHECKED
ALL THE PR BELLOW HAVE BEEN CHECKED
* https://github.com/Theano/Theano/pull/6349
* https://github.com/Theano/Theano/pull/6361
* https://github.com/Theano/Theano/pull/6356
* https://github.com/Theano/Theano/pull/6359
* https://github.com/Theano/Theano/pull/6286
* https://github.com/Theano/Theano/pull/6357
* https://github.com/Theano/Theano/pull/6354
* https://github.com/Theano/Theano/pull/6336
* https://github.com/Theano/Theano/pull/6351
* https://github.com/Theano/Theano/pull/6301
* https://github.com/Theano/Theano/pull/6301
* https://github.com/Theano/Theano/pull/6333
* https://github.com/Theano/Theano/pull/6333
* https://github.com/Theano/Theano/pull/6341
* https://github.com/Theano/Theano/pull/6341
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论