Skip to content

Commit 2091a73

Browse files
committed
Merge branch 'release/0.10.0' of https://github.com/baidu/Paddle into release/0.10.0
2 parents f1177b3 + aa39ca8 commit 2091a73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
## New Features
44

5+
* Support rectangle input for CNN.
6+
* Support stride pooling for seqlastin and seqfirstin.
7+
* Expose seq_concat_layer/seq_reshape_layer in `trainer_config_helpers`.
58
* Add the cpu implementation of cmrnorm-projection.
69

710
## Improvements
811

12+
* Speedup the backward of average layer on GPU.
13+
* Reorganize the catalog of doc/ and refine several docs.
14+
* Add Travis-CI for checking dead links.
15+
* Add a example for explaining sparse_vector.
16+
* Add Relu in layer_math.py
917
* Add a new `TensorExpression` implementation for matrix-related expression evaluations.
1018
* Add Lazy Assignment for optimize the calculation of multiple expressions.
1119
* Add `Function` to reconstruct the computation function.
@@ -19,6 +27,11 @@
1927

2028
## Bug Fixes
2129

30+
* Add layer check for recurrent_group.
31+
* Clang-format off on some cuda .cc files.
32+
* Fix LogActivation which is not defined.
33+
* Fix bug when run test_layerHelpers multiple times.
34+
* Fix protobuf size limit on seq2seq demo.
2235
* Fix unit test of paramRelu.
2336
* Fix some warning about CpuSparseMatrix.
2437
* Fix MultiGradientMachine error if trainer_count > batch_size.

0 commit comments

Comments
 (0)