Commit Graph

9919 Commits (e081c7a05de8cd183e5db0e18df9c22d9f564a14)

Author SHA1 Message Date
songyouwei b813c948f0
support control flow cond in dygraph mode (#22693)
6 years ago
Leo Chen b2c1be851a
support cond in clone, test=develop (#22657)
6 years ago
zhupengyang 2143bd5738
enhance shape check if use user_defined_grads in check_grad (#22722)
6 years ago
tianshuo78520a fa449c886f
fix typo word (#22761)
6 years ago
Huihuang Zheng 66991218ec
Add Basic Function Return Type Analysis (#22747)
6 years ago
songyouwei 60aaa7158b
dygraph support while_loop op (#22714)
6 years ago
chengjuntao 15c2667143
register fp16 for assign op (#22744)
6 years ago
cc fb15aa1c5b
Ngraph op tests skip check grad ci (#22688)
6 years ago
Huihuang Zheng 1b561da1f7
Change API doc example code to python3 style print (#22735)
6 years ago
dyning 1c0653462d
fix generate_mask_labels lod level (#22743)
6 years ago
GaoWei8 ba140222d6
fix compile&runtime lod_equality of lod_reset (#22737)
6 years ago
hutuxian 175954d894
PaddleBox Framework Part2 (#22466)
6 years ago
ShenLiang 3132681e8a
add partial_sum op in contrib (#22292)
6 years ago
Double_V 163a3ddfe3
fix row_conv_op small size unittest cases (#22606)
6 years ago
ShenLiang e136661304
add partial_concat op in contrib (#22528)
6 years ago
Aurelius84 dab5e5d8bc
Add IsControlFlowIfVisitor in ast_transformer (#22709)
6 years ago
liym27 68c76793ca
support dygraph basic api transformed to static api (#22678)
6 years ago
Double_V 3f7f922d6c
about set no_grad_set, move row_conv to NOT_CHECK_OP_LIST (#22721)
6 years ago
zhupengyang 9b8caaa220
remove unnecessary cases with no_grad_set for prelu (#22707)
6 years ago
mamingjie-China a5b0758ff7
fix the doc in elementwise_add elementwise_sub elementwise_mul elementwise_div
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
tangwei12 66a3150135
SYNC with communicaotor (#22344)
6 years ago
Yiqun Liu 22bbd54719
Add the support of fp16 in fusion_group (#22239)
6 years ago
dyning 769c032fc4
fix spp test (#22675)
6 years ago
Yang Zhang 1a595d8e90
Remove `no_grad_set` usage from "conv_shift" op tests (#22683)
6 years ago
Leo Chen d39d8bee4e
unexpose tracer, test=develop (#22661)
6 years ago
Aurelius84 08b09f6447
Support if/else in dygraph_to_static (#22540)
6 years ago
wangchaochaohu 7a4c29e0e0
add fuse_group python unitest (#22532)
6 years ago
Wojciech Uss 405bb94bd1
Fix batch_num default value (#22682)
6 years ago
Huihuang Zheng 14672a6364
Add Basic Node Var Type Analysis (#22603)
6 years ago
bingyanghuang 6abeb5c54d
fix ernie accuracy doc (#22671)
6 years ago
songyouwei 0aee43005a
Linear use mul op (#22662)
6 years ago
HappyAngel df144e2188
add no_check_list for no_grad_set rule (#22571)
6 years ago
lidanqing d926214535
[UT coverage] improve the mul_mkldnn_op line coverage (#22408)
6 years ago
wangchaochaohu c65c6ae534
add flag to control profile level in python API (#22319)
6 years ago
Wojciech Uss fce37bc593
Doc update with Ernie QAT INT8 benchmarking (#22519)
6 years ago
liym27 17a6b50fe3
support num_flatten_dims=-1 of API fc. (#22634)
6 years ago
Aurelius84 8b41e2b3d1
add gast to replace ast test=develop (#22630)
6 years ago
123malin 00594c1c88
support dumping params/grads in transpiler mode (#22490)
6 years ago
zhouwei25 d86007775f
fix py_func bug when out is list and add unittest case (#22595)
6 years ago
songyouwei d9f0c9f51c
support set param with None value (#22418)
6 years ago
Chen Weihang 192110725a
Add Queue.get delay for multiprocess data loader (#22604)
6 years ago
Kaipeng Deng f5db451d3b
fix compute priority. test=develop (#22619)
6 years ago
Jiawei Wang 8f035fb637
Add TopK Op Grad CPU&GPU Kernel test=develop (#22628)
6 years ago
xiaoting 3f0ca61a82
fix noam decay example, test=develop,test=document_fix (#22557)
6 years ago
guofei 9ed59da443
Modify english document and unittest of while_loop (#22615)
6 years ago
Chen Weihang fc645d8a47
Fix data loader test failed problem in release 1.7 (#22624)
6 years ago
123malin e59463efc7
test=develop, add distributed tools (#22623)
6 years ago
tangwei12 1aab3e61c9
add texttable for pretty flag output (#22584)
6 years ago
songyouwei b768708e5d
fix pickle load encoding between python 2 and 3 (#22621)
6 years ago
songyouwei cb4560b79d
python 2 and 3 compatible pickle (#22555)
6 years ago
Steffy-zxf 90ee366653
update ops's unittest data type from float32 to float64 and shape over 100 (#22544)
6 years ago
Kaipeng Deng 57de4842e6
optimizer var exlcude fluid.data var. test=develop (#22594)
6 years ago
tangwei12 948299aec8
deprecated for distribute transpiler api (#22513)
6 years ago
Chen Weihang ec90742708
Adjust sleep time of main process in signal handler test (#22597)
6 years ago
guofei 614a2a4f98
modify English document while_loop (#22573)
6 years ago
FDInSky e28833a80e
Fix doc of detection's img_info param (#22458)
6 years ago
hong 6980239632
Enhance load program state (#22546)
6 years ago
Zhaolong Xing 8acd745c25
[Ernie GPU Optim]: Fuse three fc to multihtead matmul (#22486)
6 years ago
Huihuang Zheng a8dd425aa3
Add Static Analysis to Construct AstNodeWrapper (#22569)
6 years ago
joanna.wozna.intel 146ed4099d
Add test with reused requantize op (#22482)
6 years ago
Zeng Jinle 08033c8634
fix traced layer with non persistable vars, test=develop (#22552)
6 years ago
Guo Sheng 31b5464632
Add support for dynamic_decode(while) training. (#22231)
6 years ago
tangwei12 b0675c8193
fix bug with compiledProgram (#22495)
6 years ago
Wojciech Uss 4cddb43c5c
Add support for Ernie NLP model to the Slim QAT (#22506)
6 years ago
Double_V 58d99247f4
support slice double grad, test=develop (#22166)
6 years ago
huzhiqiang 9e29d3ebed
【OpPorting Example】DEMO OF FIX COMPILE&RUNTIME LOD_EQUALITY (#22460)
6 years ago
littletomatodonkey 00c110f3ff
Fix bilinear import math (#22523)
6 years ago
WangXi d69df9bf26
Add wrong info when use DGC in cpu (#22515)
6 years ago
yaoxuefeng 2235ee1a5e
multi-loss optimization by adding a DownpourOpt worker (#22025)
6 years ago
zhaoyuchen2018 54970444ce
Improve transpose performance with tile sm copy, test=develop (#22311)
6 years ago
guofei 3a59a7a11f
Make assign op support LoDTensorArray and modify while_loop API (#22309)
6 years ago
liu zhengxi 14b6133b45 Implement InferencePassTest for testing precision of inference passes (#22387)
6 years ago
Guo Sheng e7bbad6c49 Fix the leaving out of rnn_memory_helper_grad's output vars. test=develop (#22499)
6 years ago
cc d143f70a09 Post_training_quantization support set quant 8/16 bits (#22492)
6 years ago
Wilber 870f465887 fix test_fusion_seqpool_concat lod level between compile and runtime (#22488)
6 years ago
Huihuang Zheng 903039a3c6 Add Simple Framework for Transforming Dygraph to Static Graph (#22491)
6 years ago
cc 197913ebe1
Add weight quantization in post_training_quanzitaion (#22445)
6 years ago
Yiqun Liu dcfb603897
Enable the detection of subgraph composed of grad ops (#21223)
6 years ago
Aurelius84 50af6b5d79
polish no_grad_set of gradient and append_backward (#22440)
6 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
6 years ago
Aurelius84 c2f39431aa
add skip_check_grad_ci of var_conv_2d (#22451)
6 years ago
Wilber 7bc4b09500
add WITH_NCCL option for cmake. (#22384)
6 years ago
Bai Yifan c8b90d8f9a
fix deformable_conv small cases, test=develop (#22441)
6 years ago
xujiaqi01 6e4f39a061
add hdfs ls retry time and sleep time, fix save inference (#22433)
6 years ago
Leo Chen 822e5b36ec
Support int16 for Tensor (#22423)
6 years ago
juncaipeng 0a678ca045
fix chain doc, test=develop, test=document_preview (#22070)
6 years ago
tangwei12 7e2665c58b
fix bug with half (#22378)
6 years ago
liu zhengxi 0404e7a985
Update the precision of pad, pad2d, pad_constant_like's unit tests from fp32 to fp64 (#22394)
6 years ago
xujiaqi01 371f377bea
add GeneralRoleMaker (#22295)
6 years ago
lidanqing ade5022681 [UT Coverage]Improve sum_mkldnn_op line coverage (#22275)
6 years ago
joanna.wozna.intel 3099d9d47c Restore requantize squash (#22399)
6 years ago
Wojciech Uss 92462e948d improve elementwise_add_mkldnn_op test code coverage (#22359)
6 years ago
wangchaochaohu e6ca512af1
refine convert type for numpy type (#22386)
6 years ago
lilong12 6d325a9470
enable test_dist_se_resnext_nccl.py, test=develop (#22067)
6 years ago
石晓伟 a392b77785
add no_grad_set value check in op_test, test=develop (#22370)
6 years ago
Chengmo 8f36c39537
Fix GEO-SGD init & send Bug (#22375)
6 years ago
songyouwei 39bdefd875 open depthwise_conv2d in dygraph (#22373)
6 years ago
gongweibao ad2bc0c364 Fix a distribution bug and cleanup some not need logs. (#22381)
6 years ago
juncaipeng 7b0692a610
remove skip_check in test_activation_mkldnn_op, test=develop (#22376)
6 years ago