Commit Graph

5391 Commits (8f659d43453286373ef4373177487b7e39a5c65f)

Author SHA1 Message Date
Huihuang Zheng 95ba4bd2ab
Add shape and type check at read_op (#20754)
6 years ago
Aurelius84 aacd16dbb4 add pyramid_hash_op (#20698)
6 years ago
Yang Zhang cf670ec9ce Serialize to pickle format (#20820)
6 years ago
whs c8e49be2f1
Fix roi_perspective_transform op (#20764)
6 years ago
Bai Yifan 6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)
6 years ago
Bai Yifan fd5321b3f3 modify slim print precision to round(,6), test=develop (#20833)
6 years ago
xujiaqi01 48669aa8f0
fix several sparse table issuses (#20686)
6 years ago
whs fa67e6e83e
Fix unitest of pruning in python3 env. (#20825)
6 years ago
Zeng Jinle 378fc4fb1c
add some docs to jit.trace, test=develop (#20811)
6 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
6 years ago
pkpk 370f0345b6
fix the bug in data_feeder.py (#20791)
6 years ago
Tao Luo efbdad0596
make search_compute support avx default (#20779)
6 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
6 years ago
Zeng Jinle 8ff6b289bd
[Dygraph to static graph]JIT/Trace (#20775)
6 years ago
Aurelius84 28dd2a58df
refine Categorical and MultivariateNormalDiag en doc (#20723)
6 years ago
Tao Luo 2f5f19dfb5
mv sampcd_processor.py to tools/ (#20761)
6 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
6 years ago
gongweibao e425124041
Wait pserver to complete initialization. (#20777)
6 years ago
zhongpu 702aad5a0a remove assert statement to support sqeeze op in drgraph, test=develop (#20763)
6 years ago
gongweibao 8088395a84
Set unique port to every distribute test to avoid potential port conflicts (#20759)
6 years ago
wangchaochaohu 0687bcd64f
Refine getitem of Variable (#20729)
6 years ago
Zhang Ting 483d0512ce Add choice of CUDA Place and remove fluid.layers.data for python API test of resize Ops (#20689)
6 years ago
danleifeng 79e08ecebf add assertions on whether elementwise_div divison is zero (#20618)
6 years ago
bingyanghuang fd49ebcbd8 update int8 benchmark with 6271 data, test=develop test=document_fix (#20736)
6 years ago
123malin 95e90aa102
test=develop, add communicator_is_sgd_optimizer flag (#20677)
6 years ago
Aurelius84 74a28f5ea4
fix fill_constant shape with -1 and enhance cross_entropy test=develop (#20722)
6 years ago
wangguanzhong 9a3e22aad4
move nms2 to contrib, test=develop (#20709)
6 years ago
Zhang Ting 80c97e560d fix bias_attr's bug of conv and conv_transpose, test=develop (#20704)
6 years ago
xujiaqi01 5223b0dd9d
add check nan / inf in downpour worker (#20694)
6 years ago
WangXi 507afa8a8a Fix dgc nan by stripping nccl from sparseReduce. (#20630)
6 years ago
gongweibao c1710e91b2
Disable GRPC_ARG_ALLOW_REUSEPORT to avoid potencial problem. (#20690)
6 years ago
tangwei12 1d925440ca
fix fetch handler error with pslib (#20679)
6 years ago
gongweibao 78431dc7bc
Add detail log on parallel dygraph unit test when failed. (#20660)
6 years ago
juncaipeng f201b465ec
Move pool2d to add_quant_dequant_pass, test=develop (#20586)
6 years ago
zhongpu efa10937bd fix elementwise_floordiv_op and elementwise_mod_op (#20534)
6 years ago
Bai Yifan ffec9195e4
soft_label_distiller fix, test=develop (#20645)
6 years ago
gongweibao f3f52fc1e2
Retry when failed to bind address. (#20642)
6 years ago
qingqing01 01eddc1a04
Support fp16 in GPU impl of fused_elemwise_activation_op. (#20636)
6 years ago
Tao Luo ea20f8be23
refine error message of input TypeError in framework.py (#19970)
6 years ago
Chengmo 940c6ff1c8
Fix communicator slow bug & fix communicator stop bug (#20366)
6 years ago
liym27 ae4ddbc821 add fill_constant input(shape) dtype check. test=develop (#20620)
6 years ago
123malin b4a3b75002
bug fix: invalid learning rate decay in pserver async mode (#20325)
6 years ago
WangXi cadc6a9704 fix dgc test and bug when not set trainers_endpoints_, test=develop (#20617)
6 years ago
danleifeng 46797f53de fix small bug of error message for elementwise_add and elementwise_mul (#20619)
6 years ago
Liufang Sang bc4af386f4 [PaddleSlim] refine slim reader to support dataloader (#20604)
6 years ago
石晓伟 a4753f3a79 Optimize error message of mean_op and matmul_op (#20413)
6 years ago
mapingshuo f55d1c6867
Fleet: deal with special case: strategy is None (#20359)
6 years ago
gongweibao 1d82025e89
Add interface so user can get scaled loss when they use customized loss. (#20571)
6 years ago
翟飞跃 36acfaeeda Add fused_embedding_seq layer into fluid.contrib (#19771)
6 years ago
zhupengyang 01209b5161 add input type and dtype check for cast_op (#20070)
6 years ago
Youwei Song 67fcb0c923 fix api fluid.cuda_pinned_places (#20424)
6 years ago
Thunderbrook f76a32df4a
dump fix dov vec file num (#20539)
6 years ago
gongweibao bf6470c71e
Add detail logs on resnet unit test (#20558)
6 years ago
chengduo 36c85ef492
Add sub-scope check in RecurrentOp (#20468)
6 years ago
633WHU 12e4be0382 Dlpack support (#20039)
6 years ago
zhupengyang 5e65c753ea enhance input type chec for concat (#20584)
6 years ago
JesseyXujin 2ff18e537f
add expand_as op, test=develop (#20565)
6 years ago
lijianshe02 5c41805dc9
update mul_op input data type check test=develop (#20552)
6 years ago
Zeng Jinle 40effc61af
Refine py_reader exit (#20331)
6 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
6 years ago
Yuan Shuai 172e91c008
Refine error message of transpose_op (#20437)
6 years ago
hong19860320 f567214b6a
Fix the error message of zeros op (#20476)
6 years ago
liym27 fc6ec3b9f6 fill_constant support Tensor; (#20521)
6 years ago
Zhang Ting 0130cc969c fixed group_norm's bug and modified unittest (#20506)
6 years ago
Guo Sheng c7ae6c62cd
Fix the assign data check (#20564)
6 years ago
Diego Zhang 27d1ef6081
Refine seq enum expand mask pad (#20344)
6 years ago
Youwei Song 9a09ff14a5 fix en docs of Layer and guard (#20512)
6 years ago
guofei 9b85f40140 Modify English documents (#20452)
6 years ago
liuwei1031 9dc83dda7a
update data feeder API sample, change fluid.layers.data to fluid.data (#20568)
6 years ago
liuwei1031 9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader (#20536)
6 years ago
Yiqun Liu ce1b25cc8b
Polish the English documentation of sums (#20495)
6 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)
6 years ago
zhaoyuchen2018 8fb569e5b9
Fix api doc example bug and polish square doc (#20491)
6 years ago
hong19860320 512c0bb04d
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343)
6 years ago
Guo Sheng dfd1eee7f7 Add seq2seq api related code (#19820)
6 years ago
silingtong123 e87cabb7f2 updates document of sequence_softmax, sequence_scatter, sequence_unpad (#20269)
6 years ago
silingtong123 eb5c33cb8c Add uniform random unittest (#20485)
6 years ago
silingtong123 d5aa2dd818 fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316)
6 years ago
zhang wenhui b521992041
fix converter , test=develop (#20522)
6 years ago
liym27 5219efb14f fix reshape input(x) error check on float16. test=develop (#20529)
6 years ago
Double_V 8299203370 Support reshape_op double gradient (#20304)
6 years ago
LielinJiang faa8e30a14 Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True (#20421)
6 years ago
hong19860320 4d0d5e4cc7
refine eng doc for hard_sigmoid op (#20442)
6 years ago
Aurelius84 22823df2e2
enhance embedding error message test=develop (#20246)
6 years ago
hong19860320 9707ded37e
Fix the error message of assign op (#20508)
6 years ago
zhupengyang 3997743a5b add input type and dtype check, enhance shape error message for concat_op (#20101)
6 years ago
zhupengyang 95524a4d30 fix APIs: relu, relu6, hash (#20416)
6 years ago
liuwei1031 70ff903813
improve the doc of data feeder related APIs (#20515)
6 years ago
zhaoyuchen2018 057bce4d45
Refine topk stack squeeze api en doc (#20367)
6 years ago
JesseyXujin 843bdbaae1
add input type and dtype check for accuracy_op (#20399)
6 years ago
bingyanghuang a5f530a8f9 Update QAT MKL-DNN readme doc (#20029)
6 years ago
chengduo f23eeeb460
update global scope doc (#20483)
6 years ago
lijianshe02 211f5b0319
enhance mul_op input error message test=develop (#20414)
6 years ago
hong a1f54a8935
get shape from var desc to avoid run startup program; test=develop (#20499)
6 years ago
wawltor eb526e3f08
fix sign op input error check on float16 (#20472)
6 years ago
Guo Sheng 101e20e92e
Update some en api docs (#20496)
6 years ago
zhupengyang 200cc5e2ad fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort (#20363)
6 years ago
GaoWei8 5ea2cc6733 fix API:cos, exp, ceil, elu, brelu English doc (#20032)
6 years ago
ruri e705fede11
refine 13 en docs (#20312)
6 years ago
lijianshe02 f0dabe680d
fix read_file, is_empty, Print API EN doc (#20492)
6 years ago