Commit Graph

10162 Commits (9203aaf185ad01f8abe9e9ac364322266737f0bc)

Author SHA1 Message Date
songyouwei 0c617377a9
add case and switch_case unittests for dygraph mode (#22790)
5 years ago
wawltor 2b8640962a
Fix the big shape and precision op test, remove those from the white list (#22788)
5 years ago
wangchaochaohu 0c55c79fb7
Polish profiler doc (#22815)
5 years ago
Chen Weihang 15e59c310d
cleanup mmap files in unittest, test=develop (#22814)
5 years ago
Zhen Wang 89cfa49156
Unmerged fetch list (#22635)
5 years ago
hong f05c213f98
fix basic gru lstm parameter attr bug; test=develop (#22508)
5 years ago
zhupengyang cde5378955
upgrade fp32 to fp64, enlarge input shape for hsigmoid unittest (#22773)
5 years ago
Chen Weihang 7d8d573453
Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541)
5 years ago
Leo Chen b7782ea7c3
sync program when need, test=develop (#22803)
5 years ago
hutuxian 53a2b68f4e
support customized download command in dataset (#22782)
5 years ago
liym27 1a2baa1834
test ResNet decorated by dygraph_to_static_output in static mode. (#22779)
5 years ago
wangchaochaohu ca9e77a8d4
add sum op support for fusion group (#22771)
5 years ago
lidanqing b681215aa3
Add @skip_check_grad_ci to UT conv_mkldnn and int8_mul_mkldnn (#22760)
5 years ago
liym27 68a92e4674
fix dygraph_to_static_ouput and add a new decorator. (#22785)
5 years ago
Liufang Sang 5dbafe3805
fix smooth l1 loss op shape > 100 test=develop (#22605)
5 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
5 years ago
Kaipeng Deng ebc7ffc300
fix detection_map. test=develop (#22705)
5 years ago
Aurelius84 ee8b22fbec
Add unittest with mnist model to test dygraph_to_static (#22777)
5 years ago
zhaoyuchen2018 72dde4abde
Refine adam op to improve performance, test=develop (#22346)
5 years ago
liym27 8c381cd957
support fetch feed in dygraph to static graph (#22767)
5 years ago
FlyingQianMM 88776e40b9
fix SyntaxError in examples in retinanet_target_assign English API, test=develop (#22774)
5 years ago
wangguanzhong f2d1cd119a
fix lod level, test=develop (#22755)
5 years ago
FlyingQianMM 79d712346f
Correct CPU gradients of the argsort op (#22739)
5 years ago
123malin 0cb121cf1c
test=develop, bug fix for trainer_factory (#22751)
5 years ago
songyouwei b813c948f0
support control flow cond in dygraph mode (#22693)
5 years ago
Leo Chen b2c1be851a
support cond in clone, test=develop (#22657)
5 years ago
zhupengyang 2143bd5738
enhance shape check if use user_defined_grads in check_grad (#22722)
5 years ago
tianshuo78520a fa449c886f
fix typo word (#22761)
5 years ago
Huihuang Zheng 66991218ec
Add Basic Function Return Type Analysis (#22747)
5 years ago
songyouwei 60aaa7158b
dygraph support while_loop op (#22714)
5 years ago
chengjuntao 15c2667143
register fp16 for assign op (#22744)
5 years ago
cc fb15aa1c5b
Ngraph op tests skip check grad ci (#22688)
5 years ago
Huihuang Zheng 1b561da1f7
Change API doc example code to python3 style print (#22735)
5 years ago
dyning 1c0653462d
fix generate_mask_labels lod level (#22743)
5 years ago
GaoWei8 ba140222d6
fix compile&runtime lod_equality of lod_reset (#22737)
5 years ago
hutuxian 175954d894
PaddleBox Framework Part2 (#22466)
5 years ago
ShenLiang 3132681e8a
add partial_sum op in contrib (#22292)
5 years ago
Double_V 163a3ddfe3
fix row_conv_op small size unittest cases (#22606)
5 years ago
ShenLiang e136661304
add partial_concat op in contrib (#22528)
5 years ago
Aurelius84 dab5e5d8bc
Add IsControlFlowIfVisitor in ast_transformer (#22709)
5 years ago
liym27 68c76793ca
support dygraph basic api transformed to static api (#22678)
5 years ago
Double_V 3f7f922d6c
about set no_grad_set, move row_conv to NOT_CHECK_OP_LIST (#22721)
5 years ago
zhupengyang 9b8caaa220
remove unnecessary cases with no_grad_set for prelu (#22707)
5 years ago
mamingjie-China a5b0758ff7
fix the doc in elementwise_add elementwise_sub elementwise_mul elementwise_div
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
tangwei12 66a3150135
SYNC with communicaotor (#22344)
5 years ago
Yiqun Liu 22bbd54719
Add the support of fp16 in fusion_group (#22239)
5 years ago
dyning 769c032fc4
fix spp test (#22675)
5 years ago
Yang Zhang 1a595d8e90
Remove `no_grad_set` usage from "conv_shift" op tests (#22683)
5 years ago
Leo Chen d39d8bee4e
unexpose tracer, test=develop (#22661)
5 years ago
Aurelius84 08b09f6447
Support if/else in dygraph_to_static (#22540)
5 years ago
wangchaochaohu 7a4c29e0e0
add fuse_group python unitest (#22532)
5 years ago
Wojciech Uss 405bb94bd1
Fix batch_num default value (#22682)
5 years ago
Huihuang Zheng 14672a6364
Add Basic Node Var Type Analysis (#22603)
5 years ago
bingyanghuang 6abeb5c54d
fix ernie accuracy doc (#22671)
5 years ago
songyouwei 0aee43005a
Linear use mul op (#22662)
5 years ago
HappyAngel df144e2188
add no_check_list for no_grad_set rule (#22571)
5 years ago
lidanqing d926214535
[UT coverage] improve the mul_mkldnn_op line coverage (#22408)
5 years ago
wangchaochaohu c65c6ae534
add flag to control profile level in python API (#22319)
5 years ago
Wojciech Uss fce37bc593
Doc update with Ernie QAT INT8 benchmarking (#22519)
5 years ago
liym27 17a6b50fe3
support num_flatten_dims=-1 of API fc. (#22634)
5 years ago
Aurelius84 8b41e2b3d1
add gast to replace ast test=develop (#22630)
5 years ago
123malin 00594c1c88
support dumping params/grads in transpiler mode (#22490)
5 years ago
zhouwei25 d86007775f
fix py_func bug when out is list and add unittest case (#22595)
5 years ago
songyouwei d9f0c9f51c
support set param with None value (#22418)
5 years ago
Chen Weihang 192110725a
Add Queue.get delay for multiprocess data loader (#22604)
5 years ago
Kaipeng Deng f5db451d3b
fix compute priority. test=develop (#22619)
5 years ago
Jiawei Wang 8f035fb637
Add TopK Op Grad CPU&GPU Kernel test=develop (#22628)
5 years ago
xiaoting 3f0ca61a82
fix noam decay example, test=develop,test=document_fix (#22557)
5 years ago
guofei 9ed59da443
Modify english document and unittest of while_loop (#22615)
5 years ago
Chen Weihang fc645d8a47
Fix data loader test failed problem in release 1.7 (#22624)
5 years ago
123malin e59463efc7
test=develop, add distributed tools (#22623)
5 years ago
tangwei12 1aab3e61c9
add texttable for pretty flag output (#22584)
5 years ago
songyouwei b768708e5d
fix pickle load encoding between python 2 and 3 (#22621)
5 years ago
songyouwei cb4560b79d
python 2 and 3 compatible pickle (#22555)
5 years ago
Steffy-zxf 90ee366653
update ops's unittest data type from float32 to float64 and shape over 100 (#22544)
5 years ago
Kaipeng Deng 57de4842e6
optimizer var exlcude fluid.data var. test=develop (#22594)
5 years ago
tangwei12 948299aec8
deprecated for distribute transpiler api (#22513)
5 years ago
Chen Weihang ec90742708
Adjust sleep time of main process in signal handler test (#22597)
5 years ago
guofei 614a2a4f98
modify English document while_loop (#22573)
5 years ago
FDInSky e28833a80e
Fix doc of detection's img_info param (#22458)
5 years ago
hong 6980239632
Enhance load program state (#22546)
5 years ago
Zhaolong Xing 8acd745c25
[Ernie GPU Optim]: Fuse three fc to multihtead matmul (#22486)
5 years ago
Huihuang Zheng a8dd425aa3
Add Static Analysis to Construct AstNodeWrapper (#22569)
5 years ago
joanna.wozna.intel 146ed4099d
Add test with reused requantize op (#22482)
5 years ago
Zeng Jinle 08033c8634
fix traced layer with non persistable vars, test=develop (#22552)
5 years ago
Guo Sheng 31b5464632
Add support for dynamic_decode(while) training. (#22231)
5 years ago
tangwei12 b0675c8193
fix bug with compiledProgram (#22495)
5 years ago
Wojciech Uss 4cddb43c5c
Add support for Ernie NLP model to the Slim QAT (#22506)
5 years ago
Double_V 58d99247f4
support slice double grad, test=develop (#22166)
5 years ago
huzhiqiang 9e29d3ebed
【OpPorting Example】DEMO OF FIX COMPILE&RUNTIME LOD_EQUALITY (#22460)
5 years ago
littletomatodonkey 00c110f3ff
Fix bilinear import math (#22523)
5 years ago
WangXi d69df9bf26
Add wrong info when use DGC in cpu (#22515)
5 years ago
yaoxuefeng 2235ee1a5e
multi-loss optimization by adding a DownpourOpt worker (#22025)
5 years ago
zhaoyuchen2018 54970444ce
Improve transpose performance with tile sm copy, test=develop (#22311)
5 years ago
guofei 3a59a7a11f
Make assign op support LoDTensorArray and modify while_loop API (#22309)
5 years ago
liu zhengxi 14b6133b45 Implement InferencePassTest for testing precision of inference passes (#22387)
5 years ago
Guo Sheng e7bbad6c49 Fix the leaving out of rnn_memory_helper_grad's output vars. test=develop (#22499)
5 years ago
cc d143f70a09 Post_training_quantization support set quant 8/16 bits (#22492)
5 years ago
Wilber 870f465887 fix test_fusion_seqpool_concat lod level between compile and runtime (#22488)
5 years ago