Commit Graph

3978 Commits (d26e4507dac94e0de3a24816541f06082770bc35)

Author SHA1 Message Date
qingqing01 fd4c4df93d
Cuda speed for generate_proposals_op. () 7 years ago
tensor-tang 8c69764d12 add vmul unit tests 7 years ago
tensor-tang 084893a9a9 add vadd kernel 7 years ago
wanghaoshuang 153d4f5d15 test=develop 7 years ago
wanghaoshuang 5d7395cd0f Fix warning of roi perspective transform op. 7 years ago
Yan Chunwei 9e8d372ff4
hide attention lstm fuse () 7 years ago
Dang Qingqing f7bd1761a0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update 7 years ago
Wu Yi 10dffc68cd
Merge pull request from typhoonzero/revert_13530 7 years ago
sneaxiy f1a08a3bab test=develop 7 years ago
tangwei12 97cf1eb6d7
Add distributed unit tests about text_classification/simnet-bow/ctr () 7 years ago
typhoonzero a4f7696a18 Revert "Some trivial optimization ()" 7 years ago
tangwei12 85362e98dd
Batch AUC () 7 years ago
tensor-tang 6938e6cf06
Merge pull request from tensor-tang/refine/peephole 7 years ago
Zhaolong Xing 9b03d53543
Merge pull request from NHZlX/add_ut_for_trt 7 years ago
Wu Yi 16e73e0d28
hide operator API () 7 years ago
tensor-tang eeff268a6c clean and refine kernels 7 years ago
tensor-tang dee5d35c20 refine vmul 7 years ago
tensor-tang 209e9c3db1 refine peephole 7 years ago
Dang Qingqing d94920ce6f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update 7 years ago
chengduo 1d91a49d2f
Some trivial optimization () 7 years ago
ktlichkid 5093afced1 Fix bug in sequence_slice_op 7 years ago
Xin Pan ebf9171df3
Merge pull request from panyx0718/infer 7 years ago
nhzlx 6c81230683 update code for config change 7 years ago
tensor-tang 92031968d7 init vmul kernel 7 years ago
tensor-tang b9acbcc8c5 init lstm kernel 7 years ago
tensor-tang c260bf942d init jit kernel 7 years ago
nhzlx 5c57e15044 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt 7 years ago
Tao Luo f67483bf3b add seq_conv UT () 7 years ago
Tao Luo c07b2a97a9
Merge pull request from Sand3r-/mgallus/fix-pooling-ceiled-size 7 years ago
Tao Luo d0000082c4
Merge pull request from sfraczek/sfraczek/conv-relu-update 7 years ago
dzhwinter cc20867d49
flags () 7 years ago
dzhwinter 7806c5625f
fix enforce () 7 years ago
Michal Gallus 0e6b303f54 MKLDNN Pooling: inline functions handling ceiled mode 7 years ago
minqiyang b1448ded40 Port clip and clip_by_norm op to nn and change API.sepc 7 years ago
Yu Yang 21bb9e91fc
Merge pull request from reyoung/revert_callstack 7 years ago
gongweibao be97c47efc merge 7 years ago
gongweibao 3dc54af2d3 merge 7 years ago
Michal Gallus f465b03ef9 Enable MKLDNN in Analysis Predictor 7 years ago
Xin Pan cbdf9833e3 hide create_passes_from_strategy for now 7 years ago
Sylwester Fraczek e5d1bd1e93 remove unused variable nodes2delete 7 years ago
Sylwester Fraczek a49aa4dac9 make bias unnecessary for ConvRelu fuse 7 years ago
Sylwester Fraczek 493ef0c8df do not remove conv node just rewire the output 7 years ago
Sylwester Fraczek 667b661786 updated the test 7 years ago
Zeng Jinle 2cd558fb36
Merge pull request from sneaxiy/fix_api_kwargs 7 years ago
Yan Chunwei e426cdae32
fix inference output with lod () 7 years ago
Xin Pan bc1fa4fd6f
Merge pull request from panyx0718/doc 7 years ago
sneaxiy 48d82bd008 add out params 7 years ago
Dang Qingqing b7146d60e4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update 7 years ago
Yu Yang 46498bf1a0
Merge pull request from reyoung/hide_parameter 7 years ago
gongweibao 6ba86617ba Merge branch 'generator2' of https://github.com/gongweibao/Paddle into generator2 7 years ago
gongweibao 1113337764 merge 7 years ago
Xin Pan 7ba55aa294 fix CMAKE 7 years ago
Xin Pan 6974265292 support offline train 7 years ago
Yu Yang 606dfb13d5
Merge pull request from reyoung/feature/remove_trainer_api 7 years ago
Xin Pan f117feab0c modify comments 7 years ago
Yu Yang 7119d6c3cf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_callstack 7 years ago
Xin Pan c2b3838cf5 add some comments 7 years ago
Yan Chunwei 5de14c6b96
refine inference api () 7 years ago
Wu Yi aeb2dc2b05
Nccl2 dist API () 7 years ago
dzhwinter c66a8d2cd8
add guide () 7 years ago
dzhwinter 24447ec517
flags () 7 years ago
dzhwinter 4fd5eb2255
"refine cmake" () 7 years ago
Xin Pan 0d9ee0dced fix resolve conflicts 7 years ago
Xin Pan b43e49fa31 fix 7 years ago
Xin Pan afc603c108 update API.spec 7 years ago
Xin Pan 36c2a9af27 pass builder allow cutomize pass in python. 7 years ago
Xin Pan 355a2265a0 update API.spec 7 years ago
Xin Pan eb1aeb175b
Merge pull request from baiyfbupt/softshrink 7 years ago
dzhwinter 97636a9fcf
"fix link error" () 7 years ago
Jiabin Yang efc2ac950c
Merge pull request from JiabinYang/mac/fix_mac_compile 7 years ago
Qiao Longfei bcc7bff12f
Merge pull request from jacquesqiao/fix-img_conv_group-doc 7 years ago
nhzlx baae7e4f63 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt 7 years ago
baiyf 3986242e5e remove kwargs 7 years ago
Zeng Jinle a8f66365c9
Merge pull request from sneaxiy/fix_api_kwargs 7 years ago
sneaxiy 70e70d7d38 fix api.spec 7 years ago
nhzlx 2763321684 fix comments 7 years ago
Yan Chunwei 90bc14da24
simple fix on inference tester helper () 7 years ago
sneaxiy 6724801884 fix conflict 7 years ago
Xin Pan a54c423e61
Merge pull request from tensor-tang/remove/kwargs 7 years ago
chengduo cdf3a4c244
Fix concat_op InferShape () 7 years ago
gongweibao 08b22cf1f5 Merge branch 'generator2' of https://github.com/gongweibao/Paddle into generator2 7 years ago
gongweibao a30194743b fix api 7 years ago
gongweibao bee213e51f fix conflict 7 years ago
gongweibao 54f685dbb1 add api 7 years ago
tensor-tang b9d7bd487f
Merge branch 'develop' into remove/kwargs 7 years ago
sneaxiy 3ad3635de0 fix conflict 7 years ago
sneaxiy 3ee0a6489d remove kwargs in python api 7 years ago
Xin Pan 6537b175c4
Merge pull request from wzzju/remove-kwargs 7 years ago
Zeng Jinle f855c05fff
Merge pull request from sneaxiy/enhance_eager_delete 7 years ago
gongweibao b619c5e655 merge 7 years ago
gongweibao 01396d91db Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2 7 years ago
gongweibao b07c563acf clean 7 years ago
nhzlx 0514882bc5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt 7 years ago
nhzlx 1f6c9dbad4 fix typo 7 years ago
gongweibao dda9c3556e fix 7 years ago
JiabinYang c324cdeff8 fix roi_perspective_transform_op.cc unused variable caused error on macos 7 years ago
Dang Qingqing ba8ba3000b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update 7 years ago
Yu Yang 3043f51b3a
Merge pull request from reyoung/fix_ce 7 years ago
gongweibao ff47841796 fix 7 years ago
tensor-tang 6d2ce745a6 Merge remote-tracking branch 'ups/develop' into remove/kwargs 7 years ago
Yu Yang f7af695801
Merge pull request from reyoung/fix_selected_rows_functor_test 7 years ago
Wu Yi 29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training () 7 years ago
tensor-tang f42a12dadc Merge remote-tracking branch 'ups/develop' into remove/kwargs 7 years ago
Yu Yang e1913bc5d8 Fix MixedVector 7 years ago
tensor-tang 560ad776e3 update api spec 7 years ago
Dang Qingqing cc94b157bf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update 7 years ago
Tao Luo dbf07982a7
Merge pull request from luotao1/for_test 7 years ago
tensor-tang 567b711db9 remove kwargs of brelu, leaky_relu and soft_relu 7 years ago
whs fc44087d31
Add roi perspective transform op. () 7 years ago
tensor-tang 2582fecaf7 fix dtype 7 years ago
Zhen Wang 2b2337ee77 change the line 382 of API.spec 7 years ago
tensor-tang 215cdafeae fix api spec order 7 years ago
Zhen Wang 26857692cd remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish 7 years ago
sneaxiy 192c49cb07 modification 7 years ago
sneaxiy 03a99a8afa Merge develop 7 years ago
sneaxiy 0a36ef3c18 enhance eager deletion 7 years ago
tensor-tang 3b7d9f7b83 remove kwargs of some activation api 7 years ago
Dang Qingqing 605907fe85 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update 7 years ago
Qiao Longfei a32ad64484
Merge branch 'develop' into fix-img_conv_group-doc 7 years ago
Yu Yang 6d2c6f96f1 Revert "Revert "Merge pull request from chengduoZH/refine_lod"" 7 years ago
Xin Pan f66d08c2e0
Merge pull request from panyx0718/doc 7 years ago
Yu Yang a6c8d6b9a2 Revert "Merge pull request from chengduoZH/refine_lod" 7 years ago
nhzlx f277f53c33 out of memory... i bet it's the last time commit for this pr 7 years ago
Yu Yang 3ef32b6754 Remove Parameter APIs 7 years ago
Zeng Jinle 7f1e312677
Merge pull request from sneaxiy/refine_sparse_adam 7 years ago
qiaolongfei 946dabad3a add paddle.fluid.nets.img_conv_group to API.spec 7 years ago
luotao1 abf019f61d Merge branch 'develop' into for_test 7 years ago
Yu Yang b5996fa124 Fix unstable selected_rows_functor_test.cu 7 years ago
Tao Luo b75887514e Refine infer api test () 7 years ago
sneaxiy d775087dc7 Merge develop 7 years ago
Dang Qingqing 9e580631aa Fix conflicts. 7 years ago
luotao1 3ba7e74db2 use clone(for_test=True) replace get_inference_program 7 years ago
sneaxiy a29b4227eb fix sparse gradient clip 7 years ago
Yihua Xu 87086b1386 Refine activation for GRU operator () 7 years ago
chengduo d402234ba8
Feature/op_fuse_pass () 7 years ago
nhzlx a0a6789347 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt 7 years ago
nhzlx 0c51170052 fix the ut test error :) 7 years ago
nhzlx 4801beb101 add arguments for trt config 7 years ago
Xin Pan 2b007fb55d update API.spec 7 years ago
Qingsheng Li 21ec93aa7e
[WIP]Sequence Scatter Op () 7 years ago
nhzlx 202e0a1ee1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt 7 years ago
nhzlx 4c52be07dd fix ut error 7 years ago
Tao Luo f1cbb4b0bd
Merge pull request from luotao1/inference_transpiler 7 years ago
Xin Pan 23ba766252
Merge pull request from panyx0718/ir5 7 years ago
Jiabin Yang 60d163ab17
Merge pull request from JiabinYang/mac/fix_compile 7 years ago
nhzlx dcc09dce35 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt 7 years ago
nhzlx 94a57f1d83 add trt config to arguments 7 years ago
Xin Pan 759dae0493
Merge pull request from panyx0718/ir3 7 years ago
luotao1 ff37993bf3 hidden InferenceTranspiler 7 years ago
chengduo fd8d83e68a
Fix the nested dyn_rnn () 7 years ago
whs cf128231c6
Add truncated gaussian initializer. () 7 years ago
Xin Pan 0bd7a67eaf avoid creating dangling ir::Node. 7 years ago
Zeng Jinle 642cf6ca2f
Merge pull request from sneaxiy/dam_save_memory 7 years ago
JiabinYang 9d2d3096c5 fix mac compile error 7 years ago
Yu Yang aa79bccfff
Merge pull request from reyoung/fix_data_transform 7 years ago
whs 5dc5175007
Add python api for expand op. () 7 years ago
Dun 253f618ac7 loosen the restriction of output_size in conv2d_transpose () 7 years ago
Yu Yang 155ebbb9dc
Merge pull request from chengduoZH/speed_up_lod_tensor_to_array 7 years ago
Yu Yang 93456fc676
Merge pull request from reyoung/feature/hide_recordio_reader 7 years ago
Wu Yi efafc72f62
Hide program APIs () 7 years ago
nhzlx 68fb818aa8 add ut of trt common models 7 years ago
qingqing01 c9e5c1e41b
Hidden ParallelDo. () 7 years ago
chengduo 6757a31552
[Accelerate] Refine seq_softmax_op () 7 years ago
Yibing Liu 9cc1937d43
Merge pull request from kuke/fix_seq_pad 7 years ago
Yu Yang 2c31ea9293
Merge pull request from chengduoZH/refine_seq_concat 7 years ago
Yu Yang 5996e224fa
Merge pull request from chengduoZH/refine_seq_pool 7 years ago
sneaxiy fd3e32ea7d Merge develop 7 years ago
Xin Pan 5ce77889f4 clean unused inference_optimize c++ implementation 7 years ago
Yu Yang 922dee3b43 Wait input when data transform 7 years ago
Dang Qingqing 51d1afd7c4 Update code and fix install 7 years ago
sneaxiy b6f61faf13 fix adam 7 years ago
Yu Yang e704aa2cc6 Update API spec 7 years ago
chengduoZH 6534f8527a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_lod 7 years ago
chengduo 72dd6b37d9
Add sequence_expand_as_op () 7 years ago
chengduoZH 7b464d68a0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into speed_up_lod_tensor_to_array 7 years ago
chengduoZH 24459501fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_concat 7 years ago
chengduoZH f92b07f0b5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_pool 7 years ago
Xin Pan a83a4fab5c
Merge pull request from panyx0718/ir2 7 years ago
Yu Yang e39899da16 Fix bug in test_detection_map_op 7 years ago
Tao Luo 2d89849125 add WITH_INFERENCE_API_TEST option () 7 years ago
sneaxiy 0718113a9c modification 7 years ago
chengduoZH 6d0370d27a fix warning 7 years ago
chengduoZH 0d7519171e speed up lod_tensor to array and array to lod_tensor 7 years ago
sneaxiy d9942cd122 Merge develop 7 years ago
gongweibao 0c8c0d943f
fix macunittest () 7 years ago
Zeng Jinle 1e44201cb6
Merge pull request from sneaxiy/feature/eager_delete_tensor 7 years ago
Yu Yang cd69e1dd2a
Merge pull request from chengduoZH/debug_while_op 7 years ago
chengduoZH b57a2b989b remove test_seq_concat_op 7 years ago
Zhaolong Xing 552cdc127d
Merge pull request from NHZlX/add_dropout_simoid_trt 7 years ago
chengduoZH cdb9605bad refine 7 years ago
sneaxiy 114eb17587 fix executor bug 7 years ago
yuyang 48a5b08a90 Remove recordio from API.spec 7 years ago
Zeng Jinle 4c489180e6
Merge pull request from sneaxiy/feature/eager_delete_tensor 7 years ago
Xin Pan e5b322051b clean 7 years ago
Xin Pan ec6ee0a293 simplify and hide bcast_params 7 years ago
chengduoZH 284519561d add doc 7 years ago
yuyang c809fee3b0 Fix bug of Vector::Extend 7 years ago
chengduoZH def2a8b1b0 Async memcpy 7 years ago
chengduoZH cacf549e8a refine seq_pool 7 years ago
chengduoZH f8c55fb2c7 add api 7 years ago
chengduoZH e7940141ce refine seq_concat 7 years ago
Tao Luo e2e6a6f610
Merge pull request from cjld/fix 7 years ago
nhzlx cc4a7661c6 merge develop 7 years ago
nhzlx d40402f9b7 add dropout and sigmoid op converter 7 years ago
sneaxiy a58a528436 modification 7 years ago
sneaxiy 7116cc12fb Merge develop 7 years ago
sneaxiy abf9832c12 tiny change to save memory 7 years ago
Tao Luo f15def6403
Merge pull request from jerrywgz/fix_maxout 7 years ago
gongweibao 239a83860b
Fix VarHandle return bug. () 7 years ago
tensor-tang 7c8730824a
Merge pull request from tensor-tang/refine/op/lstm 7 years ago
Jiabin Yang edb9e56934
Merge pull request from JiabinYang/mac/ci_unitest 7 years ago
Dun e0bca5f866 Implement slice grad operator. () 7 years ago
Tao Luo 03dc7b79e9
Merge pull request from jerrywgz/fix_rnn_memory_helper 7 years ago
sneaxiy 612e1a3155 modification 7 years ago
Dun Liang 60afef1e85 fix code style 7 years ago
Yibing Liu 1c87558c4a Revert changes for debug 7 years ago
Yibing Liu 8edf60ceda Merge branch 'develop' of upstream into fix_seq_pad 7 years ago
Wu Yi 437debf40e Fix mac ci dist () 7 years ago
sneaxiy d0b2453ecd merge develop 7 years ago
sneaxiy 24ea39c4c6 feature/eager_delete_tensor 7 years ago
Tao Luo 9f03ce6c4a
Merge pull request from Superjomn/refine/simple_fix 7 years ago
Tao Luo 40c54db301
Merge pull request from bingyanghuang/bingyang/seq_pool_memcpy 7 years ago
tensor-tang e09cf031a8 refine src and header 7 years ago
tensor-tang 3db1e41e12 Merge remote-tracking branch 'ups/develop' into refine/op/lstm 7 years ago
Tao Luo bdbf1bc820
Merge pull request from jerrywgz/fix_prelu 7 years ago
Yan Chunwei 3725f22442 Hotfix/api predictor () 7 years ago
Tao Luo 65b1fbb5d8
Merge pull request from luotao1/fix_cmake 7 years ago
JiabinYang 87b11179e5 add unitttest for mac on ci after some untest being disable 7 years ago
Michał Gallus 8cbefd1a43 Fuse Conv+BN+SkipConnectionAdd+ReLU with transpiler temporarily () 7 years ago
Qiyang Min f00081a419
Merge pull request from velconia/make_mac_pass_build 7 years ago
Yibing Liu 9e3245e3bd Merge branch 'develop' of upstream into fix_seq_pad 7 years ago
Yibing Liu f6595811a1 Get sequence length in sequence_pad op & fix sequence_mask op 7 years ago
tensor-tang 5fd2ffdce7
Merge pull request from tensor-tang/fea/ut/vis 7 years ago
bingyanghuang 76553c5a6d fix travis-ci 7 years ago
luotao1 e93c7b62dc fix text_classification downlaod error 7 years ago
tensor-tang bc9971dd6c fix deps 7 years ago
Zhaolong Xing 036dc34f49
Merge pull request from JiabinYang/mac/unittest_ci 7 years ago
Xingyuan Bu 9e2e893f59 Enhence generate_proposal_labels_op and fix some bug. () 7 years ago
tensor-tang 7d5118a9d5 Merge remote-tracking branch 'ups/develop' into refine/op/lstm 7 years ago
tensor-tang ff858d35ed fix bug and enable on batch mode as well 7 years ago
Yan Xu 23ec966cd3
Merge pull request from Yancey1989/parallel_bcast 7 years ago
tensor-tang 8dea07f209 fix comopile 7 years ago
tensor-tang 612ba41aee add simple lstm compute 7 years ago
tensor-tang 26fc698f85 disable mkldnn fuse on ocr test 7 years ago
JiabinYang 9a9105018d fix mac compile error in subgraph_splitter 7 years ago
tensor-tang 1a99302c14 refine and reuse code 7 years ago
tensor-tang b7a64e8698 fix confilts 7 years ago
tensor-tang 4e4f952dea Merge remote-tracking branch 'ups/develop' into fea/ut/vis 7 years ago
tensor-tang 89d09e6594
Merge branch 'develop' into fea/ut/vis 7 years ago
Zhaolong Xing c9995289f1
Merge pull request from NHZlX/fix_subgraph_bug 7 years ago