Commit Graph

16231 Commits (00b11a4a1e05f7d5637dc2864484add3e243ebb9)

Author SHA1 Message Date
danleifeng 9171f73714 fix fp16 grid_size for size=1; test=develop (#20812)
5 years ago
Zeng Jinle cd1c404353
refine err msg of allocator, test=develop (#20804)
5 years ago
Zeng Jinle ac813bbaf4
Add more error debug message to Operator::Run (#20793)
5 years ago
Tao Luo efbdad0596
make search_compute support avx default (#20779)
5 years ago
zhongpu 3556514e97 add PADDLE_ENFORCE for dygraph to optimize error throw (#19783)
5 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
5 years ago
wangchaochaohu ba45dce35d
fix codetest for windows make test=develop (#20796)
5 years ago
Zeng Jinle 8ff6b289bd
[Dygraph to static graph]JIT/Trace (#20775)
5 years ago
zhaoyuchen2018 6e6eab07e8
Fix multihead op bug. (#20783)
5 years ago
lvmengsi dfa0549f87
Revert "fix_depthwise_conv_cudnn, test=develop (#20712)" (#20782)
5 years ago
whs 4c7d196d83
Add norm_by_time for warpctc op in padding mode. (#17580)
5 years ago
Pei Yang e89c16b90d
Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter (#20733)
5 years ago
tianshuo78520a 1105b93288 del uninstall protobuf (#20769)
5 years ago
Tao Luo 2f5f19dfb5
mv sampcd_processor.py to tools/ (#20761)
5 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
5 years ago
石晓伟 e742760f8e
optimize version error, test=develop (#20715)
5 years ago
Adam 67b59ddb38 Minor MKL-DNN conv int8 performance fixes (#20753)
5 years ago
wangchaochaohu 0687bcd64f
Refine getitem of Variable (#20729)
5 years ago
zhongpu 72d1d72c09 fix ExecutionContext::HasInput and ExecutionContext::HasOutput depend on the scope structure, test=develop (#20721)
5 years ago
danleifeng 79e08ecebf add assertions on whether elementwise_div divison is zero (#20618)
5 years ago
bingyanghuang fd49ebcbd8 update int8 benchmark with 6271 data, test=develop test=document_fix (#20736)
5 years ago
123malin 95e90aa102
test=develop, add communicator_is_sgd_optimizer flag (#20677)
5 years ago
Aurelius84 74a28f5ea4
fix fill_constant shape with -1 and enhance cross_entropy test=develop (#20722)
5 years ago
石晓伟 48a774c713
fix ts_sort's bug, test=develop (#20720)
5 years ago
lvmengsi dc229b4195
fix_depthwise_conv_cudnn, test=develop (#20712)
5 years ago
石晓伟 d8f4f4239d
Ensure backward compatibility with the anakin interface, test=develop (#20691)
5 years ago
wopeizl 9e5948230e
add support to gcc8, add docker env test=develop (#19807)
5 years ago
xujiaqi01 5223b0dd9d
add check nan / inf in downpour worker (#20694)
5 years ago
WangXi 507afa8a8a Fix dgc nan by stripping nccl from sparseReduce. (#20630)
5 years ago
gongweibao c1710e91b2
Disable GRPC_ARG_ALLOW_REUSEPORT to avoid potencial problem. (#20690)
5 years ago
lidanqing 46e93f7c86 Revert "Refactor conv computeINT8" (#20640)
5 years ago
liu zhengxi d39777fefa
alter the capi of PD_PredictorRun to provide proper function, test=develop (#20697)
5 years ago
Zeng Jinle 4eeda9d676
fix tensor_util, test=develop (#20699)
5 years ago
Zeng Jinle ab575de725 Fix op run log when memory optimization strategy is enabled (#20695)
5 years ago
Jacek Czaja a1cd27f13f [MKL-DNN] Added mkl-dnn cache clearing when creating Executor instance (#20241)
5 years ago
Zeng Jinle 10505faf4e
polish codes, test=develop (#20672)
5 years ago
Tao Luo dd3d8997cf
remove deprecated contrib/float16 directory (#20685)
5 years ago
liuwei1031 569951c418
improve the efficiency of BuddyAllocator (#19888)
5 years ago
tianshuo78520a eafc7023c1 test=develop test=document_fix (#20682)
5 years ago
Zeng Jinle 34e3adaece
Refine reduce codes to save compiling time and binary size (#20676)
5 years ago
liu zhengxi dbc2bb3376
improve the performance of capi in PD_PredictorRun (#20665)
5 years ago
whs a3e641e93c
Fix infer shape of warpctc op. (#20653)
5 years ago
Zeng Jinle 4922eb6da5
make_conv_workspace_size_configurable, test=develop (#20662)
5 years ago
zhongpu efa10937bd fix elementwise_floordiv_op and elementwise_mod_op (#20534)
5 years ago
tangwei12 04384502a8
fix bug with heart beat , test=develop (#20654)
5 years ago
wangchaochaohu 7783d3bd43
Conv refine (#20644)
5 years ago
lidanqing 57b656f956 Add document for int8 object detection quantization (#19356)
5 years ago
Chen Weihang 003f369bb2
Add IndicateVarDataType interface to block tensor is not initialized problem in OP GetExceptedKernelType (#20044)
5 years ago
Tao Luo dfa239253c
reduce make install time in CI (#20643)
5 years ago
gongweibao f3f52fc1e2
Retry when failed to bind address. (#20642)
5 years ago
qingqing01 01eddc1a04
Support fp16 in GPU impl of fused_elemwise_activation_op. (#20636)
5 years ago
Chengmo 940c6ff1c8
Fix communicator slow bug & fix communicator stop bug (#20366)
5 years ago
gongweibao 69e0b98fea Cleanup the debug lines in paddle_build.sh (#20631)
5 years ago
zhaoyuchen2018 8314e64a8b
Fix sum op fails as no memory in tensor(#20602)
5 years ago
Yibing Liu ee2869cae9
Remove redundant infershape in linear chain crf grad, test=develop (#20629)
5 years ago
123malin b4a3b75002
bug fix: invalid learning rate decay in pserver async mode (#20325)
5 years ago
WangXi cadc6a9704 fix dgc test and bug when not set trainers_endpoints_, test=develop (#20617)
5 years ago
Zeng Jinle 40c258a77b
Refine API.spec mechanism (#20574)
5 years ago
石晓伟 a4753f3a79 Optimize error message of mean_op and matmul_op (#20413)
5 years ago
Leo Chen d6c1d6ca56 update class name, test=develop (#20578)
5 years ago
gongweibao 1d82025e89
Add interface so user can get scaled loss when they use customized loss. (#20571)
5 years ago
liu zhengxi 922d432477
fix the PD_ZeroCopyPredictorRun output problem (#20612)
5 years ago
翟飞跃 36acfaeeda Add fused_embedding_seq layer into fluid.contrib (#19771)
5 years ago
Double_V 0b39218749 memory optimizer for reshape op,test=develop (#20569)
5 years ago
bingyanghuang 85e1f2150b Modify the helper information in full_pascalvoc_test_preprocess.py (#20475)
5 years ago
Thunderbrook f76a32df4a
dump fix dov vec file num (#20539)
5 years ago
chengduo 36c85ef492
Add sub-scope check in RecurrentOp (#20468)
5 years ago
633WHU 12e4be0382 Dlpack support (#20039)
5 years ago
Pei Yang 443f604c3b
add DisableGlogInfo() to AnalysisConfig, test=develop (#20581)
5 years ago
JesseyXujin 2ff18e537f
add expand_as op, test=develop (#20565)
5 years ago
Zeng Jinle 40effc61af
Refine py_reader exit (#20331)
5 years ago
Zeng Jinle a9c8bdad7b
refine pe codes, test=develop (#20479)
5 years ago
Zeng Jinle 76b321872a
fix cuda dev_ctx by event, test=develop (#20553)
5 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
5 years ago
Zhang Ting 78910480c1 fix conv_transpose's bug: compatible with Anylayout setting, test=develop (#20589)
5 years ago
Yuan Shuai 172e91c008
Refine error message of transpose_op (#20437)
5 years ago
zhaoyuchen2018 b8333edef6
Add Multihead matmul fuse pass (#20167)
5 years ago
liym27 fc6ec3b9f6 fill_constant support Tensor; (#20521)
5 years ago
Zhang Ting 0130cc969c fixed group_norm's bug and modified unittest (#20506)
5 years ago
Adam 7faa3e9555 Add ConvTranspose + BatchNorm fuse pass (#20161)
5 years ago
Diego Zhang 27d1ef6081
Refine seq enum expand mask pad (#20344)
5 years ago
Youwei Song 9a09ff14a5 fix en docs of Layer and guard (#20512)
5 years ago
guofei 9b85f40140 Modify English documents (#20452)
5 years ago
liuwei1031 9dc83dda7a
update data feeder API sample, change fluid.layers.data to fluid.data (#20568)
5 years ago
liuwei1031 9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader (#20536)
5 years ago
zhongpu ece611b028 update paddle_build.sh, test=develop (#20443)
5 years ago
Yiqun Liu ce1b25cc8b
Polish the English documentation of sums (#20495)
5 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)
5 years ago
zhaoyuchen2018 8fb569e5b9
Fix api doc example bug and polish square doc (#20491)
5 years ago
hong19860320 512c0bb04d
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343)
5 years ago
Guo Sheng dfd1eee7f7 Add seq2seq api related code (#19820)
5 years ago
silingtong123 e87cabb7f2 updates document of sequence_softmax, sequence_scatter, sequence_unpad (#20269)
5 years ago
silingtong123 d5aa2dd818 fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316)
5 years ago
Wilber 751812a674
enable cpu machine to run paddle in gpu lib
5 years ago
lvmengsi 2384589383
Fix conv_grad_grad (#20469)
5 years ago
Double_V 8299203370 Support reshape_op double gradient (#20304)
5 years ago
LielinJiang faa8e30a14 Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True (#20421)
5 years ago
hong19860320 4d0d5e4cc7
refine eng doc for hard_sigmoid op (#20442)
5 years ago
Aurelius84 22823df2e2
enhance embedding error message test=develop (#20246)
5 years ago
zhupengyang 3997743a5b add input type and dtype check, enhance shape error message for concat_op (#20101)
5 years ago
zhupengyang 95524a4d30 fix APIs: relu, relu6, hash (#20416)
5 years ago
liuwei1031 70ff903813
improve the doc of data feeder related APIs (#20515)
5 years ago
zhaoyuchen2018 057bce4d45
Refine topk stack squeeze api en doc (#20367)
5 years ago
JesseyXujin 843bdbaae1
add input type and dtype check for accuracy_op (#20399)
5 years ago
chengduo f23eeeb460
update global scope doc (#20483)
5 years ago
lijianshe02 211f5b0319
enhance mul_op input error message test=develop (#20414)
5 years ago
Guo Sheng 101e20e92e
Update some en api docs (#20496)
5 years ago
zhupengyang 200cc5e2ad fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort (#20363)
5 years ago
GaoWei8 5ea2cc6733 fix API:cos, exp, ceil, elu, brelu English doc (#20032)
5 years ago
ruri e705fede11
refine 13 en docs (#20312)
5 years ago
lijianshe02 f0dabe680d
fix read_file, is_empty, Print API EN doc (#20492)
5 years ago
wopeizl 3044a62f2a
fix the precise roi poop op test=develop (#20126)
5 years ago
Yiqun Liu 1e59cf97eb
Polish the English documentation DynamicRNN (#20453)
5 years ago
qingqing01 df3025c3ee
Polish En doc for some APIs. (#20418)
5 years ago
wopeizl 6b612a2807
optimize the english description for APIs test=develop test=document_fix (#20286)
5 years ago
FDInSky 0ac08489a9 udpate en doc test=develop, test=document_fix (#20459)
5 years ago
GaoWei8 54647a5490 fix GradientClipByNorm english doc (#20224)
5 years ago
Wilber 2893cd1ae0
modify english api (#20159)
5 years ago
zhouwei25 b1218d056b fix English Doc of API:layers.py_func/sum (#20329)
5 years ago
qingqing01 63194d6e67
Enhance InferShape in deformable_conv and prior_box op (#20372)
5 years ago
zhongpu 0b321c8a2f fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop (#20142)
5 years ago
wangchaochaohu 508127b180
fix some en doc (#20281)
5 years ago
zhouwei25 f18231412f fix English Doc of API:layers.array_read/array_write/array_length (#20345)
5 years ago
Yuan Shuai 9f4a32fb8f
Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue (#20279)
5 years ago
Guanghua Yu bc4c7a9eb6 Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map (#20405)
5 years ago
juncaipeng 5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287)
5 years ago
zhongpu 52dcc1679d fix Embedding API for dygraph (#20358)
5 years ago
liu zhengxi f855a86c93
update the api en doc of BuildStrategy (#20445)
5 years ago
tangwei12 a010d883b4
doc fix, test=develop, test=document_fix (#20239)
5 years ago
huzhiqiang a69baf639f
modify compose en (#20217)
5 years ago
huzhiqiang 6a8e54047f
fix reorder_lod_tensor_by_rank doc en (#20256)
5 years ago
liu zhengxi 53d8799bee
remove incorrect new in c style, test=develop (#20370)
5 years ago
Zeng Jinle 7a790188b2
Refine print_signatures.py to remove ComposeNotAligned (#20411)
5 years ago
Leo Chen 5a7142ac4e Update en APIs of LoDTensor (#20115)
5 years ago
Leo Chen 7f68b0b5b0 Polish en APIs of unique_name, test=develop, test=document_fix (#20113)
5 years ago
Zeng Jinle 1d1d221f26
refine allocator_flag, test=develop, test=document_fix (#20400)
5 years ago
Yibing Liu 899ab30df0
Fix several api docs (#20282)
5 years ago
Pei Yang 6f9e64d443
refine en api doc of [shape, scale, split, selu, soft_relu, scatter], test=develop, test=document_fix (#20264)
5 years ago
wangchaochaohu 5c649d9a1e
fix the reduce api en doc (#20223)
5 years ago
xujiaqi01 408bd8b874
fix en doc and test=document_fix (#20441)
5 years ago
DuYao 76a5819728 update English document (#20330)
5 years ago
liu zhengxi e34fccbc48
update the api en doc (#20307)
5 years ago
Zeng Jinle e3e22146de
remove some reader apis, test=develop (#20266)
5 years ago
Jiabin Yang df102f6428
Refine en doc (#20409)
5 years ago
wangchaochaohu 1288ac2983
fix expand bug (#20340)
5 years ago
huzhiqiang 98ec992789
modify WeightNormParamAttr English doc test=develop (#20218)
5 years ago
huzhiqiang 5fc2cfbaf4
modify map_reader en test=develop (#20229)
5 years ago
chengduo 4ba6d062f8
Fix fluid.data of executor (#20365)
5 years ago
xujiaqi01 22b80e1246
fix parse content in CreatePreLoadReaders (#20258)
5 years ago
Youwei Song ba78a0c7c2 polish 3 LSTM en doc (#20383)
5 years ago