Commit Graph

2400 Commits (5a3b06bef7d02366c5fc1055c5d5b6fe1a241c75)

Author SHA1 Message Date
Guo Sheng 4b3e22b865
Merge pull request #7574 from lcy-seso/wraper_for_l2_normalize
7 years ago
fengjiayi 1d89866995
Merge pull request #7593 from JiayiFeng/dev_elementwise_scalar
7 years ago
fengjiayi 37a9437073
Merge pull request #7538 from JiayiFeng/dev_elementwise_max_min
7 years ago
Tao Luo 388aa51ccf
Merge pull request #7622 from abhinavarora/reduce_op_doc
7 years ago
Abhinav Arora 484af6c7e0 Fixing the rendering for Reduce operators in operator documentation
7 years ago
Helin Wang 151f579c23 Recv OP: use BlockDesc* instread of ProgramDesc proto as Attribute
7 years ago
Yu Yang b8a17987ec Feature/parallel for bug fix (#7474)
7 years ago
Helin Wang d4d143796f Fix build error
7 years ago
typhoonzero f233b936c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
7 years ago
wanghaoshuang fe45f2115f 1. Rename 'block_expand' to im2sequence
7 years ago
Yibing Liu 7a2aa486cc Unify data type in sequence_erase_op
7 years ago
typhoonzero 02ea349101 enhance dist train performance
7 years ago
Yibing Liu d1d614b9f8 Refine the GPU kernel for sequence_erase_op
7 years ago
wanghaoshuang 7150289b5c Refine CPU kernel
7 years ago
Yibing Liu 7d3b2e4b03 Fix a bug in sequence_erase_op
7 years ago
chengduoZH c9641a03dc refine code
7 years ago
fengjiayi 14f6fa346b make elementwise op support scalar as input Y
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
wanghaoshuang 09adb76903 Fix code style
7 years ago
chengduoZH 24f528a1a5 follow comments
7 years ago
wanghaoshuang 0c10b5ff73 Merge branch 'develop' of https://github.com/wanghaoshuang/Paddle into ctc_greedy_decode
7 years ago
fengjiayi 3177c9a691 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
wanghaoshuang bfe7e24243 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into blockexpand
7 years ago
wanghaoshuang 92baa885a0 Fix code style
7 years ago
fengjiayi d15bfabbd0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
wanghaoshuang e82f1008a8 Finish block expand op
7 years ago
Yibing Liu aab4cfeb65 Add doc for dynamic_lstm python api
7 years ago
wanghaox 3b63815629 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into iou_sim
7 years ago
wanghaox 2ad5a6f0d1 add iou similarity operator
7 years ago
caoying03 6497bff901 add python wrapper for l2 normalize.
7 years ago
wanghaoshuang 10dd632659 Rename 'ctc_greedy_decode' to 'ctc_decode'
7 years ago
wanghaoshuang 281e93bcbb Remove 'top 1' from CPU and GPU kernel
7 years ago
fengjiayi f59599a3dd refine elementwise_add_op
7 years ago
fengjiayi ead7059bf9 Refine code
7 years ago
sidgoyal78 ba2f6f71ad Modify directory structure to show plots
7 years ago
helinwang 052c05be34
Merge pull request #7537 from Yancey1989/distributed_gpu
7 years ago
fengjiayi 5f4481350e
Merge pull request #7529 from JiayiFeng/remove_functor1
7 years ago
gongweibao 535fefb7e8
Fix grpc bugs (#7435)
7 years ago
whs 448fee3db4
Merge pull request #7414 from wanghaoshuang/warpctc
7 years ago
dzhwinter b9b75377a2
Feature/hooks (#7513)
7 years ago
chengduoZH 251c6032fb set use_cudnn as default
7 years ago
Yancey1989 329f1e0f79 add some comment
7 years ago
Yancey1989 9de1809590 fluid distributed on CUDA place
7 years ago
chengduoZH 79aa51229a fix conv, pool, conv_trans to decide use cudnn or not
7 years ago
fengjiayi f5cd961900 complete elementwise_min_op
7 years ago
fengjiayi acf37ad675 Complete elementwise_max_op
7 years ago
fengjiayi 76a74f1f77 Merge branch 'remove_functor1' into dev_elementwise_max_min
7 years ago
fengjiayi 6ee8a2e1db remove unnecessary functor1
7 years ago
fengjiayi 736842e447 wip
7 years ago
wanghaoshuang 8f37c3c2a7 Fix sequence scale functor cuda kernel
7 years ago
wanghaoshuang 579f684661 Add ctc_greedy_decode_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
yangyaming a091d1a31c Enhance print_op.
7 years ago
Qiao Longfei 9deb1756a2
fix while_grad_op first step loss lod problem (#7490)
7 years ago
dzhwinter 5ad1aef051
"cudnn operators change to cudnn kernel" (#6660)
7 years ago
wanghaoshuang 45cf234127 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
7 years ago
wanghaoshuang 137f0dfc21 1. Fix warpctc grad tensor initial bug.
7 years ago
wanghaox 8ab611d559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into prior_box
7 years ago
wanghaox 1ba3d29789 update code
7 years ago
Cao Ying db65f497ff Update comments for two operators. (#7457)
7 years ago
Yan Chunwei 3423022e84
feature/add print op (#6799)
7 years ago
emailweixu d954becb1c
Merge pull request #7371 from emailweixu/assign_value_op
7 years ago
Tao Luo 29b2693afb
Merge pull request #7445 from abhinavarora/api_doc_bug
7 years ago
xuwei06 25ecd2061a Use CopyFromVector for assign_value_op
7 years ago
xuwei06 7306aab61d GetActualKernelType => GetExpectedKernelType
7 years ago
xuwei06 ce233796ea assign_value operator
7 years ago
Abhinav Arora f784dae3da Fix the documentation for elementwise op in fluid layers
7 years ago
whs 59bf85d914
Merge pull request #7325 from kuke/sequence_erase_op
7 years ago
wanghaoshuang 89de5d5e66 Fix cuda kernel of sequence scale functor
7 years ago
gongweibao da3087ada1
Async GRPC sendrecv (#7133)
7 years ago
wanghaoshuang 9eb3fb2946 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
7 years ago
wanghaoshuang b1af5e435f 1. Fix warpctc grad op
7 years ago
Yibing Liu fe0ef91a3f fix ci error in edit_distance_op
7 years ago
Yibing Liu f3dcd00603 Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yu Yang 6cff3c96db
Merge pull request #7381 from reyoung/feature/refine_get_places_op
7 years ago
Yibing Liu f594ca4369 Reuse the usable variable in edit_distance_op
7 years ago
Yang yaming a32027604f
Merge pull request #7176 from pkuyym/fix-7173
7 years ago
Yibing Liu 10779460c5 Simplify calc in test_sequence_erase_op
7 years ago
Yang Yu e5e206e2b6 Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_get_places_op
7 years ago
Yang Yang(Tony) 4bcc0b64cb
[WIP] feature/parallel_gpu (#7293)
7 years ago
Yang Yu 4059c9ca7f Polish GetPlacesOp
7 years ago
fengjiayi df92776850
Merge pull request #7269 from emailweixu/calc_gradient
7 years ago
Qiao Longfei efe06caa3d
change data type of beam_search op (#7374)
7 years ago
Qiao Longfei 91f80f792d
Topk share lod (#7373)
7 years ago
fengjiayi cedd9805f5
Merge pull request #7361 from JiayiFeng/refine_and_enhence_WhileGradOp
7 years ago
xuwei06 0ef9dc6122 Fix comment for norm_op
7 years ago
yangyaming 427e47459b Add grad_op_maker for sequence_pool.
7 years ago
wanghaox 99a6c5d40e change output shape to [2, layer_height, layer_width, num_priors, 4]
7 years ago
fengjiayi fbc30215d4 refine WhileGradOp code
7 years ago
Yancey e249ad1211
Test dist word2vec (#7334)
7 years ago
Yiqun Liu b5fda2723f
Port WarpCTC Operator (#5107)
7 years ago
fengjiayi 8f962f7433 Update
7 years ago
Yu Yang ce6dad3b35 Rename CopyFrom to Copy for tensors (#7292)
7 years ago
Qiao Longfei d762e07ecc
Merge pull request #7294 from jacquesqiao/add-back-priority
7 years ago
Yibing Liu 7b9d5b325c Add document for sequence_erase_op
7 years ago
Yibing Liu 37f933b8ad Add gpu kernel for sequence_erase_op
7 years ago
qiaolongfei 0b52cc886f fix priority
7 years ago
Yancey aa75f1e2c5
Create tensor in recv op (#7286)
7 years ago
yangyaming 12ed53c1f2 Inherit LoD from x to x_grad and enhance the unit test.
7 years ago
Yu Yang 219fbd51bc
Merge pull request #6732 from QiJune/get_places_op
7 years ago
Yibing Liu 2a54ddd267 Merge branch 'develop' of upstream into sequence_erase_op
7 years ago
Guo Sheng 26d451116b
Merge pull request #7251 from guoshengCS/enhance-reorderTensor
7 years ago
Yang Yu 63ff0b4ba9 Refine get_places
7 years ago
Qiao Longfei 0f353ab46e
cpu gpu transform function (#7191)
7 years ago
emailweixu 8814bec0c5 Show argument dimensions with operator::DebugStringEx (#7268)
7 years ago
Yang Yu ed0cf3d6c6 Merge branch 'develop' of github.com:baidu/Paddle into feature/get_places
7 years ago
Yibing Liu e85c513307 Add sequencee erase operator
7 years ago
guosheng ea6eb96347 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-reorderTensor
7 years ago
guosheng e21923543a Enhance reorder_lod_tensor_by_rank_op to support Tensor
7 years ago
tensor-tang 673dc26cd4
Merge pull request #7164 from tensor-tang/context
7 years ago
Yu Yang 894236a128
Merge pull request #6730 from tonyyang-svail/parallel_do
7 years ago
zhangchao d06bbb12e8
Merge pull request #7203 from peterzhang2029/fix_adagrad
7 years ago
tensor-tang 6177cb5162 Merge remote-tracking branch 'upstream/develop' into context
7 years ago
dzhwinter 5593858dd9
Feature/use cudnn (#7141)
7 years ago
peterzhang2029 dd09d8b2bf fix gpu error
7 years ago
tensor-tang 9c7cea81c8 follow comments, use unique_ptr and remove unused file
7 years ago
Yang Yu 8496b2e41b Refine parallel_do
7 years ago
Yang Yu 60e27d110b Merge branch 'develop' of github.com:baidu/Paddle into parallel_do
7 years ago
Yancey e5fe8935fb
send_recv variables (#7161)
7 years ago
Yang Yu 040dc59b0f Correctly handle image operators
7 years ago
peterzhang2029 c10d5d2aa1 refine code style
7 years ago
peterzhang2029 f9ef6d1519 init
7 years ago
Yu Yang cd5fad13ce
Merge pull request #7160 from reyoung/feature/expose_activations
7 years ago
yangyaming e32103645e Only shrink for the first level LoD.
7 years ago
yangyaming f947c15378 Consider multiple levels of LoD.
7 years ago
Yu Yang dd8ffe1ea8
Merge pull request #7131 from reyoung/feature/tiny_enhance_of_while_op
7 years ago
Yang Yang 97dc451f4a clean up
7 years ago
Yang Yang fccbc2fc28 licence update
7 years ago
tensor-tang 880b2e8012 Merge remote-tracking branch 'upstream/develop' into context
7 years ago
tensor-tang 5bf5650dcf generate mkldnn dummy target for static deps
7 years ago
yangyaming 66ae0a8cb2 Enhence shrink_rnn_memory_op.
7 years ago
Tao Luo 231e2ee55e
Merge pull request #7148 from luotao1/op_make
7 years ago
Luo Tao 2d2b633282 add more comments in CMakelists.txt of operator
7 years ago
Yang Yang 7411df34b8 add multi thread
7 years ago
Yang Yang 8ee17e965f pass sgd at first iter
7 years ago
Yang Yang 9313233297 merge develop
7 years ago
Yibing Liu 0250e54c2d Enable batch input in edit_distance_op
7 years ago
Yang Yang 6004a2ed4f add copy skeleton
7 years ago
Yang Yu 5a4367bb16 Update
7 years ago
sweetsky0901 cbe25b3345
Merge pull request #6881 from sweetsky0901/cross_channel_norm
7 years ago
Yang Yang cb0b81f97b add << lodtensor
7 years ago
Luo Tao 5974c1b76e refine comments in CMakelists.txt of operator
7 years ago
Luo Tao e4e95beedc manually pybind some specific operators
7 years ago
Luo Tao f3851fe58d auto pybind when *_op.cc contains several operators
7 years ago
Tao Luo 25af35d8bb
Merge pull request #7134 from PaddlePaddle/del_some_in_makelist
7 years ago
sweetsky0901 4d33bfbd5a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
dzhwinter 899a79cceb
Feature/transform (#7111)
7 years ago
sweetsky0901 0219c3d6d2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
sweetsky0901 783f9eade4 del using in .h
7 years ago
sweetsky0901 554f696712 for del DEPS
7 years ago
Yang Yu 0c5202cbb5 Tiny enhance of while_op
7 years ago
sweetsky0901 59c14f0b6e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901 0df2290707 for makelist update
7 years ago
QI JUN 105ee86d14
fix compile (#7125)
7 years ago
Yu Yang 8b91174c83
Merge pull request #7027 from reyoung/feature/rnn_gradient_check
7 years ago
Guo Sheng 4b7bd642c5
Merge pull request #7102 from guoshengCS/refine-act-GRU
7 years ago
chengduo f58fe6d3ed
Merge pull request #6601 from chengduoZH/profiling/cosine_op
7 years ago
武毅 0bd7f97b4b
Merge pull request #7045 from typhoonzero/adam_selectedrows
7 years ago
Yibing Liu 2e49facae9 Rename inputs & format license
7 years ago
sweetsky0901 d52fd00a66 int to size_t
7 years ago
guosheng a6ff5240f5 Refine the activation type of GRUOp by following comments
7 years ago
chengduoZH 812c5f60eb remove conflict
7 years ago
chengduoZH 24cf2fcd90 move cos_sim_functor to math
7 years ago
Yibing Liu 2c1adb0604 Rename ctc_edit_distance_op to edit_distance_op
7 years ago
chengduoZH 4a11fdb4ef follow comments
7 years ago
typhoonzero 903d5609c6 follow comment1
7 years ago
typhoonzero 1039c1e3b7 scatter optimizers
7 years ago
Yang Yu 0fd4a04abd Remove debug codes
7 years ago
Yang Yu dd0a4c3566 Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
typhoonzero 641b4c0fe6 wip
7 years ago
guosheng 23b53c48df Delete the old activation type for LSTM and GRU operator
7 years ago
guosheng f74dff97ea Refine the activation type in the GRU operator related
7 years ago
Yang Yu d2cb28413e Fix ALL RNN error
7 years ago
sweetsky0901 a8109cf0ae Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901 95aec835e6 modify fun name
7 years ago
Yancey 2cdef424d9
Implement selectedrows serialize and deserialize (#7042)
7 years ago
chengduoZH 8bd759007a refine CosSimDyFunctor
7 years ago
Yang Yu 96bc335216 Update
7 years ago
sweetsky0901 41bbd28322 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901 1a685144bb for xxYY to xx_yy
7 years ago
fengjiayi ec8f33c153
Merge pull request #7076 from JiayiFeng/move_enfoce_position
7 years ago
Yang Yu c732279359 Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
sweetsky0901 dc7ddcb0b7 resolved conflict
7 years ago
chengduoZH de26ae416c add gpu code
7 years ago
chengduoZH 4f5e3d0d81 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into profiling/cosine_op_debug
7 years ago
Yang Yu f5c2d175ae Refine
7 years ago
Yibing Liu 3a93fa7708
Merge pull request #7069 from kuke/fix_cross_entropy_doc
7 years ago
Yu Yang 15e8c80ee0 Rename API of DeviceContext (#7055)
7 years ago
Yibing Liu bfc9209e41 Merge branch 'develop' of upstream into fix_cross_entropy_doc
7 years ago
gongweibao 5347c8d763
Fix bugs (#7060)
7 years ago
typhoonzero 74b122889c wip
7 years ago
Yibing Liu 6717925de3 Merge branch 'develop' of upstream into fix_cross_entropy_doc
7 years ago
typhoonzero d48a0e4eae WIP: adding generic scattor functors
7 years ago
Tao Luo cf168b3178
Merge pull request #7067 from luotao1/op_cmake
7 years ago
Yibing Liu 36ec3e9042 Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yibing Liu 3db7c82955 Merge branch 'develop' of upstream into fix_cross_entropy_doc
7 years ago
qingqing01 95da78a6df
Merge pull request #7047 from qingqing01/rowwise_add
7 years ago
fengjiayi a04f30e7cf move ENFORCE position
7 years ago