Skip to content

Commit 8bc522a

Browse files
committed
release 0.10.0 note
1 parent aa39ca8 commit 8bc522a

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
@@ -5,6 +5,10 @@
55
* Support rectangle input for CNN.
66
* Support stride pooling for seqlastin and seqfirstin.
77
* Expose seq_concat_layer/seq_reshape_layer in `trainer_config_helpers`.
8+
* Add dataset package
9+
- CIFAR, MNIST, IMDB, WMT14, CONLL05, movielens, imikolov.
10+
* Add Priorbox layer for Single Shot Multibox Detection.
11+
* Add smooth L1 cost.
812

913
## Improvements
1014

@@ -13,6 +17,12 @@
1317
* Add Travis-CI for checking dead links.
1418
* Add a example for explaining sparse_vector.
1519
* Add Relu in layer_math.py
20+
* Simplify data processing flow for quick start.
21+
* Support CUDNN Deconv.
22+
* Add data feeder for v2 API.
23+
* Support predicting the samples from sys.stdin for sentiment demo.
24+
* Provide multi-proccess interface for image preprocessing.
25+
* Add benchmark document for v1 API.
1626

1727
## Bug Fixes
1828

@@ -21,6 +31,9 @@
2131
* Fix LogActivation which is not defined.
2232
* Fix bug when run test_layerHelpers multiple times.
2333
* Fix protobuf size limit on seq2seq demo.
34+
* Fix bug for dataprovider converter in GPU mode.
35+
* Fix bug in GatedRecurrentLayer which only occurs in predicting or `job=test` mode.
36+
* Fix bug for BatchNorm when testing more than models in test mode.
2437

2538
# Release v0.9.0
2639

0 commit comments

Comments
 (0)