fengjiayi
87f9191e42
fix Clang compile errors
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
hedaoyuan
cb4caa5ccb
Bug fix.
7 years ago
hedaoyuan
1a02369ad5
Add releaseOutput interface for release the output memory of the middle layer.
7 years ago
tensor-tang
69b44f2f19
unify MKL macro definition
7 years ago
hedaoyuan
9360835943
Fix UND AgentLayer.
8 years ago
Qiao Longfei
46f7854e5c
fix mac compile ( #4870 )
8 years ago
tensor-tang
dee7f81325
add finish work of mkldnn
8 years ago
hedaoyuan
3c66b307f7
Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
8 years ago
Yu Yang
b012013a58
Revert "Do not invoke GPU method when use_gpu=false"
8 years ago
Yu Yang
17e1aa8d43
Do not invoke GPU method when use_gpu=false
8 years ago
Cao Ying
db39935b77
Merge pull request #3647 from yu239/fill_gen_output
...
fix ids reverse order in fillGenOutputs.
8 years ago
haonanyu
3b6069b7f5
fix ids reverse order in fillGenOutputs
8 years ago
qiaolongfei
72d29186bb
reduce some compile warning
8 years ago
caoying03
3bf440023a
follow comments.
8 years ago
caoying03
fc2e6f1ca0
Merge branch 'develop' into print_attention_weight
8 years ago
武毅
6eab5638f0
Fix remote large update core ( #3518 )
...
* fix remote large update core
* wip
* working version
* fix style check
* fix style check
* update style check
8 years ago
xuwei06
93539093f4
Allow boot_bias for recurrent group to be static
8 years ago
Luo Tao
86d184ed5a
Merge branch 'develop' into save_log_prob
8 years ago
liaogang
569f7e83a6
FIX: cppint code style
8 years ago
caoying03
4c134c7c7d
add comments.
8 years ago
caoying03
a7c4d0c0ea
Merge branch 'develop' into print_attention_weight
8 years ago
caoying03
56a722a1d0
output all beam search results in layer group.
8 years ago
caoying03
82801f24e5
save log probabilty for every generated words.
8 years ago
dangqingqing
b93e863a1c
Fix bug in MultiGradientMachine.
8 years ago
qiaolongfei
9f05a0f802
use GradientMachine::start and finish
8 years ago
qiaolongfei
55684af208
fix MultiGradientMachine train and infer
8 years ago
Yu Yang
a7865a3776
Fix macos compile
...
Please use `override` not `virtual` in sub-classes.
`override` can check if there is a method in `parent` while compiling.
8 years ago
Cao Ying
6b3c33d051
Merge pull request #2523 from emailweixu/rnn_evaluator
...
evaluator for recurrent group.
8 years ago
xuwei06
02cc7d90a6
Evaluator for recurrent group
...
Make the evaluators inside a recurrent goup true evaluator, meaning that their evaluation results are incorporated into the whole evaluator result.
8 years ago
xuwei06
3438d650ed
Fix bugs for rnn generation
...
1. v2.layer.parse_network does not correctly handle the generation output.
2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
3. Fix CustomStackTrace for rnn group
8 years ago
xuwei06
17994e38aa
RecurrentGroup with mixed input sequence types
...
No longer need to use SubsequenceInput. The framework will detect.
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago
jacquesqiao
5f9240073f
Merge pull request #1782 from jacquesqiao/support-remote-updater
...
support distribute training in python v2 API
8 years ago
qiaolongfei
68c1efdd9c
fix the bug of use sparse_remote_update with MultiGradientMachine
8 years ago
qijun
486c6c555f
fix build error with clang
8 years ago
Luo Tao
7a81327c28
remove compile option "with_metric_learning"
8 years ago
hedaoyuan
df8a5af96f
Fix outArgs_.resize()
8 years ago
hedaoyuan
9322f8cbf5
Format
8 years ago
hedaoyuan
b1c22b6790
Fix MultiGradientMachine error
8 years ago
gangliao
6f313371ea
Merge pull request #1353 from gangliao/concat
...
LayerOutput for single machine multiple devices
8 years ago
liaogang
950b4a3126
change return type Argument
8 years ago
Yu Yang
b6ac64a36b
Remove unnecessary error default value.
8 years ago
liaogang
fbf864362d
Update python getLayerOutputs
8 years ago
Yu Yang
bb751b7f2c
Add documentation for codes.
...
* also remove unused getValueStr
8 years ago
liaogang
f846e8fec2
Add const for getLayerOutput
8 years ago
Yu Yang
6deb33d9dc
Complete combined evaluator
8 years ago
liaogang
84552872a3
getLayerOutput in CPU
8 years ago
liaogang
3842bc4d7c
refine code
8 years ago
liaogang
7c5fd23106
Update MultiGradientMachine::getLayerOutput
8 years ago