luotao1
|
ffc341675d
|
Add parallel_nn api and unittest (#110)
* Add `device` parameter to ExtraAttr in trainer_config_helpers.
* add unittest for it.
|
9 years ago |
Haichao-Zhang
|
332194c881
|
add type compatible check for ParamAttr (#113)
* add type compatible check for ParamAttr
|
9 years ago |
luotao1
|
8e957df4b2
|
fix bug in dotmul_operator's api and anotation (#99)
* fix bug in dotmul_operator's api and anotation
* update rnn document
* remove redundant info of projection and operator in layers.py
|
9 years ago |
Haonan
|
98bc889cb5
|
split the input list of conv_operator into two inputs: image and filter (#104)
|
9 years ago |
Haonan
|
b130ba7328
|
fixed bugs in conv_operator; add calc_output_size (#101)
|
9 years ago |
Yu Yang
|
2c5a6ac095
|
Optional fields to shrink generated proto size (#93)
* remove unnecessary field set in ParameterConfig, Evaluators, etc
|
9 years ago |
Luo Tao
|
d2e1b46f24
|
update beam_search and seqToseq config, and add ExpActivation api
|
9 years ago |
Haichao-Zhang
|
159dd8331c
|
split dotmul_projection and dotmul_operator (#87)
* split dotmul_projection and dotmul_operator
* bug fix in outputsize checking for mixed layer
|
9 years ago |
xuwei06
|
9d12ca95e3
|
Further fix the memory for Hierarchical RNN
Sequences should be sorted according to the number of subsequences they have.
|
9 years ago |
xuwei06
|
05a97ab50e
|
Further fix the memory for Hierarchical RNN
Sequences should be sorted according to the number of subsequences they have.
|
9 years ago |
Haonan
|
a9d327bd87
|
add wrapper for out_prod_layer (#83)
|
9 years ago |
emailweixu
|
363b60616c
|
Update comment for ctc_error_evaluator
|
9 years ago |
emailweixu
|
f392452308
|
Update layers_test_config.py
|
9 years ago |
qingqing01
|
9f3cbed2f2
|
Add more details for CTC layer, fix CTC evalutor and add their interface test (#74)
* Add some comments for CTC layer and fix CTC evalutors, also add interface test
|
9 years ago |
xuwei06
|
7481429f99
|
Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer
Also add an unittest for layers.py, currently for a few things. More need to be added later.
|
9 years ago |
emailweixu
|
d6cc5203ba
|
Fix LayerOutput.parents for some layers and mixed_layer for Operator (#69)
|
9 years ago |
Luo Tao
|
2b795845ad
|
fix dead link
Change-Id: Id0804d03fc15529a8cf0b13c9e97d628103f5cec
|
9 years ago |
Yu Yang
|
c5d1902223
|
Make helper shows the correct output value
Change-Id: Ia5358f88129b5c2e2a2653b1d85c168b80d797b3
|
9 years ago |
dangqingqing
|
9269a5b4cb
|
Remove img_rnorm_layer and fix ParameterAttribute bug for some layer wrapper.
* Fix ParameterAttribute for img_conv_layer, tensor_layer, crf_layer, crf_decoding_layer.
Change-Id: Ic24e4bc1f9d5e03bf35058b49a54c78caf7e97a8
|
9 years ago |
luotao02
|
6968191ede
|
fix bug in img_norm_layer, several dead links and add missing files for semantic_role_labeling
ISSUE=4619881
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1502 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
dangqingqing
|
54d4968d38
|
Refine code and comments for CRMNormLayer.
ISSUE=4612671
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1501 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
luotao02
|
fe22c46491
|
fix bug in CMakelists and layers.py
ISSUE=4612433
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1476 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
caoying03
|
af0bbfa267
|
add comments for networks.py
ISSUE=4611081
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1475 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
yuyang18
|
200dfa168c
|
Add settings documentation
Also fix link in quick_start
ISSUE=4611783
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1474 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
dangqingqing
|
7f1d6c5a75
|
Fix some documentations.
ISSUE=4611579
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1473 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
caoying03
|
af724aa6c7
|
add comments for beam search in config helpers.
ISSUE=4599577
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1440 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
luotao02
|
260c734c95
|
fix bug in trainer_config_helpers
ISSUE=4592807
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1423 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
dangqingqing
|
9c0895ee45
|
Add commits for recurrent layer and lstm layer.
ISSUE=4539687
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1422 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
luotao02
|
fe3216508a
|
catalog for trainer_config_helpers
ISSUE=4584581
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1413 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
dangqingqing
|
f063752366
|
Adjustment doc and code for CostLayer, GradientMachine and DataProvider.
Also add some comments for cost layers.
ISSUE=4580653
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1410 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |
zhangjinchao01
|
b72beee4f0
|
fix dash and space bug,
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
|
9 years ago |