Commit Graph

1816 Commits (a02a68dc6daecbd3d5b17b57db03e0b3f916646e)

Author SHA1 Message Date
dzhwinter 513b1e010f
"add floor, ceil, round op" (#5898)
7 years ago
dzhwinter 45062fe5d7
Feature/copytensor (#5455)
7 years ago
wanghaox 0690cca758
Merge pull request #5831 from wanghaox/roi_pool
7 years ago
wanghaox cf5b598642 fix some issues
7 years ago
wanghaox ef905598a2 fix some code issues
7 years ago
Qiao Longfei 65c859db7a
beam_search_decode support multi data type (#5847)
7 years ago
QI JUN 3a76062c84
support testing when training and handle dropout and batch_norm operator in testing mode (#5734)
7 years ago
fengjiayi 50d670ee06
Unify dtype and datatype (#5869)
7 years ago
peterzhang2029 1ab1b092cd
Merge pull request #5875 from peterzhang2029/refine_op_doc
7 years ago
peterzhang2029 4bdd97625b refine the latex mark
7 years ago
Cao Ying 2c471db2c1
Merge pull request #5884 from lcy-seso/fix_latex
7 years ago
qingqing01 52007ea662
Merge pull request #5872 from qingqing01/op_debug
7 years ago
caoying03 8ba62a5f94 fix LaTeX syntax in liear_chain_crf op.
7 years ago
Yang yaming 98700ceef5
Merge pull request #5867 from pkuyym/fix-5865
7 years ago
Yu Yang c077a6d57c
Feature/support int64 for sum (#5832)
7 years ago
peterzhang2029 aacd94127b refine bilinear tensor product doc
7 years ago
chengduo e800c0d3f1
Merge pull request #5791 from chengduoZH/fix_conv_op
7 years ago
dangqingqing 7fb1f7a25f Fix lstm_op and gru_op in debug mode.
7 years ago
yangyaming 3305c8766e Add more comment.
7 years ago
sweetsky0901 ee4a5d2117 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
yangyaming fb56a18109 Fix LaTeX equation for huber_loss_op.cc.
7 years ago
sweetsky0901 66b84366f1 modify for code review by wangyi
7 years ago
kavyasrinet d883547bf0
Adding the FTRL optimizer. (#5785)
7 years ago
wanghaox 36dd770a08 add roi operator unittest
7 years ago
wanghaox 7960928883 add roi pool operator
7 years ago
sweetsky0901 0112c5d640 format code
7 years ago
sweetsky0901 47bd0bb678 del printf
7 years ago
sweetsky0901 8ba8237a87 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901 e2a5905eae gpu test ok unpool2dmax
7 years ago
Qiao Longfei 53bd51e3f4
07/Label semantic roles (#5798)
7 years ago
Guo Sheng 778b981e24
Merge pull request #5804 from guoshengCS/fix-GRUUnitOp-dev
7 years ago
sweetsky0901 abb3357d1c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901 90f664d0b0 test unpool ok cpu
7 years ago
chengduoZH a93227a148 refine code
7 years ago
guosheng b6b7ab63c6 Fix calculations in gru_unit_op to be consistent with gru_op
7 years ago
tensor-tang 55ecd6d29e
Merge pull request #5797 from luotao1/fix_warning
7 years ago
sweetsky0901 822f28343b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901 200f07c219 add test
7 years ago
Yu Yang a5e73f9eaf
Support many data types of several operators (#5731)
7 years ago
sweetsky0901 45a8c9ddaf add unpool2d make ok
7 years ago
guosheng f191c82010 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-GRUUnitOp-dev
7 years ago
sweetsky0901 f638f91020 merge cmakelist
7 years ago
sweetsky0901 bc45335e55 add unpool
7 years ago
Luo Tao 67fa0de2a7 fix some warning with MKLDNN related codes and etc
7 years ago
chengduoZH e5bf9c5670 remove vector::eraze
7 years ago
sweetsky0901 04fd98930b for code review 6
7 years ago
sweetsky0901 3fbff1ee78 for code review 5
7 years ago
sweetsky0901 350cc61f3f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
sweetsky0901 4e5c989669 rename back
7 years ago
wanghaox 6ac42378ac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox 76fc1a82e1 for code review 4
7 years ago
chengduoZH bc3ec53671 remove conflict
7 years ago
chengduo 134eaf21b3
Merge pull request #5602 from chengduoZH/add_cudnn_pool3d
7 years ago
wanghaox 52f2366d2b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox c645d065fe add a space + *
7 years ago
guosheng 3e7fff4188 Fix calculations in gru_unit_op
7 years ago
wanghaox 794117bb93 fix some comments
7 years ago
wanghaox 2d7a652869 del framework test_maxout_op
7 years ago
wanghaox 25d76bc7e1 modify for add a space in maxout op
7 years ago
wanghaox 63f8c5fe58 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox 5802880bbc update maxoutop for code review 3
7 years ago
Abhinav Arora 6cfcf6245a
Adding logical operators for beam search and control flow (#5708)
7 years ago
chengduoZH 5238c9fb0b input type should be different
7 years ago
wanghaox 360354670c fix some codes
7 years ago
chengduoZH 3bd3cc0c85 add double type for kernel
7 years ago
chengduoZH dec61ab6df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
chengduo 0f83674c7d
Merge pull request #5603 from chengduoZH/Add_conv3d_transpose_cudnn_op
7 years ago
Guo Sheng 7a57b3b788
Merge pull request #5623 from guoshengCS/fix-H0-GRUOp
7 years ago
chengduoZH c359e39b59 add double type kernel
7 years ago
chengduoZH 0bc2f41da9 remove conflict
7 years ago
guosheng aa83e19e24 Remove lstm_op including in gru_op
7 years ago
chengduo 06d155b539
Merge pull request #5718 from chengduoZH/Add_pad_and_stride_for_conv_transpose_op
7 years ago
chengduoZH eb07047699 add padding
7 years ago
Yancey1989 d13c3a98ce fix no framework proto file
7 years ago
guosheng afd1f36186 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp-dev
7 years ago
Yan Chunwei 186581d2cc
add is empty op (#5639)
7 years ago
wanghaox a0b7a07eb6 fix some comments
7 years ago
qingqing01 9cf6036533
Merge pull request #5707 from qingqing01/cos_sim_op
7 years ago
peterzhang2029 55c2c73f3c
Merge pull request #5703 from qingqing01/op_debug
7 years ago
Yang Yang(Tony) 18f0c40a97 feature/while_grad_op (#5554)
7 years ago
wanghaox 49a594217b fix some typos
7 years ago
dangqingqing 24819df055 Fix cos_sim_op in debug mode.
7 years ago
qingqing01 01fa4cc73d
Remove the unused code.
7 years ago
dangqingqing 0321e1f861 Fix bilinear_tensor_product_op in debug mode.
7 years ago
chengduoZH 7e91da41e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
wanghaox 352c5a9683 update some code
7 years ago
wanghaox 1d95173cfe change offset and length's rank to 2, dim[0] for batch size
7 years ago
wanghaox 40a6c4882d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
chengduo dc78f3ca7d
Merge pull request #5558 from mkliegl/conv_shift_fix_camel_case
7 years ago
guosheng 75426e013a Refine GRU Operator
7 years ago
qingqing01 57bbee650d
Merge branch 'develop' into cmake_speed
7 years ago
QI JUN d7bf372d26
support adagrad sparse update (#5272)
7 years ago
wanghaox 0968c7cd6b Update code and fix conflicts.
7 years ago
Markus Kliegl d0b601c4a8 address PR feedback
7 years ago
Markus Kliegl 42dd5da0fd conv shift: fix return before syncthreads
7 years ago
Markus Kliegl 3dc8834209 conv shift op: change to CamelCase
7 years ago
dzhwinter e97b89873a
"fix accuracy kernel bug" (#5673)
7 years ago
wanghaoshuang 668dc53fcc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into nce_op
7 years ago
wanghaoshuang 09d32b068c Add unitest and comments.
7 years ago
chengduoZH f91422ecc4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
chengduoZH 31dc0193c9 fix ContextProjectFunctor parameter order
7 years ago
Yan Chunwei 09866fb75f
feature/beam search op (#5052)
7 years ago
chengduoZH 7c2fd61869 fix data layout
7 years ago
wanghaox 4c426f191b update sequence_slice_op.h, change some code
7 years ago
wanghaox 3ef776ef28 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox 8d9babf204 maxout code review 2nd
7 years ago
chengduoZH 74912c7d4e fix data layout
7 years ago
dzhwinter 7c3ec22081
"fix gpu related op registered" (#5647)
7 years ago
chengduoZH e825a49259 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
chengduoZH c5330fa772 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_conv3d_transpose_cudnn_op
7 years ago
chengduoZH e25bfc7508 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
chengduoZH 356d695404 follow comments
7 years ago
dangqingqing d9a305cb93 Update code and fix conflicts
7 years ago
helinwang d1d21004dd
Merge pull request #5331 from dzhwinter/feature/evaluator
7 years ago
Dong Zhihong 2f33f74a35 Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
Dong Zhihong 60232d812c Merge remote-tracking branch 'origin/develop' into fix/reduce_op
7 years ago
Abhinav Arora c3a61349e4
Adding greater than and less than equal ops to compare op (#5609)
7 years ago
chengduo feaf1e2db5
Merge pull request #5608 from chengduoZH/fix_pooling_function_parameter_order
7 years ago
wanghaox 9a18e78e69 update sequence slice op, fix some error
7 years ago
wanghaox 29c25828b0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
wanghaox f319fb1ce1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox f57cd1e0f9 del a err comments
7 years ago
dangqingqing 2673657684 Move RowwiseAdd functor to math_funcion and Add ColwiseSum functor.
7 years ago
Dong Zhihong 12858baa6c "relauch ci"
7 years ago
Qiao Longfei 7345de3ad1
Beam search decode op python (#5631)
7 years ago
Dong Zhihong fc117ecfa6 Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
emailweixu 85b839f0f1 Fix l1_norm_op and squared_l2_norm_op for debug mode (#5560)
7 years ago
wanghaox 494edc6c07 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox bd773b9c84 modify for maxoutop code review
7 years ago
Yibing Liu 2f3d1c345f
Merge pull request #4747 from kuke/seq_reshape_op_dev
7 years ago
wanghaox 8e7c8bb5c6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
Yu Yang 488320a703 Conditional Block Forward (#5530)
7 years ago
guosheng 2bed961211 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp
7 years ago
guosheng b103072dc8 Fix data order of H0 in GRU Operator
7 years ago
Yibing Liu 6772dfa0bd Merge branch 'develop' of upstream into seq_reshape_op_dev
7 years ago
wanghaox b24afd819a update the sub_sequence_op to sequence_slice_op code.
7 years ago
wanghaox f23d6cc4c8 update the sub_sequence_op tp sequence_slice_op code.
7 years ago
QI JUN f07a226a4f
add split and merge lod tensor operator (#5537)
7 years ago
Yu Yang 7c1755d93f
Assign Operator. (#5531)
7 years ago
dangqingqing 48947b5133 update code and fix conflicts.
7 years ago
Cao Ying e9695f4975
Merge pull request #5014 from peterzhang2029/bi_tensor_prod_op
7 years ago
emailweixu 05c0908492
Merge pull request #5555 from emailweixu/fix_sequence_pool
7 years ago
xuwei06 983502d2e9 Fix sequence_pool_op in debug mode
7 years ago
xuwei06 6a6e4d8d0f Fix matmal_op for debug mode
7 years ago
dangqingqing e9082bb78e Resume unit testing.
7 years ago
chengduoZH 2160497786 fix pooling functor parameter order
7 years ago
wanghaox ab9c71d963 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
dangqingqing 884ce5d5a2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_speed
7 years ago
peterzhang2029 c5d7107767 refine var name
7 years ago
chengduoZH 6fb4bb8efe add conv3d_trans_cudnn_op unit test
7 years ago