whs
|
44561a24c9
|
Merge pull request #7655 from wanghaoshuang/ctc_evaluator_py
Add python wrapper for CTC greedy decoder and edit distance evaluator
|
7 years ago |
wanghaoshuang
|
1bc8de3209
|
1. Add sequence_num as edit distance op's output
2. Fix evaluator using 'reduce_sum' op instead of 'mean' op
|
7 years ago |
Yu Yang
|
54a4696f2a
|
Merge pull request #7660 from reyoung/feature/compare_op_use_elemwise
Make compare_op reuse elemwise_op_funcs
|
7 years ago |
QI JUN
|
a6da470b11
|
add memory optimization transpiler demo (#7443)
* add memory optimization transpiler demo
* add memory benchmark compile option
* add gflags instead of macro
* refine code
|
7 years ago |
Yang Yu
|
2024489bb8
|
Fix CI
|
7 years ago |
Yang Yu
|
2b9b6c3d32
|
Merge branch 'develop' of github.com:baidu/Paddle into feature/compare_op_use_elemwise
|
7 years ago |
Wang Meng
|
cb17dd20f7
|
Merge pull request #7698 from will-am/fix_priorbox
Fix priorbox layer when multiple values given in min_size
|
7 years ago |
whs
|
32cc11e358
|
Merge pull request #5945 from wanghaoshuang/sampler
Add math function for sampling integers
|
7 years ago |
武毅
|
18615626a8
|
Merge pull request #7715 from Yancey1989/split_selected_rows_to_multi_pserver
[WIP] Split SelectedRows to multiple pservers
|
7 years ago |
Qiao Longfei
|
85671b8acb
|
Data type transform (#7653)
* init complete data layout transform
* can compile
* test passed
* optimize code
* fix while_grad_op first step loss lod problem
* optimize in out ptr for transform
* add check
* update copyright
* clean code
* add NeedTransformLayout
* add comment
* change the interface of data_type_transform
* init data_type_transform_test
* complete data_type_transform_test
* add TransDataType to data_transform
|
7 years ago |
Abhinav Arora
|
cd775a130a
|
Fixing typo in Send op (#7625)
|
7 years ago |
dzhwinter
|
e983cc90fc
|
"fix decode bug" (#7711)
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
|
7 years ago |
Cao Ying
|
04806ffe83
|
Merge pull request #7656 from chengduoZH/feature/enhance_matmul_op
Enhance matmul_op to support 4-D inputs.
|
7 years ago |
Yancey1989
|
d0a9393668
|
Split SelectedRows to multiple pservers
|
7 years ago |
chengduoZH
|
782ddc5f59
|
follow comments
|
7 years ago |
Xi Chen
|
84568d38e8
|
remove unused vars which block the build
|
7 years ago |
helinwang
|
d85a9dc4de
|
Merge pull request #7621 from helinwang/remote_optimize
Recv OP: use BlockDesc* instread of ProgramDesc proto as Attribute
|
7 years ago |
helinwang
|
c8e7d1085e
|
Merge pull request #7686 from peterzhang2029/scale_fix
Fix the description of default scale attribute for scale op.
|
7 years ago |
helinwang
|
e92fe9e64f
|
Merge branch 'develop' into remote_optimize
|
7 years ago |
wangmeng28
|
871b0e6854
|
Simplify priorbox layer
|
7 years ago |
wangmeng28
|
e22039f82b
|
Fix priorbox layer when multiple values given in min_size
|
7 years ago |
chengduoZH
|
cd38e2d142
|
remove conflict
|
7 years ago |
chengduoZH
|
0468422d06
|
follow comments
|
7 years ago |
wanghaoshuang
|
a123c169ea
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sampler
|
7 years ago |
Yang yaming
|
4f933312db
|
Merge pull request #7662 from pkuyym/fix-6678
Add sequence reshape operator
|
7 years ago |
yangyaming
|
b07ca1de1f
|
resize before computing LoD.
|
7 years ago |
Qiao Longfei
|
50ac67fc63
|
Bugfix/check if kernel for type exist (#7657)
* check if kernel if found for kernel type
* do kernel check before data transform
|
7 years ago |
whs
|
55ec0e2a92
|
Merge pull request #7649 from wanghaoshuang/fix_edit
Change input data type to int64_t
|
7 years ago |
peterzhang2029
|
b48fedc30b
|
init
|
7 years ago |
Qiao Longfei
|
0071b5f797
|
complete data layout transform (#7440)
* add data layout transform and optimize the implementation of data_transform
|
7 years ago |
whs
|
47753a9667
|
Merge pull request #7527 from wanghaoshuang/ctc_greedy_decode
Add CTC align op
|
7 years ago |
Cao Ying
|
6720e67fbd
|
Merge pull request #7675 from lcy-seso/remove_copy_from_crf
delete memory copy from linear_chain_crf_op.
|
7 years ago |
yangyaming
|
08cb472ab9
|
Simplify the implementation.
|
7 years ago |
Yibing Liu
|
a1c281f07e
|
Merge pull request #7603 from kuke/simplify_erase
Enhance GPU kernel of sequence erase op
|
7 years ago |
Yang Yu
|
9c0b29014c
|
Make compare_op reuse elemwise_op_funcs
|
7 years ago |
Yibing Liu
|
41b8388492
|
Merge pull request #7640 from kuke/add_lstm_doc
Add python doc for dynamic_lstm
|
7 years ago |
Yibing Liu
|
8809d43ad7
|
Remove unnecessary dtype conversion & register int64 kernels
|
7 years ago |
Yu Yang
|
47622d7f5c
|
Merge pull request #7624 from tonyyang-svail/7450
Make merge and split support lodtensor
|
7 years ago |
Yu Yang
|
259fcc3026
|
Merge pull request #7676 from tonyyang-svail/7673
bring back test_parallel_do
|
7 years ago |
wanghaoshuang
|
6089b50c4b
|
Registry int64_t kernels
|
7 years ago |
武毅
|
58be41fa91
|
Merge pull request #7608 from typhoonzero/distributed_split_selectedrows
Enhance distributed train performance
|
7 years ago |
Yang Yang
|
07cf302e6e
|
first commit
|
7 years ago |
caoying03
|
4020451a7b
|
delete memory copy from linear_chain_crf_op.
|
7 years ago |
Yancey
|
c79d530ad3
|
Add split selected rows op (#7604)
* add split selected rows op
* update comment
* add grad check
* registry cuda kernel
* fix ci failed
|
7 years ago |
Tao Luo
|
161bd4a4c3
|
Merge pull request #7663 from chengduoZH/fix_warning/seq_pad_test
Fix compiling warnings
|
7 years ago |
typhoonzero
|
0aff136395
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
|
7 years ago |
kexinzhao
|
d77e6a6760
|
Merge pull request #7636 from kexinzhao/save_inference_model
Add feed and fetch op to ProgramDesc before saving for inference
|
7 years ago |
chengduoZH
|
8e02870ce2
|
modify doc
|
7 years ago |
chengduoZH
|
259858b41b
|
modify doc
|
7 years ago |
yangyaming
|
fc581bc5f2
|
Change the CopyRight.
|
7 years ago |