Commit Graph

66 Commits (f086ebb8b9b8e21f7d0d2056f6a961da080edfb2)

Author SHA1 Message Date
wanghaoshuang b1af5e435f 1. Fix warpctc grad op
7 years ago
Yiqun Liu b5fda2723f
Port WarpCTC Operator (#5107)
7 years ago
chengduoZH 812c5f60eb remove conflict
7 years ago
chengduoZH 24cf2fcd90 move cos_sim_functor to math
7 years ago
Yancey 2cdef424d9
Implement selectedrows serialize and deserialize (#7042)
7 years ago
sweetsky0901 f638f91020 merge cmakelist
7 years ago
sweetsky0901 bc45335e55 add unpool
7 years ago
wanghaox 63f8c5fe58 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
Yancey1989 d13c3a98ce fix no framework proto file
7 years ago
wanghaox bd773b9c84 modify for maxoutop code review
7 years ago
dangqingqing 91d4fc6941 Fix compling for softmax_with_cross_entropy_op.
7 years ago
dangqingqing 5f21709938 Fix bug.
7 years ago
wanghaox 4748073dc6 paddle/operators/math/CMakeLists.txt maybe del sequence_pooling and add it
7 years ago
wanghaox fef617ae07 for resolve conflicts
7 years ago
wanghaox 784fd82345 resolve conflicts
7 years ago
wanghaox 058bdd345d this for maxout op new add
7 years ago
dzhwinter 23b9bc0a6f
"fix ci failed" (#5567)
7 years ago
Tao Luo 0977cbfb41
Merge pull request #5310 from qingqing01/fix_max_pool
7 years ago
guosheng c4f7f3a562 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
7 years ago
dangqingqing 1c004a4913 Resolve conflicts.
7 years ago
dangqingqing afc6343e6f Refine sequence max-pooling and add unit testing of gradient check.
7 years ago
guosheng 9162629b04 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
7 years ago
guosheng b87eabae56 Add GRU Operator
7 years ago
chengduoZH 99c6f44a5a follow comments
7 years ago
chengduoZH b15c69f59d remove conflict
7 years ago
chengduoZH 4c6bccbe20 fix doc and remove useless code
7 years ago
chengduoZH 154dbb4697 Add unit test
7 years ago
chengduoZH 0ab2c436ae Add sequence_project_functor
7 years ago
dangqingqing a461bf139d Add missing file.
7 years ago
dangqingqing b325213150 update to develop branch.
7 years ago
dangqingqing d1fbf50b9e Add unit testing for forwad implementation.
7 years ago
dangqingqing 2a8dbd130d LSTM Operator forward implementation.
7 years ago
qijun ab5dc9fe18 remove SelectedRows functors to selected_rows_functor.h
7 years ago
qijun 7ef568e893 fix gpu unittest error
7 years ago
qijun f59a7c1d36 add gpu functor for SelectedRows
7 years ago
chengduoZH 4849fba7e9 follow comments
7 years ago
chengduo c22e7ff71e Merge branch 'develop' into fix_pool_op_doc_and_class_declarations
7 years ago
chengduoZH f5ac335046 follow comments
7 years ago
chengduoZH 1d41a6d45a update paddle/operators/math/CMakeLists.txt
7 years ago
chengduoZH c85d777f87 follow comments
7 years ago
chengduoZH 72d3d814b5 fix math/CMakeLists.txt
7 years ago
chengduoZH 3db3a1066b remove conflict
7 years ago
chengduoZH ba791f7b3f Add vol2col functor and unit test
7 years ago
chengduoZH 2d8a5b97cc fix unit test
7 years ago
chengduoZH df59889984 remove conflict
7 years ago
Liu Yiqun 8bafdda0ad Merge branch 'develop' into core_add_sequence_softmax_op
7 years ago
qijun c634a8480a add SetConstant method in math_function.h
7 years ago
Liu Yiqun 05ed8ee8ab Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead.
7 years ago
chengduoZH 3c0f079333 remove conflict and fix InferShape function
7 years ago
caoying03 97509b68e7 cross entropy as a functor to avoid duplicated codes.
7 years ago