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
9
10
## Improvements
10
11
11
12
* Speedup the backward of average layer on GPU.
12
13
* Reorganize the catalog of doc/ and refine several docs.
13
14
* Add Travis-CI for checking dead links.
14
15
* Add a example for explaining sparse_vector.
15
- * Add Relu in layer_math.py
16
+ * Add Relu in layer_math.py.
17
+ * Add packages for automatically downloading public datasets.
18
+ * Rename Argument::sumCost to Argument::sum since Argument does not have to have any relationship with cost.
16
19
17
20
## Bug Fixes
18
21
You can’t perform that action at this time.
0 commit comments