File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
* Support rectangle input for CNN.
6
6
* Support stride pooling for seqlastin and seqfirstin.
7
7
* Expose seq_concat_layer/seq_reshape_layer in ` trainer_config_helpers ` .
8
+ * Add data reader creator and data reader decorator for v2 API.
8
9
* Add the cpu implementation of cmrnorm-projection.
9
10
10
11
## Improvements
13
14
* Reorganize the catalog of doc/ and refine several docs.
14
15
* Add Travis-CI for checking dead links.
15
16
* Add a example for explaining sparse_vector.
16
- * Add Relu in layer_math.py
17
+ * Add Relu in layer_math.py.
18
+ * Add packages for automatically downloading public datasets.
19
+ * Rename Argument::sumCost to Argument::sum since Argument does not have to have any relationship with cost.
17
20
* Add a new ` TensorExpression ` implementation for matrix-related expression evaluations.
18
21
* Add Lazy Assignment for optimize the calculation of multiple expressions.
19
22
* Add ` Function ` to reconstruct the computation function.
You can’t perform that action at this time.
0 commit comments