Commit Graph

4548 Commits (b34933d9ee3b61dbbd642fd02f244c36d0d14550)

Author SHA1 Message Date
whs 354643d8d9
Add warning for cudnn warpctc kernel in CUDA9\CUDA10. (#18046)
6 years ago
Yiqun Liu 660c1a65f3
Optimize fused_elewise_activation_grad op. (#18041)
6 years ago
lidanqing f8ecc3de89 refactor the function ConvFwdPrimitiveDesc (#17897)
6 years ago
Wojciech Uss 78e932862c Added unit test for QAT FP32 & INT8 comparison (#17814)
6 years ago
tensor-tang 566bf2ec56
concat op support negative axis (#18045)
6 years ago
Yiqun Liu 7e463c84a6
Optimize the concat and split cuda implementation for cases when the number of inputs/outputs is less than 5. (#17979)
6 years ago
tangwei12 101f74cb19
fix save/load in fleet (#17675)
6 years ago
Guo Sheng a06b316b94
Fix GetExpectedKernelType of add_position_encoding_op (#17935)
6 years ago
wawltor 8eb134c3c1
Fix scatter and gather op when has duplicate index (#17952)
6 years ago
lujun 75fcd29220
update load_error_info, test=develop (#18000)
6 years ago
wawltor 2ae8decc90
test=develop (#17984)
6 years ago
cjt222 871af28d6c
add deformable psroi pooling (#17827)
6 years ago
SunGaofeng 40885c225b
add unfold op (new op),test=develop (#17944)
6 years ago
Jacek Czaja 84bb45c054 [MKL-DNN] Thread-Safety for MKL-DNN reusing Part 1 (#17965)
6 years ago
石晓伟 bce259e5bf
Update the Anakin interfaces for content-dnn and MLU (#17890)
6 years ago
Tao Luo 53fd507bae
fix merge conflict of 'Remove attribute in Allocator::Allocate' and elementwise_add_mkldnn_op (#17949)
6 years ago
jerrywgz aab4d12c0e
refine GetExpectedKernelType in conat op, test=develop (#17934)
6 years ago
Zeng Jinle 3ece61f71e
Remove attribute in Allocator::Allocate (#17878)
6 years ago
Yibing Liu 33d1e56506
Enable seq_pool op to accept len 0 input (#17284)
6 years ago
Yihua Xu 9b5017366a Fix the format issue when 'X' is not nchw. (#17833)
6 years ago
Hongyu Liu 8062bd510c
Reshape support tensor attribute (#17781)
6 years ago
Zeng Jinle 0a96ec699c
fix conv v7 workspace size limit error, test=develop (#17902)
6 years ago
Yihua Xu 14a32bf0c4 Fix the accuracy issue while using float precision to get the scale. (#17884)
6 years ago
gongweibao fbbdc9ccad
Add backward and optimizer operator dependency pass. (#17746)
6 years ago
baojun e2c1b7c354 [NGraph] cache compiled function instead test=develop (#17845)
6 years ago
Zhaolong Xing ae576f3c68
fix: when use the load model from memory mode, the RAM occupy is high (#17788)
6 years ago
Zhaolong Xing 5efe8c7287
fix bug: the lod_tensor_to_array op will aplly a new var but not release when dong inference (#17856)
6 years ago
pawelpiotrowicz 39bc8a55a4 [NGraph] Enable ngraph layer_norm operator (#17599)
6 years ago
baojun a4c528a31c [NGraph] some ngraph updates to enable bert (#17739)
6 years ago
baojun 7611208ab7 [NGraph] added gather_grad to ngraph test=develop (#17646)
6 years ago
jerrywgz 92d9bdfce2
fix api doc in slice op, test=develop (#17804)
6 years ago
Hongyu Liu dfec676270
expand op supprt tensor attribute (#17773)
6 years ago
Hongyu Liu 82358bfdc1
ont hot support tensor depth (#16972)
6 years ago
Brian Liu 7cfddf22c8 Optimize bilinear interpolate op with OpenMP (#17800)
6 years ago
wangchaochaohu c10157a5df
revise the cudnn conv choose algorithm to improve the performance(mask rcnn benchmark) (#17753)
6 years ago
mozga-intel 6a6bf597f7 [NGraph] Enable elementwise_div operator test=develop (#17515)
6 years ago
lidanqing d7c5c2bd64 Add input format in Transpose GetHash (#17737)
6 years ago
baojun 2c58f1a83c [NGraph] Added lookup table to ngraph engine test=develop (#17647)
6 years ago
pawelpiotrowicz bacc822492 [NGraph] Enable transpose ngraph operator (#17636)
6 years ago
baojun 90eae0b39a [NGraph] Addded slice op to ngraph test=develop (#17648)
6 years ago
baojun 2fbaa5c075 [NGraph] added matmul op to ngraph engine test=develop (#17645)
6 years ago
Bai Yifan bba57cdd82
Add deformable conv v2 op,test=develop (#17145)
6 years ago
YishengCheng bd15912d65 fix bug for ctr_reader for svm data (#17575)
6 years ago
Yiqun Liu 8fd39f3e99
Enhance fused_elementwise_activation op and add python api in contrib.layers (#17236)
6 years ago
Yiqun Liu 2704479bb2
Optimize recurrent_op using Prepare and RunPreparedContext, avoiding create operators in every iter. (#17689)
6 years ago
pawelpiotrowicz 9b99876442 Enable less_than ngraph operator (#17642)
6 years ago
hutuxian 4ff87c049d
remove useless input 'Softmax@GRAD' from softmax_with_cross_entropy op (#17612)
6 years ago
pawelpiotrowicz 70a887af63 [NGraph] Add reduce_sum operator for Ngraph (#17450)
6 years ago
baojun 29baca0dd8 add depthwise_conv2d op to ngraph engine (#17454)
6 years ago
gongweibao 0d561ef442
fix 2dconn test=develop (#17681)
6 years ago
mozga-intel ccf9e2327b [Lite] Enable cast operator test=develop (#17294)
6 years ago
Yiqun Liu 5782dddad0
Optimize the concat and split kernel for specical cases when the number of inputs/outputs is 2 (#17415)
6 years ago
lidanqing 04b6c29ee0 Improve mobilenetv2 INT8 performance by using INT8 relu as post-op (#17570)
6 years ago
Tao Luo 962eed6f82
Revert "Enable SQRT operator for the nGraph Bridge (#17549)" (#17680)
6 years ago
Krzysztof Binias f34830e2aa Enable SQRT operator for the nGraph Bridge (#17549)
6 years ago
Sylwester Fraczek 96845d2168 add Concat quantization (#17448)
6 years ago
gongweibao 65bbf950ee
Add multi-ncclcomm and 2D ncclallreduce support. (#17263)
6 years ago
Krzysztof Binias b1bd483a7d [NGraph] Enable gelu operator for the nGraph Bridge. (#17547)
6 years ago
chengduo 343017324e
Polish Print Op (#17651)
6 years ago
Zeng Jinle 4aa931dd85
Code clean of Allocator (#17602)
6 years ago
Guo Sheng 430e25654b
Fix the usage of out_grad lod in sequence_slice_op. (#17625)
6 years ago
hutuxian 1670db5e86
Gather Op Index Support int64_t datatype (#17610)
6 years ago
mozga-intel 2b83d75bfa Enable elementwise pow operator for ngraph (#17526)
6 years ago
Zhaolong Xing 61221ebc28
TRT: Support set dynamic range in int8 mode. (#17524)
6 years ago
Michał Gallus 0c39b97b4e [MKL-DNN] Add Fully Connected Op for inference only(#15226)
6 years ago
Krzysztof Binias e9216d0602 Enable logical operators for the nGraph Bridge. (#17543)
6 years ago
Yibing Liu e8990e64f6
Fix trust ratio in lamb (#17614)
6 years ago
chengduo b5f4d5ed0e
Add broadcast operators (#17503)
6 years ago
Sylwester Fraczek bccb0ba49a fix quantize_squash_pass segfault when no tensor linked to Bias (#17292)
6 years ago
mozga-intel 0d4cbdad91 [NGraph] Enable elementwise mul operator (#17552)
6 years ago
mozga-intel f2694e122d [NGraph] Enable assign operator for a ngraph, test=develop (#17437)
6 years ago
mozga-intel cf02cb5e98 Enable elementwise sub operator for ngraph (#17527)
6 years ago
tensor-tang 7ae461eb13
[CPU] refine cpu softmax bwd (#17534)
6 years ago
tensor-tang 0600b370ea
[CPU] refine softmax op fwd on CPU (#17522)
6 years ago
mozga-intel 035771512d Enable elementwise min operator for ngraph (#17521)
6 years ago
jerrywgz c1aae8b8d2
Fix GetExpectedKernelType in Concat op (#17459)
6 years ago
Qiao Longfei 58f7695ab2
Async exe support communicator (#17386)
6 years ago
mozga-intel 109b5aed5a [NGraph] Enable reshape operator test=develop (#17512)
6 years ago
Krzysztof Binias 43d15b9d96 Enable square operator for the nGraph Bridge. (#17551)
6 years ago
Sevin F. Varoglu f86f49e779 [NGraph] add increment op to ngraph engine (#16929)
6 years ago
baojun 8923612b10 NGraph enable parse serialized graph test=develop (#17453)
6 years ago
guomingz 2281ebf0f3 Enable the convolution/relu6(bounded_relu) fusion for FP32 on Intel platform. (#17130)
6 years ago
Yibing Liu f9796b1249
Add LAMB Optimizer support (#17489)
6 years ago
mozga-intel 99ab57123c Enabled ngraph elementwise max operator (#17517)
6 years ago
Tao Luo 3d19f44a89
remove unused SERIAL compiler option (#17500)
6 years ago
mozga-intel 1eb151752e Enable abs operator for a ngraph test=develop (#17436)
6 years ago
liuwei1031 ba70cc499e
fix security bugs : (#17464)
6 years ago
Zhaolong Xing ff7f911b4d
add quant_dequant_moving_avg_max_abs op (#17480)
6 years ago
Qiao Longfei 287de41c04
Optimize communicator flags (#17494)
6 years ago
lvmengsi 10b23a72c1 Double backward elementwise div (#17416)
6 years ago
Zeng Jinle 3d4e8268c6 fix recurrent fwd bug when no backward and scope clear (#17460)
6 years ago
lvmengsi 977e9fcb27
support elementwise_sub double backward (#17476)
6 years ago
chengduo 5a6ab38013 Add record event And remove CSP (#17447)
6 years ago
Yan Xu 0217555530 polish parallel dygraph code (#17164)
6 years ago
Bai Yifan 3a9ae28d32
fix assert,test=develop (#17445)
6 years ago
zhaoyuchen2018 b02f2aff04
Add conditional compile for gru opt (#17368)
6 years ago
Zeng Jinle 712bfb17cb
fix recurrent_op,test=develop (#17433)
6 years ago
mozga-intel 6ee6700fac Eanble stack operator for a Ngraph, test=develop (#17406)
6 years ago
Krzysztof Binias 0823a7bc8b Optimize the sequence padding op (#17403)
6 years ago
baojun 1ce7b45b9e NGraph Added fill_zeros_like op test=develop (#17295)
6 years ago
baojun 910196524d NGraph Added dropout and dropout_grad to ngraph test=develop (#17320)
6 years ago
mozga-intel b189480734 Ngraph Enable gather operator test=develop (#17296)
6 years ago
lvmengsi 4ef631013c Double backward sqrt (#17387)
6 years ago
lvmengsi 5d1ac41b00 Double backward reduce mean (#17372)
6 years ago
jerrywgz 0cae5a36b6
enhance generate mask labels, test=develop (#17380)
6 years ago
Kaipeng Deng bd9bef5a4e
add elementwise_add_grad_grad op (#17366)
6 years ago
jerrywgz 1c6d064627
add collect fpn proposals op,test=develop (#16074)
6 years ago
Kaipeng Deng 60be66e2c0
support fc_op double grad (#17317)
6 years ago
liuwei1031 0863599323
Fix the uninitialized gru_value.output_value. (#17197)
6 years ago
Yihua Xu 218d8d8f73 Optimize the computing kernel of sequence_reverse operator (#17349)
6 years ago
Yiqun Liu dcda20233c
Optimize the elementwise op using eigen (#15494)
6 years ago
Kaipeng Deng 8bae8590ac
add double grad for elementwise_mul op (#17255)
6 years ago
Kaipeng Deng 11d3a38f25
add double grad for square op (#17173)
6 years ago
zhoukunsheng d4b67e1692 Add Where Op(#16793)
6 years ago
zhoukunsheng 1bfff02047 Add Diag Op(#17027)
6 years ago
zhaoyuchen2018 8a2caacdbc
improve gru unit performance. (#16338)
6 years ago
qingqing01 e32c9888f5
Double backward of conv2d. (#17211)
6 years ago
Zeng Jinle fff270eacd
follow comments,test=develop (#17273)
6 years ago
zhoukunsheng 4292bd8687 Mod floordiv (#17251)
6 years ago
xiaoting 9ed4aaada4 modified formula for Lrn (#17281)
6 years ago
zhaoyuchen2018 792443ef23
Refine elementwise kernel. (#16952)
6 years ago
Yiqun Liu 6b84688ba2
Optimize the cuda implementation of sum_op (#17283)
6 years ago
chengduo db5e74ab95
update assert (#17282)
6 years ago
Hongyu Liu c3195de522
Fix concat shape check (#17247)
6 years ago
whs 7d7e29957f Fix bp of roi perspective transform op. (#17216)
6 years ago
baojun 7bd1d03ee5 Adding lrn op for ngraph engine (#17189)
6 years ago
gongweibao 91784f8ec3
Fix code in document. (#17237)
6 years ago
Zeng Jinle 4f8594088d
Enhance inplace/mem-opt pass and enhance softmax_with_cross_entropy op inplace (#17225)
6 years ago
baojun e782b54b9c update sofmax with axis arg test=develop (#17190)
6 years ago
Kaipeng Deng a71d8fdb87
Softmax_cross_entropy op add axis (#16806)
6 years ago
Zhen Wang a914d9b116
Quant output scale (#17215)
6 years ago
zhaoyuchen2018 32b62c25af
optimize sum op (#16820)
6 years ago
石晓伟 a72dbe9abf
Cherry-pick benchmark related changes from release/1.4 (#17156)
6 years ago
jerrywgz ef66baedc0
Refine api doc (#17230)
6 years ago
jerrywgz cc95a7516c
fix distribute fpn proposals, test=develop (#16152)
6 years ago
Zeng Jinle ee2028a110
Add use_cuda to inplace pass (#17205)
6 years ago
jerrywgz a72907bbf4
Enhance concat op to support empty input. (#17015)
6 years ago
Zeng Jinle 4e1bc6e805
Rewrite inplace pass and fix gc bug (#17126)
6 years ago
Zeng Jinle 08773b6069
fix reader default stream,test=develop (#17106)
6 years ago
xiaoting bc48453b73 polish the label_smooth (#17138)
6 years ago
Leo Zhao bf4b21fa3d fix assertion failure issue when test_analyzer_bert uses ngraph (#17148)
6 years ago
tangwei12 deb510d451
cvm op feature (#17081)
6 years ago
Zeng Jinle 28d69d710a
Refine dropout gpu memory (#17095)
6 years ago
Huihuang Zheng b9494058b3
Use CudnnWorkspaceHandle in exhaustive search (#17082)
6 years ago
xiaoting 7da7881c0e Detailed coordinate description for yolov3 loss (#17007)
6 years ago
ceci3 258e000be6
test=develop, double backward leaky_relu (#17067)
6 years ago
Kaipeng Deng 10c487eb21
fix interpolate cu. test=develop (#17101)
6 years ago
whs 55ce36e981
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090)
6 years ago
Yan Xu 0b07eef118
ParallelDyGraph with GPU collective mode (#16827)
6 years ago
Zeng Jinle 0c335dcd2c
Make conv cudnn workspace size configurable (#17036)
6 years ago
jerrywgz ea3504c7ec
Merge pull request #17017 from jerrywgz/fix_potential_hung
6 years ago
qingqing01 c1c2633a63
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862)
6 years ago
tangwei12 45136b1b41 fix bug in save, test=develop
6 years ago
jerrywgz 47013af0a6
Merge pull request #17011 from jerrywgz/enhance_generate_proposal_labels
6 years ago
jerrywgz b2df6de860 fix potential hung in generate proposals, test=develop
6 years ago
qingqing01 ea42e431f8
Speed unit testing. (#16978)
6 years ago
jerrywgz d3a66fc616 enhance generate proposal labels, test=develop
6 years ago
Zeng Jinle 1202d3fc74
Refine model gpu memory (#16993)
6 years ago
Yibing Liu 3c375751f8
Support seq len equal to 0 in sequence ops (#16935)
6 years ago
Yibing Liu 36c05d36ab
Check some shapes only in runtime (#16919)
6 years ago
gongweibao cbdb8a17b1
Polish DGC code (#16818)
6 years ago
Guo Sheng 9f1d4a152b
Merge pull request #16902 from guoshengCS/refine-infer-shape
6 years ago
Guo Sheng caf2848356
Merge pull request #16898 from Superjomn/fix/logical_op_infershape
6 years ago
tangwei12 2b61db07d1
fix sampling id op bug (#16909)
6 years ago
Kevin c474e7ddf5 fix overflow by int32 mul test=develop (#16794)
6 years ago
Hongyu Liu baf60e3a27
Merge pull request #16907 from xuezhong/fix_infershape_bug2
6 years ago
Yan Chunwei 8cff2b4231
Update logical_op.cc
6 years ago
Hongyu Liu 40be9590d4
Merge pull request #16897 from velconia/fix_split_lod_tensor_op_infer_shape
6 years ago
Hongyu Liu d68fb792f8
Merge pull request #16890 from colourful-tree/dev
6 years ago
Hongyu Liu ad2a2bb063
Merge pull request #16913 from phlrain/fix_bpr_loss
6 years ago
Hongyu Liu 8bd549bb68
Merge pull request #16861 from tensor-tang/refine/infershape
6 years ago
Hongyu Liu 9d5d44f939
Merge pull request #16840 from phlrain/fix_shape_check_many
6 years ago
SunGaofeng 0508c9869c
Merge pull request #16853 from SunGaofeng/affine_modify
6 years ago
tangwei12 008fd785fd
fix/positive negative pair op (#16895)
6 years ago
Hongyu Liu d5a7c09856
Merge pull request #16798 from phlrain/softmax_cross_support_high_rank
6 years ago
xiaoting 431eab648e
Merge branch 'develop' into yolov3_loss
6 years ago
xuezhong 9c6ee7cf4c add <memory>
6 years ago
xuezhong 742d758747 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_infershape_bug2
6 years ago
phlrain ddd9e1cb66 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bpr_loss
6 years ago
phlrain 01eda557cd fix bpr loss; test=developp
6 years ago
xuezhong 41740519df add <memory>
6 years ago
xuezhong 4791029f19 remove <memory>
6 years ago
xuezhong fb75bd3e9c remove <memory>
6 years ago
xuezhong afbc435adf fix infershape check bug
6 years ago
Yan Chunwei 916930a8ae
Update logical_op.cc
6 years ago
jerrywgz f4626ee425
Merge pull request #16873 from jerrywgz/roi_align_infer_shape
6 years ago
xuezhong 5663fbfb0a fix infershape bug
6 years ago
tensor-tang be18636e59 Merge remote-tracking branch 'ups/develop' into refine/infershape
6 years ago
Hongyu Liu 0701c2db47
Merge pull request #16518 from zhoukunsheng/rsqrt
6 years ago
guosheng f641a47bb1 Refine ENFORCE in infer_shape of gru_op and lstm_unit_op.
6 years ago
tensor-tang ed892ebaf9 update
6 years ago
tensor-tang 411b9ba520 update
6 years ago
superjomn 0c233e8870 up
6 years ago
superjomn f0985cecb9 fix logical op infershape
6 years ago
minqiyang 592011bbcf Fix infer shape of split lod tensor op
6 years ago
phlrain d722841622 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
6 years ago
phlrain 5309b081f6 simple code; test=develop
6 years ago
liuwei1031 6864370a9e
scatter_op bug fix, test=develop (#16866)
6 years ago
jerrywgz 46bd853c10
Merge pull request #16843 from ceci3/infershape
6 years ago
Hongyu Liu 779ffb844b
Merge pull request #16876 from tink2123/infer_shape
6 years ago
phlrain 766c868199 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
6 years ago
Tao Luo d966faae95
Merge pull request #16852 from sneaxiy/fix_merge_lod_tensor_op_infer_shape
6 years ago
phlrain f7a5a98fdb remove unused code; test=develop
6 years ago
heqiaozhi 1cca7114c6 fix infer
6 years ago
jerrywgz c139f1e049 refine roi align infer shape, test=develop
6 years ago
Hongyu Liu 208abe9763
Merge pull request #16787 from phlrain/fix_concat_shape_2
6 years ago
zhaoyuchen2018 44bd3a630e
Merge pull request #16857 from zhaoyuchen2018/sumreshape
6 years ago
whs 6429877816
Fix infer_shape in pad2d_op (#16831)
6 years ago
乔龙飞 Qiao Longfei 8a7daeea4c
Merge pull request #16871 from jacquesqiao/fix-shape
6 years ago
Jacek Czaja 87a44b1149 [MKL-DNN] Added reusing of primitive descriptors (fp32) (#16667)
6 years ago
liuwei1031 072db0938b
optimize lstmp and sample_logits op, test=develop (#16845)
6 years ago
phlrain a5d1f9cf66 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_check_many
6 years ago
phlrain 87916f8d84 simple code;test=develop
6 years ago
tink2123 e0f7bf4f2f polish the code
6 years ago
Jiabin Yang 84b7a7291e test=develop, fix hsigmoid dereference nullptr (#16769)
6 years ago
Kaipeng Deng 19bb53fa61
Merge pull request #16850 from heavengate/fix_infer_shape
6 years ago
Hongyu Liu 2de7f3cfc3
Merge pull request #16799 from phlrain/sigmoid_corss_entropy_support_high_rank
6 years ago
tink2123 ffe81af073 modified infer shape
6 years ago
Tao Luo a67fbffdca
Merge pull request #16854 from luotao1/conv_shift_infershape
6 years ago
Qiao Longfei 0e663d7f51 fix split_byref_op infer shape
6 years ago
phlrain 7e933056ae Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_shape_2
6 years ago
phlrain 64bf752dcc fix concat; test=develop
6 years ago
Hongyu Liu c96ee47d01
Merge pull request #16797 from phlrain/fix_split
6 years ago
ceci3 74fc786097 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into infershape
6 years ago
ceci3 dd4c54cd37 test=develop
6 years ago
colourful-tree 434caab21b
Merge pull request #16741 from colourful-tree/dev
6 years ago
zhaoyuchen aeddb14148 Fix sum infershape issue
6 years ago
tensor-tang 10879a3cae separate runtime infershape
6 years ago
Hongyu Liu e9cdd0e0cd
Merge pull request #16826 from zhoukunsheng/all_any
6 years ago
SunGaofeng 76888b0ba1 modify in pad_op and pad_constant
6 years ago
Zhen Wang cabea96789
Merge pull request #16838 from wzzju/fix_quan_transform
6 years ago
Tao Luo 6f0a40fa29 Fix conv_shift_op infershape
6 years ago
dengkaipeng e590588a02 fix for itnerpolate. test=develop
6 years ago
乔龙飞 Qiao Longfei bcc0d41646
Merge pull request #16822 from jacquesqiao/optimize-merge-add
6 years ago
SunGaofeng 2120f075a3 modify infer shape in pad_op.cc, pad_constant_like_op.cc. No need in psroi_pool_op.cc, crop_op.cc
6 years ago
sneaxiy 4a83522c38 fix merge_lod_tensor_op infer shape, test=develop
6 years ago
wanghaoshuang 89c2bc09ea Fix infer_shape in pad2d_op
6 years ago
dengkaipeng b2dcdb5100 infer shape compatable -1. test=develop
6 years ago
ceci3 55f572b2da Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into infershape
6 years ago
ceci3 87d89dfe14 fix batch_norm and cos_sim infer shape, test=develop
6 years ago
乔龙飞 Qiao Longfei 82cff5ec42
Merge pull request #16762 from jacquesqiao/add-async_sparse_param_update_recorder
6 years ago
phlrain 165a7bd5a1 fix shape check many; test=develop
6 years ago
Zhen Wang d988a24a14 fix the hang bugs of memory copying. test=develop
6 years ago
Yibing Liu 4267a81afc
Correct the lod level of compiled time in lod_reset (#16790)
6 years ago
chengduo c62674f475
Refine StaticRnn (#16707)
6 years ago
SunGaofeng 1f2afccf30 test=develop (#16783)
6 years ago
tink2123 06156b6cb7 polish yolov3 loss annotation
6 years ago
zhoukunsheng bb8ea1637d fix 16823: delete default_grad register for reduce_all, reduce_any
6 years ago
Qiao Longfei faae1b4170 fix cpplint test=develop
6 years ago
zhoukunsheng 4aa594e3e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago