Yu Yang
b34a05d114
Fix travis-ci in new image
...
Fix issue #2562
8 years ago
zlx
1d6b859549
modity topo
8 years ago
zlx
561c4562cf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
zlx
fdde4eff0d
modify some topo
8 years ago
Peng LI
08d0b1d9ac
Merge pull request #2576 from pengli09/cls_cost_coeff
...
add coeff parameter to classification_cost
8 years ago
Yang yaming
f551c271af
Merge pull request #2467 from pkuyym/ssd_map
...
Add DetectionMAPEvaluator
8 years ago
Peng Li
7cf640b58d
add coeff parameter to classification_cost
8 years ago
zlx
1eab8cce32
modify the annotations of HookAttribute, Variable declaration
8 years ago
zlx
15bf6e05b5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xuwei06
61222578b4
Allow printer layer to print user provided message
...
For example:
layer.printer(input=[x, y], format="x=%s y=%s")
8 years ago
qingqing01
8266546eb2
Merge pull request #2480 from emailweixu/repeat_layer
...
Repeat layer for column vector
8 years ago
xuwei06
f48535102b
Add the test_repeat_layer.py
8 years ago
yangyaming
5f924d5d53
Follow comments.
8 years ago
xuwei06
226f810352
Add activiation for repeat_layer
...
Also remove active_type argument for many layers in config_parser.py because it is automatically
handled by LayerBase.
8 years ago
xuwei06
ef61288f9e
Clean-up recurrent group related python code
...
No longer need to specify target_inlinks or is_seq.
8 years ago
zlx
fc9e3e4bda
explain the sparsity ratio
8 years ago
xuwei06
fc0ad9048a
Repeat layer for column vector
8 years ago
xuwei06
17994e38aa
RecurrentGroup with mixed input sequence types
...
No longer need to use SubsequenceInput. The framework will detect.
8 years ago
yangyaming
2207659250
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ssd_map
8 years ago
zlx
6248e566f9
merge from remote
8 years ago
xuwei06
dd2cbb63bf
Parameter initializer in V2 API
...
User can provide an initializer in ParamAttr. The initializer will be called when at parameters.create().
8 years ago
xzl
23b1a27483
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
997cef2e63
tiny modify
8 years ago
yangyaming
597a58c3ef
Add DetectionMAPEvaluator.
8 years ago
xzl
97a2fde995
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
qingqing01
6bc9277503
Merge branch 'develop' into row_conv
8 years ago
caoying03
892b1f9ff6
Merge branch 'develop' into fix_config_parsing_bug
8 years ago
dangqingqing
f18d83f3c4
follow comments
8 years ago
dangqingqing
37015fadbd
update code
8 years ago
Cao Ying
a3123e210c
Merge pull request #2412 from lcy-seso/add_config_helper_for_prelu
...
add configuration helper for prelu layer.
8 years ago
caoying03
996614814d
follow comments and refine doc.
8 years ago
caoying03
50764480c1
follow comments.
8 years ago
caoying03
c7483bf956
add configuration helper for prelu layer.
8 years ago
Luo Tao
5bab98a3c5
remove top_k argument in classification_cost
8 years ago
caoying03
692d251869
add missing configuration functions in v2 API.
8 years ago
xzl
15668482e3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
dangqingqing
a5dfc556d4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into row_conv
8 years ago
emailweixu
2c7d8e7b9f
Merge pull request #2369 from emailweixu/print_layer
...
Correctly handle print_layer in V2 API
8 years ago
xzl
1a1c589f31
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
092828fbe3
modify the doc of the interface
8 years ago
qingqing01
4537b7bc8c
Merge pull request #2376 from Xreki/warpctc_note
...
Add doc to the usage of warp-ctc.
8 years ago
Liu Yiqun
31e333a212
Add doc to the usage of warp-ctc.
8 years ago
dangqingqing
18cd1f2558
Fix bug and Python API.
8 years ago
xuwei06
252c84dbe1
Correctly handle print_layer in V2 API
...
print_layer is used to print the values of a layer when evaluating the model for debugging purpose. No layer depends on print_layer. It should be added to the topology if it is used to print some layer already in the topology.
8 years ago
Liu Yiqun
bfe8ecfc31
Fix blanks.
8 years ago
xzl
18435f2a73
modify the pruning from reading mask to specify sparsity_ratio
8 years ago
xzl
ca55a24eb3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
5413af8d11
imporve pruning module
8 years ago
emailweixu
68c68ec958
Merge pull request #2218 from luotao1/rename
...
rename AggregateLevel and ExpandLevel
8 years ago
xuwei06
a8d44cc56a
Fix size for lstm, identity_projection and concat
8 years ago