Commit Graph

9706 Commits (cd43c4440ef5aec02c3eb242b6f0cade225bb0e2)

Author SHA1 Message Date
Thunderbrook 5970e8ac5e
find lookup table in order (#20932)
5 years ago
Zhang Ting de9bec607e lrn supports channel_last input, test=develop (#20954)
5 years ago
tangwei12 3b96e3d20a
fix FetchHandler (#20900)
5 years ago
liuwei1031 2dd9bc7159 fix windows python setup issue caused by (#20641) (#20928)
5 years ago
Dong Daxiang a6747a6ef1
add launch_ps module so that we can launch a parameter server trainin… (#20936)
5 years ago
Leo Chen 2c3c579b9b tensor.set() supports array list and remove unused code, test=develop (#20959)
5 years ago
Leo Chen 9974e40787 Update Tensor.set() to support float16 (#19964)
5 years ago
123malin 20cdff0e02
Optimize decay (#20816)
5 years ago
Chengmo 16596f6498
Fix Paddle Cloud role maker (#20860)
5 years ago
liym27 59de8e1214 Compatible int32 and int64 for attr in concat/split/unsqueeze. test=develop (#20912)
5 years ago
liym27 7b4cb655bb keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=develop (#20903)
5 years ago
Zhang Ting 8d1e9f0f7e maxout supports channel_last input (#20846)
5 years ago
WangXi 9d8ec42353 launch.py remove setting for nccl sync, test=develop (#20909)
5 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
5 years ago
Bai Yifan ac87d4e6e1
fix hdfs.download, test=develop (#20907)
5 years ago
Thunderbrook 59bcdc8a19
support dump param of model into afs (#20302)
5 years ago
qingqing01 728099d023
Simplify third_party path in Python package (#20776)
5 years ago
Yiqun Liu 16e4d02675
Refine the cache of program, context and scope in executor. (#18483)
5 years ago
Wilber b489760099
fix jit_matmul bug test=develop (#20886)
5 years ago
gongweibao 3255fe69bb Add custom black variable name set in amp interface. (#20875)
5 years ago
lvmengsi aadd81b662
Fix gradients (#20857)
5 years ago
hong ff0886a92a
save load problem fix and new feature add (#20823)
5 years ago
Youwei Song 2058bab1c0 Add Sequential api (#20789)
5 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
5 years ago
Yiqun Liu 6fcfd32e6c
Check and correct the output's lod_level in DynamicRNN related operators (#19144)
5 years ago
Zeng Jinle da9e9dd07f
fix py_reader combination ut, test=develop (#20861)
5 years ago
liym27 84d221b667 improve unsqueeze op to support int, Tensor for argument axes (#20824)
5 years ago
silingtong123 03d7f3ddb2 Make shape tensor support int32 (#20757)
5 years ago
Huihuang Zheng 95ba4bd2ab
Add shape and type check at read_op (#20754)
5 years ago
Aurelius84 aacd16dbb4 add pyramid_hash_op (#20698)
5 years ago
Yang Zhang cf670ec9ce Serialize to pickle format (#20820)
5 years ago
whs c8e49be2f1
Fix roi_perspective_transform op (#20764)
5 years ago
Bai Yifan 6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)
5 years ago
Bai Yifan fd5321b3f3 modify slim print precision to round(,6), test=develop (#20833)
5 years ago
WangXi e78d7f57bb Print the rank which trainer is error in launch.py, test=develop (#20838)
5 years ago
xujiaqi01 48669aa8f0
fix several sparse table issuses (#20686)
5 years ago
whs fa67e6e83e
Fix unitest of pruning in python3 env. (#20825)
5 years ago
Zeng Jinle 378fc4fb1c
add some docs to jit.trace, test=develop (#20811)
5 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
5 years ago
pkpk 370f0345b6
fix the bug in data_feeder.py (#20791)
5 years ago
Tao Luo efbdad0596
make search_compute support avx default (#20779)
5 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
5 years ago
Zeng Jinle 8ff6b289bd
[Dygraph to static graph]JIT/Trace (#20775)
5 years ago
Aurelius84 28dd2a58df
refine Categorical and MultivariateNormalDiag en doc (#20723)
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
gongweibao e425124041
Wait pserver to complete initialization. (#20777)
5 years ago
zhongpu 702aad5a0a remove assert statement to support sqeeze op in drgraph, test=develop (#20763)
5 years ago
gongweibao 8088395a84
Set unique port to every distribute test to avoid potential port conflicts (#20759)
5 years ago
wangchaochaohu 0687bcd64f
Refine getitem of Variable (#20729)
5 years ago
Zhang Ting 483d0512ce Add choice of CUDA Place and remove fluid.layers.data for python API test of resize Ops (#20689)
5 years ago
Kaipeng Deng ba44f654d6
add dlpack include in third_party. test=develop (#20737)
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
wangguanzhong 9a3e22aad4
move nms2 to contrib, test=develop (#20709)
5 years ago
Zhang Ting 80c97e560d fix bias_attr's bug of conv and conv_transpose, test=develop (#20704)
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
tangwei12 1d925440ca
fix fetch handler error with pslib (#20679)
5 years ago
gongweibao 78431dc7bc
Add detail log on parallel dygraph unit test when failed. (#20660)
5 years ago
juncaipeng f201b465ec
Move pool2d to add_quant_dequant_pass, test=develop (#20586)
5 years ago
zhongpu efa10937bd fix elementwise_floordiv_op and elementwise_mod_op (#20534)
5 years ago
Bai Yifan ffec9195e4
soft_label_distiller fix, test=develop (#20645)
5 years ago
gongweibao f3f52fc1e2
Retry when failed to bind address. (#20642)
5 years ago
Tao Luo 3e831b6083
reduce setup.py.in installation logs (#20641)
5 years ago
qingqing01 01eddc1a04
Support fp16 in GPU impl of fused_elemwise_activation_op. (#20636)
5 years ago
Tao Luo ea20f8be23
refine error message of input TypeError in framework.py (#19970)
5 years ago
Chengmo 940c6ff1c8
Fix communicator slow bug & fix communicator stop bug (#20366)
5 years ago
liym27 ae4ddbc821 add fill_constant input(shape) dtype check. test=develop (#20620)
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
danleifeng 46797f53de fix small bug of error message for elementwise_add and elementwise_mul (#20619)
5 years ago
Liufang Sang bc4af386f4 [PaddleSlim] refine slim reader to support dataloader (#20604)
5 years ago
石晓伟 a4753f3a79 Optimize error message of mean_op and matmul_op (#20413)
5 years ago
mapingshuo f55d1c6867
Fleet: deal with special case: strategy is None (#20359)
5 years ago
gongweibao 1d82025e89
Add interface so user can get scaled loss when they use customized loss. (#20571)
5 years ago
翟飞跃 36acfaeeda Add fused_embedding_seq layer into fluid.contrib (#19771)
5 years ago
zhupengyang 01209b5161 add input type and dtype check for cast_op (#20070)
5 years ago
Youwei Song 67fcb0c923 fix api fluid.cuda_pinned_places (#20424)
5 years ago
Thunderbrook f76a32df4a
dump fix dov vec file num (#20539)
5 years ago
gongweibao bf6470c71e
Add detail logs on resnet unit test (#20558)
5 years ago
chengduo 36c85ef492
Add sub-scope check in RecurrentOp (#20468)
5 years ago
633WHU 12e4be0382 Dlpack support (#20039)
5 years ago
zhupengyang 5e65c753ea enhance input type chec for concat (#20584)
5 years ago
JesseyXujin 2ff18e537f
add expand_as op, test=develop (#20565)
5 years ago
lijianshe02 5c41805dc9
update mul_op input data type check test=develop (#20552)
5 years ago
Zeng Jinle 40effc61af
Refine py_reader exit (#20331)
5 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
5 years ago
Yuan Shuai 172e91c008
Refine error message of transpose_op (#20437)
5 years ago
hong19860320 f567214b6a
Fix the error message of zeros op (#20476)
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
Guo Sheng c7ae6c62cd
Fix the assign data check (#20564)
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
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 eb5c33cb8c Add uniform random unittest (#20485)
5 years ago
silingtong123 d5aa2dd818 fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316)
5 years ago
zhang wenhui b521992041
fix converter , test=develop (#20522)
5 years ago
liym27 5219efb14f fix reshape input(x) error check on float16. test=develop (#20529)
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
hong19860320 9707ded37e
Fix the error message of assign op (#20508)
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
bingyanghuang a5f530a8f9 Update QAT MKL-DNN readme doc (#20029)
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
hong a1f54a8935
get shape from var desc to avoid run startup program; test=develop (#20499)
5 years ago
wawltor eb526e3f08
fix sign op input error check on float16 (#20472)
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
Aurelius84 2213ae6bf9
Fix fp16 in input.dtype check in layers.fc (#20467)
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
pkpk ac0acc7a92
Fix the English document for 1.6 (#20338)
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
Liufang Sang 86c2c362ae fix fuse_reduce_op quantization bug (#20306)
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
silingtong123 9ee288ac87 test=develop, fix the parameter seed failed to work (#20412)
5 years ago
juncaipeng 5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287)
5 years ago