Commit Graph

1965 Commits (19f2475af1681fe4fe314b28aa207b63a543e726)

Author SHA1 Message Date
fengjiayi dafd449c68 Unify `step_block` and `block` to `sub_block`
8 years ago
guosheng 181db32649 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
8 years ago
Guo Sheng 7ab48aec00
Merge pull request #6586 from guoshengCS/enhance-ReduceOp
8 years ago
Yibing Liu 0a75ed6f5b Add unit test for dimension inference in reshape_op
8 years ago
Yibing Liu 685d1e3b33 Enable reshape_op to support dimension inference
8 years ago
typhoonzero 40d0fff2e5 single pserver workable version
8 years ago
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
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
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
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
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
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