Skip to content

Commit

Permalink
Refine documentation in RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Nov 29, 2016
1 parent 9935d7d commit d118609
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@

## New Features:

* Add some layers to Paddle
* New Layers
* bilinear interpolation layer.
* spatial pyramid-pool layer.
* de-convolution layer.
* maxout layer.
* Support rectangle padding, stride, window and input for Pooling Operation.
* Add —job=time in trainer, which can be used to print time info without compiler option -WITH_TIMER=ON.
* Support Mac OS X Sierra by source code.
* Expose cost_weight/nce_layer in `trainer_config_helpers`
* Add FAQ, concepts, h-rnn docs.
* Add Bidi-LSTM and DB-LSTM to quick start demo @alvations
* Add usage track scripts.

## Improvements

* Add travis-ci for macos. Enable swig unittest in travis. Skip travis-ci when only docs are changed.
* Add Travis-CI for Mac OS X. Enable swig unittest in Travis-CI. Skip Travis-CI when only docs are changed.
* Add code coverage tools.
* Refine convolution layer to speedup and reduce GPU memory.
* Speed up PyDataProvider2
Expand Down

0 comments on commit d118609

Please sign in to comment.