File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## New Features
4
4
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 ` .
5
8
* Add the cpu implementation of cmrnorm-projection.
6
9
7
10
## Improvements
8
11
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
9
17
* Add a new ` TensorExpression ` implementation for matrix-related expression evaluations.
10
18
* Add Lazy Assignment for optimize the calculation of multiple expressions.
11
19
* Add ` Function ` to reconstruct the computation function.
19
27
20
28
## Bug Fixes
21
29
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.
22
35
* Fix unit test of paramRelu.
23
36
* Fix some warning about CpuSparseMatrix.
24
37
* Fix MultiGradientMachine error if trainer_count > batch_size.
You can’t perform that action at this time.
0 commit comments