Commit Graph

1019 Commits (2603cb7e86dc4fdfe163d17f286df7ab2f05c4d6)

Author SHA1 Message Date
caoying03 360bde9a70 Merge branch 'develop' into softmax_with_cross_entropy_op
7 years ago
guosheng 477a6a0978 Refine reduce_op, follow comments and remove ReduceGradEigenFreeKernel
7 years ago
Cao Ying 7d65321620 Merge pull request #4237 from lcy-seso/optimize_cross_entropy_kernel
7 years ago
caoying03 000d75116f fix backward op.
7 years ago
Yibing Liu 58ac8f46b8 apply more general dims for multiplex_op
7 years ago
Yibing Liu 089f8e2d37 Merge branch 'develop' of upstream into multiplex_modify_dev
7 years ago
caoying03 8b8ad6b164 fix implementations of supporting soft labels.
7 years ago
chengduoZH f6e69d7412 fix maxpool backward functor
7 years ago
Zhuoyuan f698a49ce3 Merge pull request #4240 from zchen0211/develop
7 years ago
chengduoZH 905a462d3c Merge branch 'fix_maxpool_backward_functor_temp' into Add_pool_op_temp
7 years ago
chengduoZH 8c478b36e2 fix Atrr check
7 years ago
Yibing Liu 236af56612 separate index tensor from candidate tensors in multiplex_op
7 years ago
chengduoZH b72854389e Fix (According to the review)
7 years ago
chengduoZH 9b1431b8d9 fix maxpool backward functor and add unit test
7 years ago
Yibing Liu f94109d428 replace LoDTensor in multiplex_op
7 years ago
Guo Sheng e114aad882 Merge pull request #4238 from guoshengCS/add-gemm-with-step
7 years ago
qiaolongfei 9301d3b5ea add namespace and reduce warning
7 years ago
Liu Yiqun 9f32c8d896 Merge branch 'develop' into core_add_sequence_softmax_op
7 years ago
Liu Yiqun 12f2b8eb07 Correct the forward of sequence_softmax_op.
7 years ago
Yibing Liu 47fbc96fa1 Merge pull request #4064 from kuke/multiplex_op_dev
7 years ago
Yibing Liu fb52bc6e12 revert code layout in multiplex_op
7 years ago
Tao Luo 01bec25734 Merge pull request #4193 from luotao1/seq_pool
7 years ago
caoying03 bb58b63b6c Merge branch 'develop' into softmax_with_cross_entropy_op
7 years ago
guosheng 1295e5ef54 Refine reduce_op unit test and add newline at end of file
7 years ago
guosheng 8b3bf28c6b Refine reduce_op and follow comments
7 years ago
guosheng 630273d453 Fix reduce_op according to CI log
7 years ago
guosheng c8d877195b Revise the reduce_op unit test accordingly
7 years ago
guosheng 3994e91a67 Add reduce_op
7 years ago
caoying03 201c2bcf20 delete redundant codes.
7 years ago
caoying03 6735585b0f fix cpu kernel with soft labels.
7 years ago
chengduoZH b0a47b149d remove CHECK in *.cu
7 years ago
Yibing Liu 7620efdf1c combine gpu&cpu code in multiplex_op
7 years ago
Zhuoyuan 5b7fd00d1f Merge pull request #4280 from Superjom/feature/recurrent_op_backward_fix
7 years ago
fengjiayi 948d1d782b Fix progma_once error
7 years ago
superjom b545b5b86b Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
7 years ago
caoying03 30bfaab36e Merge branch 'develop' into optimize_cross_entropy_kernel
7 years ago
caoying03 141b8dbce6 update the backward kernel.
7 years ago
gongweibao f99841dd2a Elementwise operator. (#4139)
7 years ago
chengduoZH f2ccc11f59 fix pool doc (pool_op.cc)
7 years ago
qingqing01 7831b1d9ea Merge branch 'develop' into attr_bool
7 years ago
chengduoZH c2c2d610a4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_pool_op
7 years ago
dangqingqing 0dce16a697 Use bool type for attr in cross_entropy_op.
7 years ago
chengduoZH 0417e4e4bf fix framework::LoDTensor => Tensor
7 years ago
Yibing Liu 85a5d38446 Merge branch 'develop' of upstream into multiplex_op_dev
7 years ago
Luo Tao 244efd6b48 refine doc of sequence_pool_op
7 years ago
chengduoZH 6f61b5df7d fix unit test
7 years ago
Luo Tao 0449b9c89e Merge branch 'develop' into seq_pool
7 years ago
chengduoZH 84a2512b90 fix parameter name and function define
7 years ago
Yibing Liu 756af4e73a regulate comments in margin_rank_loss_op
7 years ago
dangqingqing 58e3ad0a70 Fix conflicts.
7 years ago
caoying03 f1d5fb3b9a support soft labels.
7 years ago
Yibing Liu 6b3e9ccb3a pass unit test for margin_rank_loss_op
8 years ago
Yibing Liu 2f12256186 Merge branch 'develop' of upstream into margin_rank_loss_op_dev
8 years ago
dangqingqing 6e2782e958 update to develop branch.
8 years ago
caoying03 a2a0d6f82a Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
chengduoZH 3416f5e0f8 fix function define
8 years ago
Liu Yiqun 4d9293940b Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
chengduoZH a8477381ac Add pooling2d(max, ave) and pooling3d(max, ave) Op
8 years ago
hedaoyuan 0ee967b513 Merge pull request #4288 from hedaoyuan/fix_bug
8 years ago
QI JUN 8c3b8af31e Merge pull request #4071 from QiJune/activation_ops
8 years ago
hedaoyuan c42e2049a2 Refine code.
8 years ago
hedaoyuan bb546cf13e Bug fix.
8 years ago
hedaoyuan 659f2f71ac Bug fix for get device_context.
8 years ago
Yibing Liu d827359c71 Merge pull request #4098 from kuke/rank_loss_op_dev
8 years ago
whs da2aabb628 Merge pull request #3906 from wanghaoshuang/crop_op
8 years ago
superjom 27aaee1181 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
8 years ago
Yibing Liu 1f6b90904a fix a typo in rank_loss_op
8 years ago
Yibing Liu cf4b2db758 change the dims of input of rank_loss_op
8 years ago
wanghaoshuang 8b6fda6fd8 move stride function to ddim.h
8 years ago
Yibing Liu 79c2d90a7f add margin_rank_loss_op
8 years ago
Liu Yiqun f14a7966b0 Initialize the sequence softmax operator.
8 years ago
whs e53dc8a2e4 Merge pull request #3937 from wanghaoshuang/clip_op
8 years ago
dangqingqing 36aeb30d12 Remove LoDTensor in some operators' InferShape and refine ShareLoD function.
8 years ago
superjom 903cee9303 clean code
8 years ago
X.Dragon c003895c1c Merge pull request #3920 from NHZlX/op_transpose
8 years ago
superjom 0da8133224 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
8 years ago
superjom 6a0c342874 make RecurrentOp's backward work
8 years ago
hedaoyuan 7a891a3321 Merge pull request #4042 from hedaoyuan/conv_op
8 years ago
Yan Chunwei b5e67fce70 RNNOp remove alias (#4274)
8 years ago
wanghaoshuang 9569255a0f Fix ptr type
8 years ago
wanghaoshuang bc632df822 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
wanghaoshuang 68b5e5bf85 Use stridecpy instead of CUDA kernel
8 years ago
wanghaoshuang 12440509cc Fix some inssues
8 years ago
wanghaoshuang c7b6d2c46d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
8 years ago
zchen0211 757c32f20b lstm unit gpu
8 years ago
superjom 68399ab921 Merge remote-tracking branch 'origin/rnn-backward-python' into feature/recurrent_op_backward_fix
8 years ago
zchen0211 2b10d322e5 lstm kernels
8 years ago
superjom 075e0e3c5d Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rnn_remove_alias
8 years ago
superjom 3c29224ef3 remove alias
8 years ago
qiaolongfei a7a66b80f7 move OpProtoAndCheckerMaker from operator to op_proto_maker
8 years ago
Yu Yang 3fb0b6e67b Renamed to strided_memcpy and prettify unittests
8 years ago
Yu Yang bda67d9d4b Add TensorCopy method
8 years ago
zchen0211 7883227716 lstm
8 years ago
Qiao Longfei b19a829627 Merge pull request #4217 from jacquesqiao/add_op_proto_maker
8 years ago
Yu Yang 2e38044fc9 Merge pull request #4205 from reyoung/feature/tensor_copy
8 years ago
zchen0211 334c84526b lstm unit
8 years ago
guosheng 9ffa79cd91 Add gemm with stride
8 years ago
caoying03 a3a8a0900d optimize cross entropy kernel by using reduce.
8 years ago
Yibing Liu 9da5192f77 adapt multiplex_op to the dev of framework
8 years ago
Yang yaming 51f1148921 Merge pull request #3987 from pkuyym/fix-3923-c
8 years ago
dangqingqing 3ec48480af Fix bug
8 years ago
Yibing Liu 18dc201bd9 merge multiplex_op with the latest upstream
8 years ago
dangqingqing 39cf2e217d update to develop branch.
8 years ago
yangyaming bbd6e09c22 Using LoDTensor for output.
8 years ago
dangqingqing b65709e403 Share LoD between input and output of each opeators.
8 years ago
Yibing Liu ece329100a refine rank_loss_op
8 years ago
chengduoZH 9e7c0b5ef7 Add pooling2d(max, ave) and pooling3d(max, ave) functor
8 years ago
yangyaming 308ce9ac55 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3923-c
8 years ago
yangyaming 4e3ba65f19 Refine doc.
8 years ago
yangyaming 12596a16ec Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3789
8 years ago
xzl 1792e58f20 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
xzl 0cd9b8c0aa modify the input\output name to X\Out
8 years ago
wanghaoshuang 1fdad1a60a Update transform invocation
8 years ago
Yibing Liu f2cfa32411 Merge branch 'develop' of upstream into rank_loss_op_dev
8 years ago
wanghaoshuang 3f3848cdf7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
8 years ago
wanghaoshuang 2cde56c5a5 Use Transform instead of eigen
8 years ago
qiaolongfei 98ef17eddc move OpProtoAndCheckerMaker from operator to op_proto_maker
8 years ago
dangqingqing 72ba02701b Add bool type for attribute and use it in dropout_op.
8 years ago
Yu Yang 07915c95ec Renamed to strided_memcpy and prettify unittests
8 years ago
superjom b818e64720 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rnn_remove_alias
8 years ago
superjom 0d7e4294fc remove alias
8 years ago
Yu Yang 3a4897ab15 Add TensorCopy method
8 years ago
wanghaoshuang 743dfd82e7 Add nullptr check
8 years ago
dangqingqing 063cd3a1c4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_prelu
8 years ago
dangqingqing 41a2321a0e Refine platform::Transform function and fix prelu_op testing.
8 years ago
wanghaoshuang 14fb15b685 Remove const cast for device context
8 years ago
wanghaoshuang a3c3b7866e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
8 years ago
wanghaoshuang ce709b75b3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
wanghaoshuang 94fa9d1a95 Remove const cast for device context
8 years ago
qingqing01 5b42d2b21b Merge pull request #4081 from xinghai-sun/soft_label_cross_entropy
8 years ago
Tao Luo de8aaf6c00 Merge pull request #4192 from qingqing01/fix_prelu
8 years ago
Luo Tao 1b01f1ea7b implement framework of seq_pool_op and its unitest
8 years ago
Xinghai Sun d8046da0cd Use soft_label attribute for cross-entropy.
8 years ago
Xinghai Sun c7f91a94ec Merge pull request #3817 from xinghai-sun/dropout
8 years ago
dangqingqing 28c21fe68a Fix compile error in prelu_op.
8 years ago
wanghaoshuang a4b1abe5c4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
Xinghai Sun 8e7fe8cae5 Merge branch 'develop' into soft_label_cross_entropy
8 years ago
Xinghai Sun ffeeef82f3 Remove unnecessary mask operations in test phase for dropout operator.
8 years ago
Zhuoyuan f86c1ccdbe Merge pull request #4121 from zchen0211/develop
8 years ago
wanghaoshuang fa4908dc10 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
xzl a9a7ba3cff Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
xzl 9de45e113a fixed bug when dims.size == 1, modify the variable naming, add judgement when input_grad is null
8 years ago
Xinghai Sun a2798ff25f Merge branch 'develop' into dropout
8 years ago
hedaoyuan 6c0129af95 Refine the GemmConvGrad2DKernel.
8 years ago
Yu Yang 847fe47310 Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_lazy_init_in_dev_ctx
8 years ago
Yu Yang 81d56ca86b Remove lazy-initialization in device_context
8 years ago
zchen0211 6d1446ee83 prelu
8 years ago
zchen0211 3c3a6d90ae prelu finalize
8 years ago
zchen0211 1b79746889 prelu
8 years ago
zchen0211 b6347fb6c0 prelu fix
8 years ago
zchen0211 4a2378845e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Xinghai Sun 585d12a307 Add is_training attr and testing phrase compuation to dropout operator.
8 years ago
wanghaoshuang 2c29cf1ea5 Use Tensor as the temp variables instead of CUDA api
8 years ago
hedaoyuan f3669ca3f1 Support input_grad = null or filter_grad = null.
8 years ago
xzl 35967e8658 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
xzl 5ede6fd434 delete cuda impl, complete comments, modify variable naming
8 years ago
hedaoyuan 64b0b75685 Follow comments fix conv2d_op.cc
8 years ago
Yancey 56b1b70142 Split operator with CPU kernel (#4046)
8 years ago
wanghaoshuang 3102a52a67 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
8 years ago
wanghaoshuang a345b7195e 1. Add CUDA stream when launching kernel.
8 years ago
wanghaoshuang 5e0e455dc8 Add CUDA stream when launching kernel.
8 years ago
wanghaoshuang 0c05ea39d4 Pull latest pybind.cc to crop_op
8 years ago
Yiqun Liu ec9a55aea4 Merge pull request #3927 from Xreki/core_add_fc_op
8 years ago
武毅 8580dce308 Refine accuracy_op CUDA kernel (#4097)
8 years ago
wanghaoshuang 57a3b8b69e 1. Implement GPUCrop kernel instead of eigen.
8 years ago
Yibing Liu 26b393f911 Merge branch 'develop' of upstream into rank_loss_op_dev
8 years ago
hedaoyuan 91afa0d877 Some bug fix.
8 years ago
qijun 87ba6cbf20 merge baidu/develop
8 years ago
wanghaoshuang 2321a37b3c fix issues
8 years ago
caoying03 8f8ea005fe fix implementations.
8 years ago
hedaoyuan 09c65b6d4f Follow comments.
8 years ago
hedaoyuan 7bf1e76fdc Merge branch 'develop' of https://github.com/baidu/Paddle into conv_op
8 years ago
zchen0211 c165d23322 prelu fix
8 years ago
Xinghai Sun 32645b5231 Move dropout gpu kernel to dropout_op.cu.
8 years ago
Xinghai Sun 0532662902 Merge branch 'develop' into dropout
8 years ago
Xinghai Sun e87068290e Update cross entropy operator by following reviewer's comments.
8 years ago
Xinghai Sun d7717f2e6b Merge branch 'develop' into soft_label_cross_entropy
8 years ago
zchen0211 86afb85907 prelu with gpu
8 years ago
zchen0211 1b2374ad3b new prelu with functor
8 years ago
zchen0211 c7dfec11ef fix
8 years ago
zchen0211 384368f42c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
wanghaoshuang e2d75bd364 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
wanghaoshuang b21aee635e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
dangqingqing 90886443b4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_op_test
8 years ago
dangqingqing d6a0280eb9 Enhance unit testing framework for operator with LoDTensor.
8 years ago
wanghaoshuang a8584a9902 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
Liu Yiqun dae249b1cb Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp.
8 years ago
Liu Yiqun 6ce4bf3645 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu bc55c20fd8 Merge pull request #4126 from Xreki/core_fix_segfault
8 years ago
Liu Yiqun eef1ccbf08 Add the check of inputs and outputs in all operators.
8 years ago
caoying03 1fb5f12f0c Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
caoying03 efa4526c52 finish implementation and fix unittest.
8 years ago
zchen0211 490ca5f1ae prelu_op
8 years ago
Luo Tao 773cfe6290 Delete unused `USE_OP` in combination op, and unused include in elementwise_mul_op.h
8 years ago
zchen0211 e615c84a4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
qijun fd559b3a7e Merge remote-tracking branch 'baidu/develop' into activation_ops
8 years ago
qingqing01 40fba4aab9 Merge pull request #4115 from Canpio/fix_brace_error
8 years ago
zchen0211 260026fa67 prelu modify
8 years ago
zchen0211 58b5b08bba prelu op
8 years ago
fengjiayi 0620b00eb6 Fix Clang compile error
8 years ago
zchen0211 98c35729ce remove empty line
8 years ago
zchen0211 c557402855 cond_op modify
8 years ago
zchen0211 39d79e6419 modified codes
8 years ago
zchen0211 299dcb6715 merge with new change
8 years ago
qijun 41271f03cb fix gpu build error
8 years ago
xzl 6b3ae01e02 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
yangyaming 09a13f6c49 Using LoDTensor and adapt to new unittest.
8 years ago
Liu Yiqun cb7d718611 Merge branch 'develop' into core_add_fc_op
8 years ago
qijun fd5aa2ada2 merge baidu/develop
8 years ago
Yibing Liu f2442be9e3 merge conflicts
8 years ago
qijun 5824d85001 add activation operators and python unittests
8 years ago
dangqingqing 2cfa7c4152 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing 9c7e314559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing d757c1cd02 Fix accuracy_op.
8 years ago
Luo Tao 9fa2372ce2 Merge branch 'develop' into use_op
8 years ago
Tao Luo 7a9c89f7d2 Merge pull request #4105 from Yancey1989/fix_op_dep
8 years ago
dangqingqing 48000a8f2d Update to develop branch and resovle conflicts.
8 years ago
dangqingqing 74f460fd0f Fix specialization of template member functions in the non-template class in GCC 5.0.
8 years ago
Luo Tao d0521e6f50 Merge branch 'develop' into use_op
8 years ago
Cao Ying 0e46f5ebd7 Merge pull request #4094 from lcy-seso/fix_cross_entropy_op_output_shape
8 years ago
Yibing Liu 36f349e71e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank_loss_op_dev
8 years ago
Luo Tao f657e21f57 update new_op_cn.md, fix type error
8 years ago
Liu Yiqun 989e8358b3 Reuse the output of mul when there is only one input in FCOp.
8 years ago
Yancey1989 6c59f948d0 update
8 years ago
Yancey1989 7953ad623c delete unused dpends
8 years ago
qijun dadace3178 add more activation functors
8 years ago
Liu Yiqun fe2ab2ee7f Set the default value of xNumColDims and rename the output to "Out" in FCOp.
8 years ago
Xinghai Sun c5972faca9 Merge pull request #3918 from xinghai-sun/cos_sim_vector
8 years ago
Yibing Liu 87de31bf20 update doc information
8 years ago
Luo Tao 70cadf9350 Merge branch 'develop' into use_op
8 years ago
Luo Tao 0597f4de99 auto generate USE_OP() in pybind.cc
8 years ago
Yibing Liu 96500af64b add rank_loss operator
8 years ago
Liu Yiqun 0b21b854ec Make the weights of FCOp a fixed 2-D matrix and refine some comments in FCOp.
8 years ago
qijun e515f18dd8 add tanh and sqrt activation operators
8 years ago
wanghaoshuang b299d07fbe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
caoying03 e0ca4d7a29 fix shape of output tensor of cross_entropy_op.
8 years ago
武毅 2d6233646a Accuracy op (#3907)
8 years ago
qijun 0957fa7b3c fix relu functor and revert some codes
8 years ago
qijun c18ebc3022 remove macros
8 years ago
zchen0211 f6dee08d76 new changes
8 years ago
zchen0211 c7db6e8d14 cond op passed
8 years ago
dangqingqing f6b518c970 Fix elementwise_mul_op.cc
8 years ago
dongzhihong 1ead57ec6a "better format"
8 years ago
wanghaoshuang 7deddab1ff Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
dangqingqing cb28428323 Replace LoDTensor in elementwise_mul_op, pad_op and recurrent_op_utils.
8 years ago
dangqingqing 30a58b5121 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing f299206396 Using LoDTensor instead of Tensor in every operator.
8 years ago
Xinghai Sun 6d60352e7e Add soft-label support for cross-entropy operator.
8 years ago
whs 08f9b72dbf Merge pull request #3765 from wanghaoshuang/pad_op
8 years ago
hedaoyuan 656f775c29 Fix the doc.
8 years ago