Commit Graph

93 Commits (5f1d2cb9cf7823d08eeed556349736619f61bc95)

Author SHA1 Message Date
yangyaming 5f1d2cb9cf Fix typo.
7 years ago
yangyaming 5c2318a989 Add unit test for python wrapper.
7 years ago
yangyaming fedaa6563f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7555
7 years ago
dzhwinter e983cc90fc
"fix decode bug" (#7711)
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
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
whs 2360dd20a4
Merge pull request #7438 from wanghaoshuang/ctc_py
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 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
yangyaming 2a0a576130 Add non-linear activation.
7 years ago
yangyaming 8266fcc3be Add pyton wrapper for row conv operator.
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
QI JUN fe341bacde
refine batch norm python layer (#7348)
7 years ago
yangyaming 67b8c09210 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7211
7 years ago
yangyaming 872b1c8884 Stop gradient when pool_type=='max'
7 years ago
Siddharth Goyal 691b5cac61 Fix equation for gru op (#7274)
7 years ago
Cao Ying 0b6c5e6d25
Merge pull request #7223 from PaddlePaddle/emailweixu-patch-1
7 years ago
Siddharth Goyal f3c42f607c
Add doc for gru_unit op (in fluid) (#7151)
7 years ago
emailweixu ebc616b0f9
Fix comment to layers.fc
7 years ago
yangyaming 60fecce43d Fix unit test for lstm_unit.
7 years ago
yangyaming c0f6f492bc Add shape info for arguments.
7 years ago
yangyaming d6ec963047 Minor correction.
7 years ago
yangyaming f0e797e5b7 Doc fix and enhancement for lstm_unit python wrapper.
7 years ago
Siddharth Goyal 87f46ebb36 Add squared error layers doc (#6862)
7 years ago
Yibing Liu 3a93fa7708
Merge pull request #7069 from kuke/fix_cross_entropy_doc
7 years ago