File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## New Features:
4
4
5
- * Add some layers to Paddle
5
+ * New Layers
6
6
* bilinear interpolation layer.
7
7
* spatial pyramid-pool layer.
8
8
* de-convolution layer.
9
9
* maxout layer.
10
10
* Support rectangle padding, stride, window and input for Pooling Operation.
11
11
* Add —job=time in trainer, which can be used to print time info without compiler option -WITH_TIMER=ON.
12
- * Support Mac OS X Sierra by source code.
13
12
* Expose cost_weight/nce_layer in ` trainer_config_helpers `
14
13
* Add FAQ, concepts, h-rnn docs.
15
14
* Add Bidi-LSTM and DB-LSTM to quick start demo @alvations
16
15
* Add usage track scripts.
17
16
18
17
## Improvements
19
18
20
- * Add travis-ci for macos . Enable swig unittest in travis . Skip travis-ci when only docs are changed.
19
+ * Add Travis-CI for Mac OS X . Enable swig unittest in Travis-CI . Skip Travis-CI when only docs are changed.
21
20
* Add code coverage tools.
22
21
* Refine convolution layer to speedup and reduce GPU memory.
23
22
* Speed up PyDataProvider2
You can’t perform that action at this time.
0 commit comments