Commit Graph

2071 Commits (2827607fa891328e31f84dc328301754b3c6ba1c)

Author SHA1 Message Date
chengduoZH 97c3de0cfb follow comments
8 years ago
guosheng 842b485f6a Enhance ReduceOp to support reducing over all elements
8 years ago
chengduoZH aa2f2fb47e remove conflict
8 years ago
typhoonzero 2b47fb3d25 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into simple_dist_train_api
8 years ago
typhoonzero 9508c72685 wip: should fix variable recreate
8 years ago
Yu Yang 0a8addf802
Make cast op support bool (#6562)
8 years ago
Yu Yang 1ba8f7fe71
The comments in reshape_op is wrong (#6565)
8 years ago
sweetsky0901 ea093283e6 for code review by zhaolong
8 years ago
sweetsky0901 89de58d990 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
8 years ago
guosheng 29cd089ab2 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
8 years ago
sweetsky0901 73a9c853fa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
sweetsky0901 a3addcdc59 modify for some update in trunk
8 years ago
typhoonzero b4cd7f3d75 wip need ut
8 years ago
wanghaoshuang 2cd510641a Fix crop op doc
8 years ago
guosheng 63ce906b08 Refine ChunkEvalutor by following comments
8 years ago
chengduoZH 50003984d4 remove conflict
8 years ago
Tao Luo c8d4efb20e
Merge pull request #6498 from luotao1/row_conv
8 years ago
guosheng 1eaeacb2c8 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
8 years ago
sweetsky0901 4d8f39b853 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
sweetsky0901 b34df5f12c add some doc
8 years ago
guosheng 9a89b041ba Add ChunkEvaluator for multi-batches
8 years ago
Yu Yang d918ccded3
Add fill_op (#6477)
8 years ago
QI JUN 61ec0b9516
Refine device context (#6433)
8 years ago
Luo Tao f3acdd3af9 fix warning in row_conv_op.cu
8 years ago
kavyasrinet 35420cdf63
Updating the Latex equation for Adagrad (#6009)
8 years ago
Siddharth Goyal 4ff6bc175a
Add row conv operator (#6013)
8 years ago
sweetsky0901 5fe4d7fb6b modify a bug *input_nums
8 years ago
sweetsky0901 c65d2fc356 add inline
8 years ago
sweetsky0901 15b1e8e858 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
sweetsky0901 65b641bf66 add detection_output op
8 years ago
typhoonzero 489b9695e4 wip for testing
8 years ago
武毅 f650429ba3
Merge pull request #6419 from typhoonzero/recv_op_use_ser_prog
8 years ago
tensor-tang 38de512d29
Merge pull request #6459 from tensor-tang/develop
8 years ago
tensor-tang 69b44f2f19 unify MKL macro definition
8 years ago
Yiqun Liu 9592468609
Fix gcc4.9 (#6442)
8 years ago
chengduoZH a6ef875885 refine conv
8 years ago
typhoonzero 308491a94a update for simple dist train
8 years ago
sweetsky0901 b41894d147 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
sweetsky0901 fe177b6292 test detection_output cpu and gpu ok, but doc will be modify
8 years ago
typhoonzero 986ca03ce2 update
8 years ago
typhoonzero 1c1fae6077 update recv op
8 years ago
chengduoZH aa770198c7 add dilation in c++ code
8 years ago
typhoonzero 71655334c6 update
8 years ago
typhoonzero 4f1381eac3 recv_op use serialized program
8 years ago
Qiao Longfei 36fcc95cab
Nmt decoder train (#6367)
8 years ago
sweetsky0901 9e72cc5c9a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
sweetsky0901 ca535d18ab add detection_output code only
8 years ago
Abhinav Arora 113c026d12
Swish activation operator (#6358)
8 years ago
Abhinav Arora e557611f39
Fix equations in sequence_pool op (#6355)
8 years ago
Abhinav Arora 0d4f050955
Fix equation in logical or op (#6315)
8 years ago
gongweibao c7e739f542
Add LRN efficient GPU implement. (#5894)
8 years ago
whs c22cf594f6
Merge pull request #6333 from wanghaoshuang/fix_type
8 years ago
qingqing01 5a1a04f648
Merge pull request #6326 from jacquesqiao/fix-int-overflow
8 years ago
chengduo b30e8bc00c
Merge pull request #6324 from chengduoZH/profiling/refine_elementwise_add
8 years ago
wanghaoshuang 83537c7ada Fix warning about comparison of integers of different signs
8 years ago
chengduoZH 8711a9a22a refine code
8 years ago
qiaolongfei d303f7ae4f fix int overflow
8 years ago
kexinzhao 94a36b8cc7
fix clip op doc operation (#6314)
8 years ago
kexinzhao dbf205002d
fix read and write tensor array op (#6312)
8 years ago
kexinzhao a5167ce0b4
fix lod_array_lengh op equation (#6307)
8 years ago
kexinzhao 002a7b4d01
fix scatter op equation (#6304)
8 years ago
kexinzhao 16822fb702
fix latex equation for clip by norm op (#6302)
8 years ago
kexinzhao 2c1270e40c
fix maxout op latex equation (#6303)
8 years ago
Abhinav Arora 1d04b19ce8
Fix the rendering of latex equation for adamax op (#6294)
8 years ago
Qiao Longfei 161128bada
add chunk eval layer (#6296)
8 years ago
Qiao Longfei 45c8a88a3e
add crf_decoding layer (#6274)
8 years ago
qingqing01 e760641a3a
Merge pull request #6233 from qingqing01/momentum_op
8 years ago
chengduo 36444461dc
Merge pull request #6229 from chengduoZH/profiling/updata_elementwise_op
8 years ago
chengduoZH 23e38216a7 add dilation
8 years ago
dangqingqing d432b10d8a Update cuda kernel and doc.
8 years ago
chengduoZH 37671ac053 follow comments
8 years ago
chengduoZH 9e244a8cbe follow comments
8 years ago
dangqingqing e03b574e0e Refine the Eigen usage for CPU implementation.
8 years ago
chengduoZH 54f09620cf code refine
8 years ago
chengduoZH 488908e95b refine cuda
8 years ago
dangqingqing 5bd1e73f5e Refine and speedup momentum operator.
8 years ago
Yu Yang d5e3279451
While op forward for sentimental analysis (#6140)
8 years ago
typhoonzero 57f666fb56 update
8 years ago
chengduoZH fbbfe8b859 code refine
8 years ago
qingqing01 4786ad1457 Make the new framework independent the old framework. (#6201)
8 years ago
sweetsky0901 141a323c34 fix a bug
8 years ago
sweetsky0901 0c4446868b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
8 years ago
qingqing01 74725d0505
Merge pull request #6198 from qingqing01/lstm_style
8 years ago
sweetsky0901 8368e55be9 modify some doc
8 years ago
qingqing01 20b885f7b8
Merge pull request #6148 from qingqing01/lstm_doc
8 years ago
sweetsky0901 531e7b6fa6 gpu test ok
8 years ago
qingqing01 e5b51c4d10 Make lstm_op follow google code style.
8 years ago
sweetsky0901 c75b4538ca Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
8 years ago
sweetsky0901 5c057f9552 add spp op only can test ok
8 years ago
Siddharth Goyal ea1a643425
Add hinge loss op (#5837)
8 years ago
typhoonzero c66c65cbdf add grpc benchmark
8 years ago
武毅 067381e2e2
Merge pull request #6146 from typhoonzero/add_switch_distributed
8 years ago
Yancey 1b612d3a76 Fix grpc compile warning (#6050)
8 years ago
whs 10b2534ebc
Merge pull request #5480 from wanghaoshuang/nce_op
8 years ago
Yu Yang 1fe5acb25a
Expose sigmoid_cross_entropy_with_logits (#6147)
8 years ago
dangqingqing d4fcd2a59f Fix the doc of LSTM operator.
8 years ago
typhoonzero 1a852861b2 add switch for distributed support
8 years ago
Yu Yang 8ac02279f2
Fix the proformance problem of enforce (#6085)
8 years ago
fengjiayi 4e564e4852
make WriteToArrayOp supporting empty tensor input (#6030)
8 years ago
fengjiayi a38c151243
Add GetInputsElementDim (#6091)
8 years ago
Yibing Liu 61d98f27ce
Merge pull request #6058 from kuke/refine_rank_loss_op
8 years ago
武毅 e1b8c27acb Add back print_operators_doc (#5970)
8 years ago
Yibing Liu 0d8483b45d
Merge pull request #6060 from kuke/refine_reshape_op
8 years ago
Yibing Liu 9907350d8a Merge branch 'develop' of upstream into refine_rank_loss_op
8 years ago
Yibing Liu da62d6cc24 fix the doc display problem in rank_loss_op
8 years ago
Yang yaming 990818f7c7
Merge pull request #6031 from pkuyym/fix-6016
8 years ago
sweetsky0901 966a6ce6db
Merge pull request #5826 from sweetsky0901/my_unpool_max_2d
8 years ago
Yibing Liu 4d1ee0ff12 Amend license and comments in reshape_op
8 years ago
Yibing Liu ff8a677848 Revise comments in rank_loss_op
8 years ago
chengduo 5a3d1362f7
Merge pull request #5951 from chengduoZH/fix_conv_doc
8 years ago
Guo Sheng 0066bbbaa3
Merge pull request #6021 from guoshengCS/fix-GRUOp-codestyle
8 years ago
yangyaming a5236265b7 Refine doc for smooth l1 loss op.
8 years ago
sweetsky0901 4ffb73fd3b format ..
8 years ago
chengduoZH c339e1b786 remove conflict
8 years ago
sweetsky0901 5b449b6021 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 3206094b5e format code
8 years ago
武毅 4ecbab42d8
Fix compile on cudnn7 (#5982)
8 years ago
guosheng 1ab03d49d5 Fix gru_op related code style in gpu_kernel
8 years ago
guosheng 3e552cdcac Fix gru_op related code style
8 years ago
wanghaoshuang 29262ab24d Fix unitest.
8 years ago
sweetsky0901 d2ee3c98df format code
8 years ago
sweetsky0901 2d42fa74ec Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 c52ed8de37 format code
8 years ago
kavyasrinet dcf3ffd980 Adding log loss operator (#5854)
8 years ago
sweetsky0901 bd561384bc format code
8 years ago
sweetsky0901 d9673cad15 format code
8 years ago
sweetsky0901 821899ccd4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 6fc9a9fd69 modify for del T2 and doc update
8 years ago
Qiao Longfei c975fe1bde
batch norm support matrix input (#5980)
8 years ago
fengjiayi 23b3fef062
Make 'scale_op' supporting int and int64 (#5986)
8 years ago
wanghaoshuang 76a65a83a0 Fix comments style
8 years ago
Yu Yang 985e4ab62d
Add Python wrap of conv2d_transpose and its unittest (#5946)
8 years ago
wanghaoshuang ab9d59c539 Fix double type error while using eigen api
8 years ago
wanghaoshuang d0246e24e0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into nce_op
8 years ago
wanghaoshuang ea7359c60b Refine code and comments
8 years ago
武毅 0a8a86e0c9
Send recv op (#5520)
8 years ago
sweetsky0901 ee0a794c27 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 57e68e5740 modify for code review by qingqing 2nd
8 years ago
Guo Sheng 0ce9bf77be
Merge pull request #5931 from guoshengCS/fix-ROIPoolOP-warn
8 years ago
chengduoZH 9abc0e04c1 fix conv and conv_trans op doc
8 years ago
Abhinav Arora ef3420e2b9
Fix the latex comment syntax in sgd_op.cc (#5940)
8 years ago
guosheng 19a37ecde3 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-ROIPoolOP-warn
8 years ago
fengjiayi 90fc4a6cd5
Complete shrink_rnn_memory_op comments (#5935)
8 years ago
QI JUN b28b2f172b refine test_recognize_digits_mlp and format codes (#5937)
8 years ago
sweetsky0901 f9c2a5c38e modify for code review zcd
8 years ago
sweetsky0901 022b48e16f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 20654cf78a modify for type check rewrite
8 years ago
guosheng c8bb663141 Refine roi_pool_op to avoid warning
8 years ago
fengjiayi 33fa2dfbde
Compelete max_sequence_len_op (#5913)
8 years ago
武毅 a06bec1287
Conv cudnn 3d (#5783)
8 years ago
sweetsky0901 27cf7f3376 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 cfd7721b51 add unpool_op.h modify
8 years ago
Yu Yang a619695b06
Feature/enhance evaluator (#5824)
8 years ago
sweetsky0901 a38bbc8610 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 c218961a6b modify for code review by qingqing
8 years ago
dzhwinter 513b1e010f
"add floor, ceil, round op" (#5898)
8 years ago
dzhwinter 45062fe5d7
Feature/copytensor (#5455)
8 years ago
wanghaox 0690cca758
Merge pull request #5831 from wanghaox/roi_pool
8 years ago
wanghaox cf5b598642 fix some issues
8 years ago
wanghaox ef905598a2 fix some code issues
8 years ago
Qiao Longfei 65c859db7a
beam_search_decode support multi data type (#5847)
8 years ago
QI JUN 3a76062c84
support testing when training and handle dropout and batch_norm operator in testing mode (#5734)
8 years ago
fengjiayi 50d670ee06
Unify dtype and datatype (#5869)
8 years ago
peterzhang2029 1ab1b092cd
Merge pull request #5875 from peterzhang2029/refine_op_doc
8 years ago
peterzhang2029 4bdd97625b refine the latex mark
8 years ago
Cao Ying 2c471db2c1
Merge pull request #5884 from lcy-seso/fix_latex
8 years ago
qingqing01 52007ea662
Merge pull request #5872 from qingqing01/op_debug
8 years ago
caoying03 8ba62a5f94 fix LaTeX syntax in liear_chain_crf op.
8 years ago
Yang yaming 98700ceef5
Merge pull request #5867 from pkuyym/fix-5865
8 years ago
Yu Yang c077a6d57c
Feature/support int64 for sum (#5832)
8 years ago
peterzhang2029 aacd94127b refine bilinear tensor product doc
8 years ago
chengduo e800c0d3f1
Merge pull request #5791 from chengduoZH/fix_conv_op
8 years ago
dangqingqing 7fb1f7a25f Fix lstm_op and gru_op in debug mode.
8 years ago
yangyaming 3305c8766e Add more comment.
8 years ago
sweetsky0901 ee4a5d2117 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
yangyaming fb56a18109 Fix LaTeX equation for huber_loss_op.cc.
8 years ago
sweetsky0901 66b84366f1 modify for code review by wangyi
8 years ago
kavyasrinet d883547bf0
Adding the FTRL optimizer. (#5785)
8 years ago
wanghaox 36dd770a08 add roi operator unittest
8 years ago
wanghaox 7960928883 add roi pool operator
8 years ago
sweetsky0901 0112c5d640 format code
8 years ago
sweetsky0901 47bd0bb678 del printf
8 years ago
sweetsky0901 8ba8237a87 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 e2a5905eae gpu test ok unpool2dmax
8 years ago
Qiao Longfei 53bd51e3f4
07/Label semantic roles (#5798)
8 years ago
Guo Sheng 778b981e24
Merge pull request #5804 from guoshengCS/fix-GRUUnitOp-dev
8 years ago
sweetsky0901 abb3357d1c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 90f664d0b0 test unpool ok cpu
8 years ago
chengduoZH a93227a148 refine code
8 years ago
guosheng b6b7ab63c6 Fix calculations in gru_unit_op to be consistent with gru_op
8 years ago
tensor-tang 55ecd6d29e
Merge pull request #5797 from luotao1/fix_warning
8 years ago
sweetsky0901 822f28343b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901 200f07c219 add test
8 years ago
Yu Yang a5e73f9eaf
Support many data types of several operators (#5731)
8 years ago
sweetsky0901 45a8c9ddaf add unpool2d make ok
8 years ago
guosheng f191c82010 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-GRUUnitOp-dev
8 years ago
sweetsky0901 f638f91020 merge cmakelist
8 years ago
sweetsky0901 bc45335e55 add unpool
8 years ago
Luo Tao 67fa0de2a7 fix some warning with MKLDNN related codes and etc
8 years ago
chengduoZH e5bf9c5670 remove vector::eraze
8 years ago
sweetsky0901 04fd98930b for code review 6
8 years ago
sweetsky0901 3fbff1ee78 for code review 5
8 years ago
sweetsky0901 350cc61f3f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
8 years ago
sweetsky0901 4e5c989669 rename back
8 years ago
wanghaox 6ac42378ac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
8 years ago
wanghaox 76fc1a82e1 for code review 4
8 years ago
chengduoZH bc3ec53671 remove conflict
8 years ago
chengduo 134eaf21b3
Merge pull request #5602 from chengduoZH/add_cudnn_pool3d
8 years ago
wanghaox 52f2366d2b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
8 years ago
wanghaox c645d065fe add a space + *
8 years ago
guosheng 3e7fff4188 Fix calculations in gru_unit_op
8 years ago
wanghaox 794117bb93 fix some comments
8 years ago
wanghaox 2d7a652869 del framework test_maxout_op
8 years ago
wanghaox 25d76bc7e1 modify for add a space in maxout op
8 years ago
wanghaox 63f8c5fe58 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
8 years ago
wanghaox 5802880bbc update maxoutop for code review 3
8 years ago
Abhinav Arora 6cfcf6245a
Adding logical operators for beam search and control flow (#5708)
8 years ago
chengduoZH 5238c9fb0b input type should be different
8 years ago
wanghaox 360354670c fix some codes
8 years ago
chengduoZH 3bd3cc0c85 add double type for kernel
8 years ago
chengduoZH dec61ab6df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
8 years ago
chengduo 0f83674c7d
Merge pull request #5603 from chengduoZH/Add_conv3d_transpose_cudnn_op
8 years ago
Guo Sheng 7a57b3b788
Merge pull request #5623 from guoshengCS/fix-H0-GRUOp
8 years ago
chengduoZH c359e39b59 add double type kernel
8 years ago
chengduoZH 0bc2f41da9 remove conflict
8 years ago
guosheng aa83e19e24 Remove lstm_op including in gru_op
8 years ago
chengduo 06d155b539
Merge pull request #5718 from chengduoZH/Add_pad_and_stride_for_conv_transpose_op
8 years ago
chengduoZH eb07047699 add padding
8 years ago
Yancey1989 d13c3a98ce fix no framework proto file
8 years ago
guosheng afd1f36186 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp-dev
8 years ago
Yan Chunwei 186581d2cc
add is empty op (#5639)
8 years ago
wanghaox a0b7a07eb6 fix some comments
8 years ago
qingqing01 9cf6036533
Merge pull request #5707 from qingqing01/cos_sim_op
8 years ago
peterzhang2029 55c2c73f3c
Merge pull request #5703 from qingqing01/op_debug
8 years ago
Yang Yang(Tony) 18f0c40a97 feature/while_grad_op (#5554)
8 years ago
wanghaox 49a594217b fix some typos
8 years ago
dangqingqing 24819df055 Fix cos_sim_op in debug mode.
8 years ago
qingqing01 01fa4cc73d
Remove the unused code.
8 years ago
dangqingqing 0321e1f861 Fix bilinear_tensor_product_op in debug mode.
8 years ago
chengduoZH 7e91da41e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
8 years ago
wanghaox 352c5a9683 update some code
8 years ago
wanghaox 1d95173cfe change offset and length's rank to 2, dim[0] for batch size
8 years ago
wanghaox 40a6c4882d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
8 years ago
chengduo dc78f3ca7d
Merge pull request #5558 from mkliegl/conv_shift_fix_camel_case
8 years ago
guosheng 75426e013a Refine GRU Operator
8 years ago
qingqing01 57bbee650d
Merge branch 'develop' into cmake_speed
8 years ago
QI JUN d7bf372d26
support adagrad sparse update (#5272)
8 years ago
wanghaox 0968c7cd6b Update code and fix conflicts.
8 years ago
Markus Kliegl d0b601c4a8 address PR feedback
8 years ago
Markus Kliegl 42dd5da0fd conv shift: fix return before syncthreads
8 years ago