Skip to content

Commit 5d4f9fb

Browse files
committed
add some content
1 parent 3a222a4 commit 5d4f9fb

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

RELEASE.cn.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release v0.11.0
1+
# v0.11.0版本
22

33
## Fluid Python API
44

@@ -34,6 +34,29 @@
3434
* 增加 [row convolution layer](http://www.paddlepaddle.org/docs/develop/documentation/zh/api/v2/config/layer.html#row-conv)
3535
* 增加移动端友好的网页
3636

37+
## 改进
38+
39+
* 使用一个Python`whl`包即可安装.
40+
* [V2 API可以实现用户定制化评估](https://github.com/PaddlePaddle/models/tree/develop/ltr#训练过程中输出自定义评估指标)
41+
*`PADDLE_ONLY_CPU` 改为 `PADDLE_WITH_GPU`, 因为我们会支持多种设备。
42+
* 删除了有一些bug的BarrierStat。
43+
* 清理和删除了paddle::Parameter中未使用的函数。
44+
* 删除了ProtoDataProvider。
45+
* Huber loss同时支持回归和分类。
46+
* 为sequence pooling 层增加`stride`参数。
47+
* v2 API自动使用cudnn batch normalization。
48+
* 可以使用一个固定的参数名共享BN层的参数。
49+
* 2D convolution operation支持variable-dimension input特性。
50+
* 重构cmake中关于CUDA的部分并实现自动检测GPU架构的功能。
51+
* 优化网页导航。
52+
53+
## 错误修复
54+
55+
* 修复ROI pooling的Bug. cc9a761
56+
* 修复当label是dense vector是AUC变成0的问题. #5274
57+
* 修复WarpCTC 层的Bug.
58+
59+
3760
# v0.10.0版本
3861

3962
我们非常高兴发布了PaddlePaddle V0.10.0版,并开发了新的[Python API](http://research.baidu.com/paddlepaddles-new-api-simplifies-deep-learning-programs/)

0 commit comments

Comments
 (0)