Commit Graph

9927 Commits (cf475f95dfa1c28362b4fdb94930824054c3dce4)

Author SHA1 Message Date
翟飞跃 36acfaeeda Add fused_embedding_seq layer into fluid.contrib (#19771)
7 years ago
zhupengyang 01209b5161 add input type and dtype check for cast_op (#20070)
7 years ago
Youwei Song 67fcb0c923 fix api fluid.cuda_pinned_places (#20424)
7 years ago
Thunderbrook f76a32df4a
dump fix dov vec file num (#20539)
7 years ago
gongweibao bf6470c71e
Add detail logs on resnet unit test (#20558)
7 years ago
chengduo 36c85ef492
Add sub-scope check in RecurrentOp (#20468)
7 years ago
633WHU 12e4be0382 Dlpack support (#20039)
7 years ago
zhupengyang 5e65c753ea enhance input type chec for concat (#20584)
7 years ago
JesseyXujin 2ff18e537f
add expand_as op, test=develop (#20565)
7 years ago
lijianshe02 5c41805dc9
update mul_op input data type check test=develop (#20552)
7 years ago
Zeng Jinle 40effc61af
Refine py_reader exit (#20331)
7 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
7 years ago
Yuan Shuai 172e91c008
Refine error message of transpose_op (#20437)
7 years ago
hong19860320 f567214b6a
Fix the error message of zeros op (#20476)
7 years ago
liym27 fc6ec3b9f6 fill_constant support Tensor; (#20521)
7 years ago
Zhang Ting 0130cc969c fixed group_norm's bug and modified unittest (#20506)
7 years ago
Guo Sheng c7ae6c62cd
Fix the assign data check (#20564)
7 years ago
Diego Zhang 27d1ef6081
Refine seq enum expand mask pad (#20344)
7 years ago
Youwei Song 9a09ff14a5 fix en docs of Layer and guard (#20512)
7 years ago
guofei 9b85f40140 Modify English documents (#20452)
7 years ago
liuwei1031 9dc83dda7a
update data feeder API sample, change fluid.layers.data to fluid.data (#20568)
7 years ago
liuwei1031 9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader (#20536)
7 years ago
Yiqun Liu ce1b25cc8b
Polish the English documentation of sums (#20495)
7 years ago
lanxianghit 22ecaef03b
Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied, test=develop (#20263)
7 years ago
zhaoyuchen2018 8fb569e5b9
Fix api doc example bug and polish square doc (#20491)
7 years ago
hong19860320 512c0bb04d
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343)
7 years ago
Guo Sheng dfd1eee7f7 Add seq2seq api related code (#19820)
7 years ago
silingtong123 e87cabb7f2 updates document of sequence_softmax, sequence_scatter, sequence_unpad (#20269)
7 years ago
silingtong123 eb5c33cb8c Add uniform random unittest (#20485)
7 years ago
silingtong123 d5aa2dd818 fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316)
7 years ago
zhang wenhui b521992041
fix converter , test=develop (#20522)
7 years ago
liym27 5219efb14f fix reshape input(x) error check on float16. test=develop (#20529)
7 years ago
Double_V 8299203370 Support reshape_op double gradient (#20304)
7 years ago
LielinJiang faa8e30a14 Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True (#20421)
7 years ago
hong19860320 4d0d5e4cc7
refine eng doc for hard_sigmoid op (#20442)
7 years ago
Aurelius84 22823df2e2
enhance embedding error message test=develop (#20246)
7 years ago
hong19860320 9707ded37e
Fix the error message of assign op (#20508)
7 years ago
zhupengyang 3997743a5b add input type and dtype check, enhance shape error message for concat_op (#20101)
7 years ago
zhupengyang 95524a4d30 fix APIs: relu, relu6, hash (#20416)
7 years ago
liuwei1031 70ff903813
improve the doc of data feeder related APIs (#20515)
7 years ago
zhaoyuchen2018 057bce4d45
Refine topk stack squeeze api en doc (#20367)
7 years ago
JesseyXujin 843bdbaae1
add input type and dtype check for accuracy_op (#20399)
7 years ago
bingyanghuang a5f530a8f9 Update QAT MKL-DNN readme doc (#20029)
7 years ago
chengduo f23eeeb460
update global scope doc (#20483)
7 years ago
lijianshe02 211f5b0319
enhance mul_op input error message test=develop (#20414)
7 years ago
hong a1f54a8935
get shape from var desc to avoid run startup program; test=develop (#20499)
7 years ago
wawltor eb526e3f08
fix sign op input error check on float16 (#20472)
7 years ago
Guo Sheng 101e20e92e
Update some en api docs (#20496)
7 years ago
zhupengyang 200cc5e2ad fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort (#20363)
7 years ago
GaoWei8 5ea2cc6733 fix API:cos, exp, ceil, elu, brelu English doc (#20032)
7 years ago
ruri e705fede11
refine 13 en docs (#20312)
7 years ago
lijianshe02 f0dabe680d
fix read_file, is_empty, Print API EN doc (#20492)
7 years ago
wopeizl 3044a62f2a
fix the precise roi poop op test=develop (#20126)
7 years ago
Yiqun Liu 1e59cf97eb
Polish the English documentation DynamicRNN (#20453)
7 years ago
Aurelius84 2213ae6bf9
Fix fp16 in input.dtype check in layers.fc (#20467)
7 years ago
qingqing01 df3025c3ee
Polish En doc for some APIs. (#20418)
7 years ago
wopeizl 6b612a2807
optimize the english description for APIs test=develop test=document_fix (#20286)
7 years ago
pkpk ac0acc7a92
Fix the English document for 1.6 (#20338)
7 years ago
FDInSky 0ac08489a9 udpate en doc test=develop, test=document_fix (#20459)
7 years ago
GaoWei8 54647a5490 fix GradientClipByNorm english doc (#20224)
7 years ago
Wilber 2893cd1ae0
modify english api (#20159)
7 years ago
Liufang Sang 86c2c362ae fix fuse_reduce_op quantization bug (#20306)
7 years ago
zhouwei25 b1218d056b fix English Doc of API:layers.py_func/sum (#20329)
7 years ago
qingqing01 63194d6e67
Enhance InferShape in deformable_conv and prior_box op (#20372)
7 years ago
zhongpu 0b321c8a2f fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop (#20142)
7 years ago
wangchaochaohu 508127b180
fix some en doc (#20281)
7 years ago
zhouwei25 f18231412f fix English Doc of API:layers.array_read/array_write/array_length (#20345)
7 years ago
Yuan Shuai 9f4a32fb8f
Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue (#20279)
7 years ago
Guanghua Yu bc4c7a9eb6 Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map (#20405)
7 years ago
silingtong123 9ee288ac87 test=develop, fix the parameter seed failed to work (#20412)
7 years ago
juncaipeng 5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287)
7 years ago
zhongpu 52dcc1679d fix Embedding API for dygraph (#20358)
7 years ago
tangwei12 a010d883b4
doc fix, test=develop, test=document_fix (#20239)
7 years ago
Zhaolong Xing 63d88b522f
refine sqrt api check (#20254)
7 years ago
huzhiqiang a69baf639f
modify compose en (#20217)
7 years ago
huzhiqiang 6a8e54047f
fix reorder_lod_tensor_by_rank doc en (#20256)
7 years ago
zhang wenhui b82e6520e1
fix pslib datanorm double bug (#20297)
7 years ago
Leo Chen 7f68b0b5b0 Polish en APIs of unique_name, test=develop, test=document_fix (#20113)
7 years ago
Yibing Liu 899ab30df0
Fix several api docs (#20282)
7 years ago
Pei Yang 6f9e64d443
refine en api doc of [shape, scale, split, selu, soft_relu, scatter], test=develop, test=document_fix (#20264)
7 years ago
wangchaochaohu 5c649d9a1e
fix the reduce api en doc (#20223)
7 years ago
xujiaqi01 408bd8b874
fix en doc and test=document_fix (#20441)
7 years ago
DuYao 76a5819728 update English document (#20330)
7 years ago
liu zhengxi e34fccbc48
update the api en doc (#20307)
7 years ago
Zeng Jinle e3e22146de
remove some reader apis, test=develop (#20266)
7 years ago
wangchaochaohu 1288ac2983
fix expand bug (#20340)
7 years ago
huzhiqiang 98ec992789
modify WeightNormParamAttr English doc test=develop (#20218)
7 years ago
huzhiqiang 5fc2cfbaf4
modify map_reader en test=develop (#20229)
7 years ago
chengduo 4ba6d062f8
Fix fluid.data of executor (#20365)
7 years ago
Youwei Song ba78a0c7c2 polish 3 LSTM en doc (#20383)
7 years ago
Tao Luo b37b7f86e6
refine name_scope document (#20373)
7 years ago
Feiyu Chan 91693b9cee fix document for swish, thresholded_relu, gaussian_randdom
7 years ago
Michał Gallus 540935a825 [Bug-fix][1.6] Improve QAT accuracy (#20174)
7 years ago
SunGaofeng a73e1f68b4
fix document of 11 APIs (#20278)
7 years ago
Zeng Jinle 7fb958b2e1
replace data layers, test=develop, test=document_fix (#20368)
7 years ago
Pei Yang 057d782d51
fix en api doc of [round, sin, sqrt], test=develop, test=document_fix (#20296)
7 years ago
zhongpu 95e5768bd6 update conv, fc, pool op for dygraph, test=develop (#20132)
7 years ago
zhongpu 9ca417f1d0 fix APIs, update norm op, test=develop (#20119)
7 years ago
Kaipeng Deng 3833b511a6
refine en API doc (#20206)
7 years ago
Zhang Ting 0652f15810 fix Attr(scale)'s bug for image_resize and modified unittest, test=develop (#19983)
7 years ago
zhaoyuchen2018 7c12218987
Refine StaticRNN api-doc-en (#20093)
7 years ago
FlyingQianMM 551ba37148
Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. (#20250)
7 years ago
Pei Yang 4df76d5320
fix en api docs of while, ifelse, switch, test=develop, test=document_fix (#20265)
7 years ago
gongweibao 7b9e33972a
delete backward return list test=develop (#20294)
7 years ago
wangchaochaohu bc6126dd07
fix the reduce bug test=develop (#20102)
7 years ago
Tao Luo 9bffbb7db9
refine profiler document (#20326)
7 years ago
wawltor ade9bc04d3
Fix some english doc api, shenze tools group (#20300)
7 years ago
huangjun12 b347ca084e Fix document of APIs, test=develop, test=document_fix (#20314)
7 years ago
hong fa43e80e19 New save load interface (#20148)
7 years ago
FDInSky e2c7b6821a test=develop enhance uniform_random op python api (#20295)
7 years ago
Jiabin Yang b23f00a0d7
Refine en doc (#20317)
7 years ago
xiaoting aaae3475e3 Polish english apis' doc (#20184)
7 years ago
LielinJiang 282c9e7cb2 Polish english apis' doc (#20198)
7 years ago
chengjuntao 9acdb6e83a
Fix fluid.data code example (#20236)
7 years ago
liym27 3d006fa630 fix English document of expand/pow/reshape/slice. test=develop, test=document_fix (#20280)
7 years ago
Zhen Wang 2c71de243d
Fix docs of load_inference_model&load_params&load_persistables&chain. (#20274)
7 years ago
danleifeng 3a0f93b3f9 fix error message for elementwise_add/mul (#20283)
7 years ago
liym27 670937e11d add input type and dtype check for reshape op. (#20099)
7 years ago
chengduo d77e770353
Polish executor doc (#20244)
7 years ago
Aurelius84 729f5846cc
enhance shape error message of fc API (#20172)
7 years ago
Huihuang Zheng fa82a01503
Modify English doc of fluid.data (#20248)
7 years ago
Zeng Jinle f1364df71f
add deprecated msg to py_readers, test=develop (#20211)
7 years ago
Yibing Liu d849e9835f
Add detailed error messages for nce layer (#20231)
7 years ago
wangguanzhong 866400e9f1
update en doc of example,test=develop, test=document_fix (#20235)
7 years ago
Tao Luo 134d809e23
fix softmax input error check on float16 (#20273)
7 years ago
whs 54df1ad4c7
Fix en doc of warpctc, affine_grid, generate_proposals (#20262)
7 years ago
gongweibao 89c4b3ddcf
Add bash_test_modules function to capture the timeout or failed context. (#20197)
7 years ago
Aurelius84 73cf08d694
fix en_doc api of one-hot and embedding (#20187)
7 years ago
GaoWei8 318d5bba64 add input type and dtype check for elu_op (#20106)
7 years ago
Chen Weihang 98acfe97ec
Polish English APIs' doc of several Optimizers (#20166)
7 years ago
Liufang Sang 53535b4f18 fix en api doc (#20245)
7 years ago
Youwei Song 478e4d6882 polish append_backward en doc (#20199)
7 years ago
Bai Yifan fb21a743ae
Fix fluid.data code example (#20227)
7 years ago
Youwei Song 20f68916ed refine CUDA CPU places en doc (#20243)
7 years ago
Double_V 98da70f63f fix API en doc (#20261)
7 years ago
Chengmo 494d6cf252
Fix transpiler en doc (#20149)
7 years ago
mapingshuo 90be481b13
RecomputeOptimizer: rm unused ckpt and sort ckpt (#20108)
7 years ago
lvmengsi 40b3af9720
Update apiexample (#20247)
7 years ago
zhoushiyu 1106fbbd01 fix cvm and DataFeedDesc apis (#19994)
7 years ago
Yi Liu 4da243003e
update the example of shard_index (#20272)
7 years ago
Huihuang Zheng e6d13ae5ae
Refine Error Message for New Data API (#20204)
7 years ago
Aurelius84 a38d1835b5
refine seq_pool/reshape/reverse test=develop, test=document_fix (#20233)
7 years ago
Zhang Ting 7e140d870a modified doc of group_norm, test=develop, test=document_fix (#20234)
7 years ago
Zhang Ting 2087f77120 modified doc of crop_tensor, test=develop, test=document_fix (#20203)
7 years ago
zhang wenhui 6bc4d48875
fix api doc, test=develop, test=document_fix, test=document_preview (#20252)
7 years ago
ShenLiang d26276e3ac fix doc, test=develop test=document_fix test=document_preview (#20249)
7 years ago
Youwei Song d39b22e555 polish in_dygraph_mode (#20200)
7 years ago
Huihuang Zheng 7c45471579
Add support for None for fluid.data (#20228)
7 years ago
wopeizl e9205c38e8
add more checks to create_parameter test=develop (#20059)
7 years ago
Youwei Song 340b2ba449 refine scope_guard, test=document_fix, test=develop (#20240)
7 years ago
danleifeng 5da814292a fix code example of elementwise op in en_doc (#20242)
7 years ago
zhaoyuchen2018 5ebf4078dc
add input type and dtype check for squeeze (#20100)
7 years ago
chengduo 0313b98ae0 temporally disable test_parallel_executor_fetch_feed in Windows CI (#20288)
7 years ago
wawltor 08c8f0c534
Fix api, add input type and dtype check for sign_op (#20138)
7 years ago
JesseyXujin 407efcf7b1
fix API doc, solve conflict, test=develop, test=document_fix (#20196)
7 years ago
Aurelius84 c80b7694eb
refine fc/seq_conv/seq_concat en doc (#20214)
7 years ago
liym27 869cef6dc0 fix bug of infer shape in pool op. test=develop (#20213)
7 years ago
Bai Yifan 131b1dc324
Fix api doc, test=develop, test=document_preview, test=document_fix (#19947)
7 years ago
lvmengsi 59a7c222ea
refine en doc (#20088)
7 years ago
ShenLiang c5cff9971a fix doc of eye、gather_nd、scatter_nd、scatter_nd_add、center_loss (#19990)
7 years ago
Chengmo eb05db7104
Speed GEO-SGD (#20158)
7 years ago
zhang wenhui b28d4a824f
fix fleet_desc delete_after_unseen_day bug in node.py (#20091)
7 years ago
Zhang Ting cf6919bf6e conv_transpose supports channel_last input, test=develop, test=document_preview (#20072)
7 years ago
tangwei12 c9139c3db3
trainer from dataset fetch targets (#19760)
7 years ago
tangwei12 b5a410466c
Trainer heartbeat for async mode (#19600)
7 years ago
lvmengsi 76ba55e891
add error log for python api and c++ (#20061)
7 years ago
Yibing Liu 01ad8d2e06
Refactor linear chain crf op & crf decoding op (#19982)
7 years ago
Jiabin Yang 7a9bd0c5d8
Fix/auto prune error on leaf (#20056)
7 years ago
xiaoting a16e91bb89 replace dataset url,test=develop (#20129)
7 years ago
wangchaochaohu 6e73e90bfb
fix the error message for reduce_mean and reduce_sum op (#20063)
7 years ago
wangchaochaohu 9a76f3f916
Fill constant error message fix (#20075)
7 years ago
zhaoyuchen2018 e867366805
Add multihead op for ernie opt (#19933)
7 years ago
Chengmo 728ec1b43d
Add GEO-SGD distribute training algorithm (#20018)
7 years ago
xiteng1988 3785f08f68 fix next_tokens of controller (#20060)
7 years ago
Zeng Jinle 5f2290ab84
Add deprecated memory optimize doc (#20111)
7 years ago
Huihuang Zheng 62573d8996
Add lod_level parameter to paddle.fluid.data (#20065)
7 years ago
liym27 3aa331d97e fix conv2d and conv3d: (#20042)
7 years ago
Zeng Jinle 02c6edc0d5
refine optimizer name doc, test=develop, test=document_fix (#20074)
7 years ago
mapingshuo 5e99f31b7e add a new interface _prune_with_input (#20022)
7 years ago
wangguanzhong da892cafd5
Refine api doc (#20037)
7 years ago
qingqing01 1a3eef026c
Enable users to create custom cpp op outside framework. (#19256)
7 years ago
silingtong123 f1eebf75aa improve op uniform_random, argument shape support tensor and tensor in list (#19786)
7 years ago
liym27 24010472d4 fix pool2d pool3d,support asymmetric padding and channel_last (#19739)
7 years ago
Youwei Song 54e07994ee Dygraph Layer kwargs & param getter setter (#19901)
7 years ago
bingyanghuang 9de6772510 Follow comment of Merged QAT PR 18970 (#19979)
7 years ago
hong 4e99c2af0a
Add shape check in load model (#19936)
7 years ago
gongweibao d4bca8118a
change dist tests to serial test=develop (#20051)
7 years ago
Bai Yifan 28a559de12
fix PyReader._iterable usage, test=develop (#20045)
7 years ago
石晓伟 01b9d07963
update operator compatible info, test=develop (#19978)
7 years ago
Zeng Jinle 20f0878f70
Fix en docs of apis (#20050)
7 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
7 years ago
Kaipeng Deng e7a6567be5
polish pool infer shape (#20038)
7 years ago
chengduo fb2a9cdf83
Add fp16 support for pad and split (#19881)
7 years ago
tangwei12 8f0b3c0516
the integrated communicator (#19849)
7 years ago
WangXi 8d92b36d51 Refine document of DGCMomentumOptimizer (#19960)
7 years ago
danleifeng 5cef7a2f25 Polish English docs of elementwise_add/sub/mul/div (#20027)
7 years ago
Chen Weihang b916335025 Paddle error message stack shaping and optimization (#19895)
7 years ago
zhaoyuchen2018 5a2ecdea40
Fix name_scope test case bug (#20034)
7 years ago
Huihuang Zheng 7836f477c6
Update API of paddle.fluid.data (#20024)
7 years ago
gongweibao afc40a59eb
Add `RUN_SERIAL` attribute to `exclusive` test. (#20026)
7 years ago
123malin 6c74e7387f
fix APIs, test=document_preview (#19954)
7 years ago
wangchaochaohu 3409db950c
fix reduce bug test=develop (#19971)
7 years ago
whs 3ea2b661c0
Make PaddleSlim support PyReader (#19995)
7 years ago
liuwei1031 bda7eab77d
improve the error message when handling ndarray with unsupported dtype (#19949)
7 years ago
joanna.wozna.intel 1d32897c5c Fix test pool2d int8 mkldnn (#19976)
7 years ago
Aurelius84 f58c8db668
Require x.dims=label.dims in huber_loss (#20017)
7 years ago
Yang Zhang cde73a7bbf
Expose `mutable_data` as python binding (#19932)
7 years ago
Aurelius84 137e6336ef
Remove constraint that last dimension is forced to be 1 in rank_loss (#19997)
7 years ago
chengduo 101a2b610a Add dtype for coalesce_tensor_op (#20016)
7 years ago
gongweibao a7512db2bc
Polish elementwise max min pow document to add more examples. (#19946)
7 years ago
mapingshuo d62360fe5f
fix doc of apply_optimize (#19965)
7 years ago
Huihuang Zheng 88af4ab650
Add new data layer (#19916)
7 years ago
Zeng Jinle 1b7de89455
fix math_op_path.py when integers, test=develop (#20008)
7 years ago
qingqing01 bb271b6d44
Remove unit testing for large shape in test_affine_channel_op (#19993)
7 years ago
Zeng Jinle 4a5ce4feb1
Add AdadeltaOptimizer doc (#19875)
7 years ago
Zeng Jinle 7912e6caa1
Expose set_gradient_clip API (#19869)
7 years ago
chengjuntao 0099e54924
refine deformable roi pooling doc (#19944)
7 years ago
zhongpu b1bb23841e add kernel for fill_op, test=develop (#19719)
7 years ago
wangchaochaohu 382d099dcb
add support tensor and tensorlist for strided_slice OP (#19929)
7 years ago
lvmengsi fe218df326
Fix ssdloss num and batch norm format and conv2d (#19754)
7 years ago
lvmengsi 619a241bd0
Fix OpTest of bn (#19062)
7 years ago
ShenLiang 5920d69df5 Avoid treating broadcast as initialization operation (#19857)
7 years ago
Bob Zhu c670058a8d add support of matmul with multiple head even different width and height (#19708)
7 years ago
Liufang Sang 6884dc800a refine ctc align op with padding (#19926)
7 years ago
Tao Luo 65a02fc114
add input type and dtype check for softmax_op (#19975)
7 years ago
Wojciech Uss 4286a6270d Add support for new QAT models (#18970)
7 years ago
Aurelius84 99a9615a4b
Removing length dims constraints of seq_pad and seq_unpad (#19497)
7 years ago
Yi Liu 2efdf0ef35
update en document of shard_index_op (#19963)
7 years ago
jhjiangcs 766bd529d1 add optimizer:dpsgd,test=develop (#19915)
7 years ago
Yang Zhang ebff68fa74
Add float16 support to `sync_batch_norm_op` (#19681)
7 years ago
Aurelius84 039b9710d5
Remove constraint that last dimension is forced to be 1 by adding lookup_table_v2 (#19735)
7 years ago
whs bdb3e376d0
[PaddleSlim] Enhence compressor api in PaddleSlim (#19894)
7 years ago
xujiaqi01 cedc04775c
support change shuffle and train thread num (#19841)
7 years ago
Kaipeng Deng 14625ffe9e
add elementwise mod support float/double. test=develop (#19570)
7 years ago
Ghost Under Moon 790d5226b5 give warnings when save a model without any parameters (#19931)
7 years ago
Zeng Jinle f254b477d1
Add py_reader combination unittest (#19923)
7 years ago
Leo Chen 57606205f5 Make OpTest check grad inplace even if forward has no inplace (#19847)
7 years ago
juncaipeng b0ceed6fb4
add fake_quant_dequant_op for average pool2d, test=develop (#19880)
7 years ago
Zhang Ting cb8f3c03a7 resize Ops support data_layout:channel_last, test=develop, test=document_preview (#19914)
7 years ago
mapingshuo 9901f69677
Forward recompute3 (#19913)
7 years ago
chengduo d7251a8e1e
Delete local execution scopes (#19749)
7 years ago
Ghost Under Moon 4836ee68fb warning when user save a inference model which contains auc op test=develop (#19838)
7 years ago
wopeizl e606b1754e
optimize the error information when the input for while op has a wron… (#19872)
7 years ago
ruri d31c92a2cd
add mse_loss (#19759)
7 years ago
Tao Luo a4919d3688
move tree_conv to fluid.contrib.layers (#19918)
7 years ago
Zeng Jinle 0436efd6a3
Unify DataLoader APIs (#19305)
7 years ago
tangwei12 278dd00322
paddle cloud role maker fix (#19646)
7 years ago
lvmengsi 4155e62559
add instance norm (#19500)
7 years ago
Adam cb65439da8 Add support for other axes in MKLDNN softmax op (#19907)
7 years ago
Jiabin Yang 454254115e
Feature/auto prune in dygraph (#19757)
7 years ago
Aurelius84 418a0967f3
move match_matrix var_conv2d et.al api into fluid.contrib test=develop (#19859)
7 years ago
Zeng Jinle e237275017
add py_reader may be deprecated msg, test=develop (#19891)
7 years ago
Zeng Jinle cee0079a4d
fix readers bug, test=develop (#19868)
7 years ago
Aurelius84 fcf53e55ff
support 2-level lod of input in sequence_pool (#19839)
7 years ago
chengduo ae31faaa87
refine optimier function (#19886)
7 years ago
Zhang Ting 93364b45c1 group_norm support data_layout:NHWC, test=develop, test=document_preview (#19614)
7 years ago
Zhang Ting 439d95e157 modified interpolate op to support tensor attribute, test=develop, test=document_preview (#19287)
7 years ago
Zhang Ting b38889413d add crop_tensor_op, test=develop, test=document_preview (#19314)
7 years ago
Zeng Jinle bf8367367e
fix download.py empty line, test=develop (#19870)
7 years ago
chengduo 1f68674483
refine executor bug info (#19887)
7 years ago
flame fe18cfdb4f
hide with inference optim API (#17355)
7 years ago
Aurelius84 b125e327aa
Remove constraint that last dimension is forced to be 1 in cross_entropy (#19606)
7 years ago
gongweibao e8d3745c0f
change _origin_program test=develop (#19863)
7 years ago
wopeizl a7c440d303
add precise roi pooling op test=develop (#18960)
7 years ago
Yiqun Liu 3cd985a669
Add a pass to fuse fc+elementwise_add+layernorm (#19776)
7 years ago
WangXi 8c2c8dc626 distribute.launch use poll to query subprocess (#19853)
7 years ago
chengduo 8e9273272f Disable test_dygraph_mnist_fp16.py (#19844)
7 years ago
Jie Fang d9db94d752 Optimize amp for multi-gpu to enable FP16 gradients transfer across gpus. (#19714)
7 years ago
wangchaochaohu 47af618f70
Strided slice (#19642)
7 years ago
Zeng Jinle 13ca364ceb
remove some flags and add comments to some flags, test=develop (#19813)
7 years ago
Huihuang Zheng 3e1e1fee26
Return correct currrent block of a var (#19850)
7 years ago
123malin 1bc285a53a
add retry function to try to solve grpc error code 14 (#19661)
7 years ago
Bai Yifan e2c6bada36 Support dispensable student_loss in PaddleSlim distillation (#19824)
7 years ago
LielinJiang 6d72a86b14 fix_roi_transform_bug (#19785)
7 years ago
Zeng Jinle db26de8389
[Bug fix] Disable memory reuse on feeded variables (#19835)
7 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
7 years ago
chengduo b99fc38cec
Add fp16 support for dygraph (#19828)
7 years ago
Leo Chen 5fbf03d6b4 Enhance OpTest to support double grad inplace check (#19826)
7 years ago
xujiaqi01 6045541e89
fix libps.so path problem (#19768)
7 years ago
liym27 677e714425 fix pow op, support tensor for agument factor. (#19313)
7 years ago
liym27 bd89a27308 add tensor support for argument shape in reshape op; (#19268)
7 years ago
liym27 88628016b2 add tensor(tensor and tensor in list) support for argument starts and ends in slice op; (#19208)
7 years ago
liym27 e9e3c08777 fix expand op: (#19302)
7 years ago
xujiaqi01 6bf298bf09
support preload thread, optimize hdfs log, fix master+patch bug (#19695)
7 years ago
Jiabin Yang cc311bdf95
Feature/add transform data dygraph (#19707)
7 years ago
lvmengsi b76343c3b7
cpu Conv double grad (#19672)
7 years ago
翟飞跃 93c85c930a Implement FusedEmbeddingSeqPoolGradKernel with cblas_saxpy (#19770)
7 years ago
chengduo 2729c17446
Fix example error of Variable and Operator (#19821)
7 years ago
ruri a0e9b7b9a2
add unittest for square error cost op (#19746)
7 years ago
zhongpu 52673956de add kernel for squeeze_op, test=develop (#19656)
7 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
7 years ago
tangwei12 6a1db2044c
fix sync_with_distributed_lookup_table, test=develop (#19737)
7 years ago
Aurelius84 8c7e411908
Remove constraint that last dimension is forced to be 1 by adding one_hot_v2 (#19716)
7 years ago
JesseyXujin e352467c1c
modify activation op API, delete use_cudnn args, test=develop, (#19758)
7 years ago
Huihuang Zheng 12542320c5
Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989)
7 years ago
chengduo c308c88d71
Fix test_parallel_executor_test_while_train (#19723)
7 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
7 years ago
Yiqun Liu a65c728e5d
Implement the GPU kernel of fc operator (#19687)
7 years ago
Aurelius84 22301115d0
Remove constraint that last dimension is forced to be 1 in huber_loss op (#19562)
7 years ago
Youwei Song 3e5fb6361b fix api-doc error for dygraph and backward (#19721)
7 years ago
Thunderbrook bda92434db remove trainer desc test in windows temporarily (#19753)
7 years ago
Youwei Song 810a33c8bd fix dygraph partitial backward problem (#19625)
7 years ago
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
7 years ago
Bai Yifan aa63d5ac6d Make the distillation process not save teacher variables in PaddleSlim (#19633)
7 years ago
Zeng Jinle bb4f8dee83
add logs to left var memory size, test=develop (#19722)
7 years ago
chengduo 2c30e64b2f
increase timelimit test_pe_serexnext (#19702)
7 years ago
wangguanzhong 25dcd74d34
merge empty lod tensor, test=develop (#19228)
7 years ago
gongweibao 6c2bc29cc0
Fix float16 optimizer. (#19682)
7 years ago
Chen Weihang c78a4781bf
Fix train error when test_program.clone is executed after optimizer.minimize (#19397)
7 years ago
zhongpu 5f627488db add kernel for unsqueeze_op and Add unsqueezed op test, test=develop (#19436)
7 years ago
Zeng Jinle a7691603a5
add gpu_allocator_try_time config, test=develop (#19675)
7 years ago
JesseyXujin 0b06db9413
delete transmission args in linear_chain_crf op (#19619)
7 years ago
123malin a25a716e87
Optimize fleet API: add input check for some interfaces (#18971)
7 years ago
Aurelius84 25c0eb28cc
fix unittest random failed test=develop (#19654)
7 years ago
chengduo 5c4eb394e9 Make test_pe_seresnext serial (#19634)
7 years ago
chengduo ac34aac33f Disable the test_parallel_executor_test_while_train temporarily (#19641)
7 years ago
Chen Weihang 73daa3d6c0
Code Cleanup: delete three useless raw variables in Conv2D (#19644)
7 years ago
Jie Fang c6a598a276 init new amp, optimize inserting cast op for batchnorm (#18596)
7 years ago
123malin 2f037c3189
fix the diff between async mode and async_half mode (#19535)
7 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
7 years ago
mapingshuo dca9b6c5b0 add feed_var_names to Prune interface (#19589)
7 years ago
whs 3abe84500e
Fix data type of variable in edit distance evaluator (#19618)
7 years ago
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
7 years ago
Zeng Jinle 710767d894
Enable inplace support for some ops (#19612)
7 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
7 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
7 years ago
xiaoting a50785b02d modifed cifar download url, test=develop (#19623)
7 years ago
zhongpu 118bb897cf add kernel for flatten_op, test=develop (#19472)
7 years ago
baojun a3a4b6e570 Enable ngraph through build_strategy (#19266)
7 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
7 years ago
wawltor 364c44422e
Add the support the int64 data type of `scatter_op` input Index(#18804) (#19508)
7 years ago
zhongpu 4d26274d25 add detach API for Variable in dygraph mode, test=develop (#19477)
7 years ago
whs 1c2aae567a
Skip start epoch and end epoch when dumping strategy in PaddleSlim (#19580)
7 years ago
hutuxian 66ad68ed7b
Update UT test_boxps (#19599)
7 years ago
baojun f2ad30c4dd Some ngraph op and unittest fix (#19515)
7 years ago
Tao Luo 49523ea189
replace PADDLE_ASSERT with PADDLE_ASSERT_MSG (#19586)
7 years ago
gongweibao abaf87be2b
Change backward_guard to optimize_guard to maximize the allreduce overlap. (#19506)
7 years ago
Zeng Jinle 635cd62d23
remove deprecated memory_optimize usages, test=develop (#19579)
7 years ago
Youwei Song 9a577f2e41 fix batchnorm api param: data_layout (#19524)
7 years ago
xiaoting 7a86706309 modified multiclass_nms example (#19553)
7 years ago
gongweibao 57f0f0f2dc
Delete pserver complete file before executor running. (#19468)
7 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
7 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
7 years ago
Zeng Jinle 5dce1da680 remove reset recordio usage (#19519)
7 years ago
ShenLiang 85914f7a88 add gather_nd op and unit test (#19366)
7 years ago
Jacek Czaja ecd9f330c9 [MKL-DNN] Fix to face model on AVX512 platforms (#19282)
7 years ago
Liufang Sang 9dde564097 change var name padding_num to padding_value (#19498)
7 years ago
Aurelius84 5b5379b32a
Add sequence_topk_avg_pooling Op (#19442)
7 years ago
chengduo 1cdd3b6985
Disable GC in test_parallel_exe_seresnext (#19408)
7 years ago
yaoxuefeng 10ca3f9609
add thread scope stat accurate metrics test=develop (#19480)
7 years ago
Bai Yifan 6d99842bb8
fix mean_iou api example, test=develop, test=document_preview (#19503)
7 years ago
Bai Yifan 8394699dbb add stop_gradient in range_api, test=develop (#19484)
7 years ago
chengduo e340df013e
Support feed single persistable variable to PE (#19417)
7 years ago
lidanqing ba368bf696 clean up intel labeled TODOs (#19476)
7 years ago
Thunderbrook 1fe468d319
support debug each output of each ins (#19004)
7 years ago
zhang wenhui bd35a7f0a6
support fc sort by number, test=develop (#19466)
7 years ago
Double_V 1d0f04315a fix row_conv_op to force it support lodtensor and tensor input simultaneously, test=develop (#19412)
7 years ago
Jiabin Yang 1ce0a09e60
fix con2d transpose bias by create and init it in build_once (#18968)
7 years ago
Yi Liu 4ef6b8457a
adapte fleet api for localsgd and support nccl comm configuration in executor (#19443)
7 years ago
tangwei12 65c7368400
Fix the correctness of async mode at distributed training (#18863)
7 years ago
chengduo e26411cec2
Open test_parallel_dygraph_se_resnext (#19342)
7 years ago
Yi Liu efb05ba258
supports multiple NCCL communicators preserved in NCCLCommContext (#19407)
7 years ago
Aurelius84 a9cd513680
improve sequence_conv api doc (#19316)
7 years ago
zhang wenhui 0d7949831b
fix fleet_desc bug && support format for abacus hotstart (#19430)
7 years ago
vincentXiyu 482ce818bb Support Tensor input with padding for warpctc op (#19322)
7 years ago
chengduo bfb6ac816e
Fix optimizer bug (#19410)
7 years ago
Leo Chen 6fb310ae29 Fix bug of getting bool Flags from os.environ (#19349)
7 years ago
liu zhengxi 32598ffd8f
Python infer api update and add unit test (#19353)
7 years ago
Zeng Jinle 807c7a4747
remove recordio convert in dataset, test=develop (#19387)
7 years ago
chengduo 11070cbff9
enabel seresnext reduce test (#19341)
7 years ago
Ghost Under Moon 10643b4ea6 fix- raise io error when user load from non-existed dir test=develop (#19384)
7 years ago
mapingshuo c2e5eaa27d
delete recordio writer (#19406)
7 years ago
mapingshuo d5ac87ec22
Lookahead optimizer (#19386)
7 years ago
silingtong123 da127d1110 Optimized error reporting information (#19173)
7 years ago
Jiabin Yang 55931db449
fix problem that get_attr method can't using default mode when we call has_attr in dygraph (#19328)
7 years ago
tangwei12 19dac67e9f
fix distribute transpiler GRPC error code 4, RPC Deadline (#18984)
7 years ago
Yibing Liu 5d1575cfe8
Fix arg do_model_average in param_attr (#19376)
7 years ago
zhang wenhui 4a3c4b8fa4
add fleet_desc config feature & multi_sparse table, test=develop (#18827)
7 years ago
Jiancheng Li 1799c257ad Update Light-NAS to support latency-aware search (#19050)
7 years ago
Zhen Wang 0fe72469ea
Add the max-pool2d quantization support and the partial quantization support. (#19310)
7 years ago
Leo Chen d49c2bad71 update inplace grad test to new CompiledProgram API, test=develop (#19359)
7 years ago
Yibing Liu b2c4f76cf2
Fix sequence mask in dygraph (#19271)
7 years ago
chengduo 4278518fb0
Update CompiledProgram (#18919)
7 years ago
翟飞跃 2e3ee57954 Use sparse matrix to implement FusedEmbeddingSeqPoolGradKernel (#19153)
7 years ago
Leo Chen a9d5fc5142 Enhance OpTest to check the consistency of operators when using and not using inplace (#19101)
7 years ago
Aurelius84 0d29cf18f4
Supports diagonal initialization in uniform_random op (#19299)
7 years ago
chengduo 5a579df9ba
[Speedup] Make dygraph data parallel faster (#19280)
7 years ago
chengduo 6a1632318d
Split test_parallel_executor_seresnext to three unit test (#19239)
7 years ago
Zeng Jinle 561232c25a
remove is_mem_optimized in Program, test=develop (#19307)
7 years ago
lidanqing 3fdecc19b7 Add elementwise_mul_mkldnn UT with [conv + elt_mul + conv] (#19191)
7 years ago
xiaoting 62facc7e47 fix yolo_box python example (#18925)
7 years ago
danleifeng 0865b5a9a0 distribute launch : add use_paddlecloud argument (#19273)
7 years ago
Zhaolong Xing 76c95af000
Fix BUG: Mask RCNN inference diff When using AnalysisPredictor. (#19213)
7 years ago
lvmengsi d08d5ab519
Fix the mistake of convolution (#19274)
7 years ago
Aurelius84 78a3d837f8
Add match_matrix_tensor op (#18525)
7 years ago
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
7 years ago
zhang wenhui 539c870753
add fl_listen_and_serv &fl_transpiler,test=develop (#19091)
7 years ago
kh2se2013 27e85625b8 add python coverage launch when WITH_COVERAGE=ON (#19264)
7 years ago
chengduo 8a89ca94ce
Fix REGISTER_OP_WITHOUT_GRADIENT (#19251)
7 years ago
gongweibao fd4b15a2f6
Unset unittests http_proxy env to avoid timeout. (#19269)
7 years ago
silingtong123 a94a25867d imporve the doc of decorate_reader API (#19206)
7 years ago
gongweibao 86f0591175
Remove node_num function. (#19167)
7 years ago
Tao Luo 2f8c7e021f
remove unused inference_transpiler unit-tests (#19130)
7 years ago
zhaoyuchen2018 0c71c839ec
Fix recurrent op not update grade issue (#18581)
7 years ago
Hao Wang d53fa53b65 CI - Improve example code check (#19170)
7 years ago
Adam b837689e97 Add generalized Conv+Activation MKLDNN fuse pass creation (#19072)
7 years ago
Yibing Liu 50b1cab122
Add padding support for crf_decoding (#19057)
7 years ago
Aurelius84 45fb031f6b
remove is_test param of FC test=develop (#19209)
7 years ago
wuzewu 6fc1defd77 Fix compatibility issue of fluid.io.save_vars on windows platform (#19181)
7 years ago
liym27 c8cdef37b2 change the default value of summarize from -1 to 20 in Print API to improve ease of use (#18738)
7 years ago
LielinJiang 1331c9e1f8 fix distributions unittest bug, test=develop (#19012)
7 years ago
lvmengsi c6f163cd7a
add description of sync_bn (#19056)
7 years ago
Zeng Jinle 0f9b33954a
move python reader api to fluid.io module, test=develop (#19143)
7 years ago
jiaqi b86be13c15
fix default value (#19193)
7 years ago
jiaqi b104ea0684
add get_last_save_xbox_base/get_last_save_xbox (#19122)
7 years ago
jiaqi bfd514c730
fix default value of fleet desc (#19176)
7 years ago
lidanqing c548e370f1 UT coverage for guassian_mkldnn_op and batch_norm_mkldnn_op (#19011)
7 years ago
Jiawei Wang 6ac32d0981 Instag Implemention (#18394)
7 years ago
wawltor 0019eb376a
Fix the error of op `ones_like` document,change the output variable
7 years ago
huangjun12 20f18930ae Add hard swish op (new op) (#19001)
7 years ago
gongweibao 29d8781240
Polish fleet API to support cuda collective mode and nccl2 mode. (#18966)
7 years ago
wopeizl 80b7ef6fc8
add tensorrt support for windows (#19084)
7 years ago
Kevin 744279fe68
Refine embedding Api doc (#18820)
7 years ago
yaoxuefeng 9150cf50fc
add save cache model api in fleet& add slots shuffle in dataset module & add metric op to calculate ctr related metrics (#18871)
7 years ago
Zeng Jinle c51eb6bb14
remove book_memory_optimization directory, test=develop (#19117)
7 years ago
Zeng Jinle c194b0c835
Try to deprecate unstable python memory optimize (#18983)
7 years ago
hutuxian 5a80cc8431
Datafeed support reading to cuda place directly. (#19071)
7 years ago
chengduo 3f4c088ad8
prune the feed op in compiler (#18997)
7 years ago
chengduo d23603322e
Remove compile from PE (#19080)
7 years ago
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
7 years ago
Kaipeng Deng f86fead693
Add trilinear_interp OP (#18711)
7 years ago
chengduo 17d62ab220
Enhance fuse optimization op pass (#19010)
7 years ago
chengduo 21440b4d69
Add call stack info during compile time (#19067)
7 years ago
jiaqi a99bc64c63
add fleet util, add some interface in hdfs util (#18752)
7 years ago
mapingshuo 4ad7c9d5a7 [WIP] Add Imdb train demo (#18895)
7 years ago
wangguanzhong e50f527fee
update roi doc in roi_pool and roi_align (#19036)
7 years ago
Leo Chen 8f53735437 Fix memory overwriting of tensors returned by executor (#19030)
7 years ago
Youwei Song 95ff4fba61 specify the highest numpy version under python 2.x (#19018)
7 years ago
Kaipeng Deng 1f46253d4a
fix natural exp decay doc. test=develop (#19025)
7 years ago
LielinJiang e5b9753a18 Fix ExponentialMovingAverage api bug in python3, test=develop (#18775)
7 years ago
Kevin e681d65515 Add var_conv_2d op (#18518)
7 years ago
Chen Weihang 81fe02c3fe
Fix config description error in cuda_profiler function document (#18750)
7 years ago
Zeng Jinle 311f90f1eb
reduce_unittest_time,test=develop (#19005)
7 years ago
lvmengsi 5d9df8c8c7
fix dropout (#18965)
7 years ago
SunGaofeng 4da1c4f15d
fix g_param shape mismatch in WeightNormParamAttr (#18940)
7 years ago
Jiabin Yang af63b1184c test=develop, fix memory leak in dygraph (#18998)
7 years ago
liuwei1031 a43a763b54
fix warpctc.dll not found issue (#18761)
7 years ago
chengduo 01c7daade7
Add checking for the fetch_list of Executor.run (#18957)
7 years ago
Liufang Sang faf6890b6c support tensor input for ctc align op (#18887)
7 years ago
Dong Daxiang c97ea53c3e make listen and server as exclusive run (#18990)
7 years ago