Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
c735f1d5
提交
c735f1d5
authored
1月 24, 2017
作者:
notoraptor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Improve NEWS list.
Simplify warn.ignore_bug_before parameters. Rewrite "cudnn" to "cuDNN".
上级
8e1ad95a
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
12 行删除
+10
-12
NEWS.txt
NEWS.txt
+5
-6
NEWS_DEV.txt
NEWS_DEV.txt
+5
-6
没有找到文件。
NEWS.txt
浏览文件 @
c735f1d5
...
...
@@ -16,18 +16,17 @@ Highlight:
- More graph optimization (faster execution and smaller graph, so more readable)
- Less c code compilation
- Better Python 3.5 support
- Better numpy 1.12
.0rc2
support
- Better numpy 1.12 support
- Support newer Mac and Windows version
- Conda packages for Mac, Linux and Windows
- Theano scripts now works on Windows
- scan with checkpoint (trade off between speed and memory usage, useful for long sequences)
- Added a bool dtype
- Added a deprecation message for the old backend.
- New back-end:
- float16 storage
-
print pci bus id
- More pooling support on GPU when cu
dnn
isn't there.
-
better mapping between theano device number and nvidia-smi number, using the PCI bus ID of graphic cards
- More pooling support on GPU when cu
DNN
isn't there.
- ignore_border=False is now implemented for pooling.
...
...
@@ -50,14 +49,14 @@ Convolution updates:
- Dilated convolution
GPU:
-
C
uDNN: support versoin 5.1 and wrap batch normalization (2d and 3d) and RNN functions
-
c
uDNN: support versoin 5.1 and wrap batch normalization (2d and 3d) and RNN functions
- Multiple-GPU, synchrone update (via platoon, use NCCL)
- GpuAdvancedSubtensor in new back-end
- Gemv(matrix-vector product) speed up for special shape
- Support for MaxAndArgMax for some axis combination
- Support for solve (using cusolver), erfinv and erfcinv
- cublas gemv workaround when we reduce on an axis with a dimensions size of 0
- Warn user that some cu
dnn
algorithms may produce unexpected results in certain environments
- Warn user that some cu
DNN
algorithms may produce unexpected results in certain environments
for convolution backward filter operations.
New features:
...
...
NEWS_DEV.txt
浏览文件 @
c735f1d5
...
...
@@ -23,18 +23,17 @@ Highlight:
- More graph optimization (faster execution and smaller graph, so more readable)
- Less c code compilation
- Better Python 3.5 support
- Better numpy 1.12
.0rc2
support
- Better numpy 1.12 support
- Support newer Mac and Windows version
- Conda packages for Mac, Linux and Windows
- Theano scripts now works on Windows
- scan with checkpoint (trade off between speed and memory usage, useful for long sequences)
- Added a bool dtype
- Added a deprecation message for the old backend.
- New back-end:
- float16 storage
-
print pci bus id
- More pooling support on GPU when cu
dnn
isn't there.
-
better mapping between theano device number and nvidia-smi number, using the PCI bus ID of graphic cards
- More pooling support on GPU when cu
DNN
isn't there.
- ignore_border=False is now implemented for pooling.
Interface changes:
...
...
@@ -54,14 +53,14 @@ Convolution updates:
GPU:
-
C
uDNN: support versoin 5.1 and wrap batch normalization (2d and 3d) and RNN functions
-
c
uDNN: support versoin 5.1 and wrap batch normalization (2d and 3d) and RNN functions
- Multiple-GPU, synchrone update (via platoon, use NCCL)
- GpuAdvancedSubtensor in new back-end
- Gemv(matrix-vector product) speed up for special shape
- Support for MaxAndArgMax for some axis combination
- Support for solve (using cusolver), erfinv and erfcinv
- cublas gemv workaround when we reduce on an axis with a dimensions size of 0
- Warn user that some cu
dnn
algorithms may produce unexpected results in certain environments
- Warn user that some cu
DNN
algorithms may produce unexpected results in certain environments
for convolution backward filter operations.
New features:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论