Commit Graph

106 Commits (8cfb3e55b443568bfd531db7560c6c49259c6134)

Author SHA1 Message Date
guosheng 8cfb3e55b4 Add python wrapper for GRU
7 years ago
chengduo 9b1a17a835 Refine conv2d_transpose layer doc (#6920)
7 years ago
ying dcb5a1ed67 fix ci.
7 years ago
ying 64606eafff Merge branch 'develop' into fix_rendering_error_of_transpose_op
7 years ago
whs 44561a24c9
Merge pull request #7655 from wanghaoshuang/ctc_evaluator_py
7 years ago
ying 58cd4fda62 add wrapper for transpose operator.
7 years ago
wanghaoshuang d9d9be1bac Fix white space in comments.
7 years ago
wanghaoshuang 8143a42667 1. Add more comments
7 years ago
wanghaoshuang 1bc8de3209 1. Add sequence_num as edit distance op's output
7 years ago
wanghaoshuang 0b854bdb8b Add sequence_erase option into edit distance python API
7 years ago
dzhwinter e983cc90fc
"fix decode bug" (#7711)
7 years ago
wanghaoshuang 680aec2156 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
7 years ago
chengduoZH cd38e2d142 remove conflict
7 years ago
yangyaming 811c4ee401 Add python wrapper for sequence_reshape.
7 years ago
chengduoZH 95b896ce72 update python interface
7 years ago
wanghaoshuang 25dec82f24 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
7 years ago
wanghaoshuang 5846aab317 1. Rename 'edit_distance_error' to 'edit_distance'
7 years ago
Yibing Liu 41b8388492
Merge pull request #7640 from kuke/add_lstm_doc
7 years ago
Yibing Liu ef56e6839a Correct the usage of fc in the example of dynamic_lstm's doc
7 years ago
wanghaoshuang 01d568e59a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
7 years ago
wanghaoshuang 4673a4a9aa divide this operator into ctc_greedy_decoder and edit_distance_error.
7 years ago
whs 2360dd20a4
Merge pull request #7438 from wanghaoshuang/ctc_py
7 years ago
wanghaoshuang 2ca603b98f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
7 years ago
wanghaoshuang 082c302c3f Add comments
7 years ago
Yibing Liu 3b0eff6196 Format the writing in doc of dynamic_lstm
7 years ago
Yibing Liu f46257fa4a Merge branch 'develop' of upstream into add_lstm_doc
7 years ago
Yibing Liu f050390754 Polish the doc of dynamic_lstm
7 years ago
wanghaoshuang 0dd3919a21 Add python wrapper for ctc_evaluator
7 years ago
wanghaoshuang 4de6cbd308 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
7 years ago
chengduoZH edd2132679 remove conflict
7 years ago
ying e043c2ce45 Merge branch 'develop' into wraper_for_l2_normalize
7 years ago
guosheng 66054984cd Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-dot_product_attention
7 years ago
guosheng 9bcb2d268e Add python wrapper for matmul_op and dot_product_attention
7 years ago
chengduoZH ed7e74abf2 follow comments and refine python doc
7 years ago
ying 87a59d65d6 Merge branch 'develop' into wraper_for_l2_normalize
7 years ago
Yibing Liu aab4cfeb65 Add doc for dynamic_lstm python api
7 years ago
caoying03 6497bff901 add python wrapper for l2 normalize.
7 years ago
wanghaoshuang d968b4ba1a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
7 years ago
wanghaoshuang 24144bdb2c Add notice about norm_by_times and change 'ctc' to 'CTC'
7 years ago
dzhwinter b9b75377a2
Feature/hooks (#7513)
7 years ago
chengduoZH 251c6032fb set use_cudnn as default
7 years ago
chengduoZH 78dc93430c expose use_cudnn
7 years ago
guosheng 234013a9d7 Add python wrapper for matmul_op
7 years ago
guosheng ef129718ea Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-glu
7 years ago
guosheng c083a60d7a Add python split and glu
7 years ago
dzhwinter 5ad1aef051
"cudnn operators change to cudnn kernel" (#6660)
7 years ago
ying 8ac744f372 add wrapper for elementwise math operator.
7 years ago
Abhinav Arora ea782e38a6
Fix typo in batch norm bias initialization (#7449)
7 years ago
wanghaoshuang fb62f8cb0f Add python api for warp-ctc op
7 years ago
QI JUN 87f9b58363
set stop gradient for mask in dropout layer (#7390)
7 years ago