Commit Graph

2712 Commits (3c98ec90ce7a2a959ad19539420c4e7165d49201)

Author SHA1 Message Date
Zhang Ting 0652f15810 fix Attr(scale)'s bug for image_resize and modified unittest, test=develop (#19983)
6 years ago
wangchaochaohu bc6126dd07
fix the reduce bug test=develop (#20102)
6 years ago
hong fa43e80e19 New save load interface (#20148)
6 years ago
FDInSky e2c7b6821a test=develop enhance uniform_random op python api (#20295)
6 years ago
danleifeng 3a0f93b3f9 fix error message for elementwise_add/mul (#20283)
6 years ago
liym27 670937e11d add input type and dtype check for reshape op. (#20099)
6 years ago
Aurelius84 729f5846cc
enhance shape error message of fc API (#20172)
6 years ago
Yibing Liu d849e9835f
Add detailed error messages for nce layer (#20231)
6 years ago
Tao Luo 134d809e23
fix softmax input error check on float16 (#20273)
6 years ago
gongweibao 89c4b3ddcf
Add bash_test_modules function to capture the timeout or failed context. (#20197)
6 years ago
GaoWei8 318d5bba64 add input type and dtype check for elu_op (#20106)
6 years ago
mapingshuo 90be481b13
RecomputeOptimizer: rm unused ckpt and sort ckpt (#20108)
6 years ago
Huihuang Zheng e6d13ae5ae
Refine Error Message for New Data API (#20204)
6 years ago
Huihuang Zheng 7c45471579
Add support for None for fluid.data (#20228)
6 years ago
wopeizl e9205c38e8
add more checks to create_parameter test=develop (#20059)
6 years ago
zhaoyuchen2018 5ebf4078dc
add input type and dtype check for squeeze (#20100)
6 years ago
chengduo 0313b98ae0 temporally disable test_parallel_executor_fetch_feed in Windows CI (#20288)
6 years ago
wawltor 08c8f0c534
Fix api, add input type and dtype check for sign_op (#20138)
6 years ago
liym27 869cef6dc0 fix bug of infer shape in pool op. test=develop (#20213)
6 years ago
Zhang Ting cf6919bf6e conv_transpose supports channel_last input, test=develop, test=document_preview (#20072)
6 years ago
tangwei12 c9139c3db3
trainer from dataset fetch targets (#19760)
6 years ago
lvmengsi 76ba55e891
add error log for python api and c++ (#20061)
6 years ago
Yibing Liu 01ad8d2e06
Refactor linear chain crf op & crf decoding op (#19982)
6 years ago
Jiabin Yang 7a9bd0c5d8
Fix/auto prune error on leaf (#20056)
6 years ago
wangchaochaohu 6e73e90bfb
fix the error message for reduce_mean and reduce_sum op (#20063)
6 years ago
wangchaochaohu 9a76f3f916
Fill constant error message fix (#20075)
6 years ago
zhaoyuchen2018 e867366805
Add multihead op for ernie opt (#19933)
6 years ago
Chengmo 728ec1b43d
Add GEO-SGD distribute training algorithm (#20018)
6 years ago
liym27 3aa331d97e fix conv2d and conv3d: (#20042)
6 years ago
mapingshuo 5e99f31b7e add a new interface _prune_with_input (#20022)
6 years ago
silingtong123 f1eebf75aa improve op uniform_random, argument shape support tensor and tensor in list (#19786)
6 years ago
liym27 24010472d4 fix pool2d pool3d,support asymmetric padding and channel_last (#19739)
6 years ago
Youwei Song 54e07994ee Dygraph Layer kwargs & param getter setter (#19901)
6 years ago
hong 4e99c2af0a
Add shape check in load model (#19936)
6 years ago
gongweibao d4bca8118a
change dist tests to serial test=develop (#20051)
6 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
6 years ago
Kaipeng Deng e7a6567be5
polish pool infer shape (#20038)
6 years ago
chengduo fb2a9cdf83
Add fp16 support for pad and split (#19881)
6 years ago
tangwei12 8f0b3c0516
the integrated communicator (#19849)
6 years ago
zhaoyuchen2018 5a2ecdea40
Fix name_scope test case bug (#20034)
6 years ago
gongweibao afc40a59eb
Add `RUN_SERIAL` attribute to `exclusive` test. (#20026)
6 years ago
wangchaochaohu 3409db950c
fix reduce bug test=develop (#19971)
6 years ago
liuwei1031 bda7eab77d
improve the error message when handling ndarray with unsupported dtype (#19949)
6 years ago
joanna.wozna.intel 1d32897c5c Fix test pool2d int8 mkldnn (#19976)
6 years ago
Aurelius84 f58c8db668
Require x.dims=label.dims in huber_loss (#20017)
6 years ago
Yang Zhang cde73a7bbf
Expose `mutable_data` as python binding (#19932)
6 years ago
Aurelius84 137e6336ef
Remove constraint that last dimension is forced to be 1 in rank_loss (#19997)
6 years ago
chengduo 101a2b610a Add dtype for coalesce_tensor_op (#20016)
6 years ago
Huihuang Zheng 88af4ab650
Add new data layer (#19916)
6 years ago
Zeng Jinle 1b7de89455
fix math_op_path.py when integers, test=develop (#20008)
6 years ago
qingqing01 bb271b6d44
Remove unit testing for large shape in test_affine_channel_op (#19993)
6 years ago
zhongpu b1bb23841e add kernel for fill_op, test=develop (#19719)
6 years ago
wangchaochaohu 382d099dcb
add support tensor and tensorlist for strided_slice OP (#19929)
6 years ago
lvmengsi 619a241bd0
Fix OpTest of bn (#19062)
6 years ago
ShenLiang 5920d69df5 Avoid treating broadcast as initialization operation (#19857)
6 years ago
Bob Zhu c670058a8d add support of matmul with multiple head even different width and height (#19708)
6 years ago
Liufang Sang 6884dc800a refine ctc align op with padding (#19926)
6 years ago
Tao Luo 65a02fc114
add input type and dtype check for softmax_op (#19975)
6 years ago
Aurelius84 99a9615a4b
Removing length dims constraints of seq_pad and seq_unpad (#19497)
6 years ago
jhjiangcs 766bd529d1 add optimizer:dpsgd,test=develop (#19915)
6 years ago
Yang Zhang ebff68fa74
Add float16 support to `sync_batch_norm_op` (#19681)
6 years ago
Aurelius84 039b9710d5
Remove constraint that last dimension is forced to be 1 by adding lookup_table_v2 (#19735)
6 years ago
xujiaqi01 cedc04775c
support change shuffle and train thread num (#19841)
6 years ago
Kaipeng Deng 14625ffe9e
add elementwise mod support float/double. test=develop (#19570)
6 years ago
Ghost Under Moon 790d5226b5 give warnings when save a model without any parameters (#19931)
6 years ago
Zeng Jinle f254b477d1
Add py_reader combination unittest (#19923)
6 years ago
Leo Chen 57606205f5 Make OpTest check grad inplace even if forward has no inplace (#19847)
6 years ago
Zhang Ting cb8f3c03a7 resize Ops support data_layout:channel_last, test=develop, test=document_preview (#19914)
6 years ago
mapingshuo 9901f69677
Forward recompute3 (#19913)
6 years ago
Ghost Under Moon 4836ee68fb warning when user save a inference model which contains auc op test=develop (#19838)
6 years ago
wopeizl e606b1754e
optimize the error information when the input for while op has a wron… (#19872)
6 years ago
ruri d31c92a2cd
add mse_loss (#19759)
6 years ago
Tao Luo a4919d3688
move tree_conv to fluid.contrib.layers (#19918)
6 years ago
Zeng Jinle 0436efd6a3
Unify DataLoader APIs (#19305)
6 years ago
tangwei12 278dd00322
paddle cloud role maker fix (#19646)
6 years ago
lvmengsi 4155e62559
add instance norm (#19500)
6 years ago
Adam cb65439da8 Add support for other axes in MKLDNN softmax op (#19907)
6 years ago
Jiabin Yang 454254115e
Feature/auto prune in dygraph (#19757)
6 years ago
Aurelius84 418a0967f3
move match_matrix var_conv2d et.al api into fluid.contrib test=develop (#19859)
6 years ago
Zeng Jinle cee0079a4d
fix readers bug, test=develop (#19868)
6 years ago
Aurelius84 fcf53e55ff
support 2-level lod of input in sequence_pool (#19839)
6 years ago
Zhang Ting 93364b45c1 group_norm support data_layout:NHWC, test=develop, test=document_preview (#19614)
6 years ago
Zhang Ting 439d95e157 modified interpolate op to support tensor attribute, test=develop, test=document_preview (#19287)
6 years ago
Zhang Ting b38889413d add crop_tensor_op, test=develop, test=document_preview (#19314)
6 years ago
Aurelius84 b125e327aa
Remove constraint that last dimension is forced to be 1 in cross_entropy (#19606)
6 years ago
wopeizl a7c440d303
add precise roi pooling op test=develop (#18960)
6 years ago
Yiqun Liu 3cd985a669
Add a pass to fuse fc+elementwise_add+layernorm (#19776)
6 years ago
WangXi 8c2c8dc626 distribute.launch use poll to query subprocess (#19853)
6 years ago
chengduo 8e9273272f Disable test_dygraph_mnist_fp16.py (#19844)
6 years ago
wangchaochaohu 47af618f70
Strided slice (#19642)
6 years ago
LielinJiang 6d72a86b14 fix_roi_transform_bug (#19785)
6 years ago
Zeng Jinle db26de8389
[Bug fix] Disable memory reuse on feeded variables (#19835)
6 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
6 years ago
chengduo b99fc38cec
Add fp16 support for dygraph (#19828)
6 years ago
Leo Chen 5fbf03d6b4 Enhance OpTest to support double grad inplace check (#19826)
6 years ago
liym27 677e714425 fix pow op, support tensor for agument factor. (#19313)
6 years ago
liym27 bd89a27308 add tensor support for argument shape in reshape op; (#19268)
6 years ago
liym27 88628016b2 add tensor(tensor and tensor in list) support for argument starts and ends in slice op; (#19208)
6 years ago
liym27 e9e3c08777 fix expand op: (#19302)
6 years ago
xujiaqi01 6bf298bf09
support preload thread, optimize hdfs log, fix master+patch bug (#19695)
6 years ago
Jiabin Yang cc311bdf95
Feature/add transform data dygraph (#19707)
6 years ago
lvmengsi b76343c3b7
cpu Conv double grad (#19672)
6 years ago
翟飞跃 93c85c930a Implement FusedEmbeddingSeqPoolGradKernel with cblas_saxpy (#19770)
6 years ago
ruri a0e9b7b9a2
add unittest for square error cost op (#19746)
6 years ago
zhongpu 52673956de add kernel for squeeze_op, test=develop (#19656)
6 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
6 years ago
Aurelius84 8c7e411908
Remove constraint that last dimension is forced to be 1 by adding one_hot_v2 (#19716)
6 years ago
chengduo c308c88d71
Fix test_parallel_executor_test_while_train (#19723)
6 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
6 years ago
Yiqun Liu a65c728e5d
Implement the GPU kernel of fc operator (#19687)
6 years ago
Aurelius84 22301115d0
Remove constraint that last dimension is forced to be 1 in huber_loss op (#19562)
6 years ago
Thunderbrook bda92434db remove trainer desc test in windows temporarily (#19753)
6 years ago
Youwei Song 810a33c8bd fix dygraph partitial backward problem (#19625)
6 years ago
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
6 years ago
Zeng Jinle bb4f8dee83
add logs to left var memory size, test=develop (#19722)
6 years ago
chengduo 2c30e64b2f
increase timelimit test_pe_serexnext (#19702)
6 years ago
wangguanzhong 25dcd74d34
merge empty lod tensor, test=develop (#19228)
6 years ago
Chen Weihang c78a4781bf
Fix train error when test_program.clone is executed after optimizer.minimize (#19397)
6 years ago
zhongpu 5f627488db add kernel for unsqueeze_op and Add unsqueezed op test, test=develop (#19436)
6 years ago
123malin a25a716e87
Optimize fleet API: add input check for some interfaces (#18971)
6 years ago
Aurelius84 25c0eb28cc
fix unittest random failed test=develop (#19654)
6 years ago
chengduo 5c4eb394e9 Make test_pe_seresnext serial (#19634)
6 years ago
chengduo ac34aac33f Disable the test_parallel_executor_test_while_train temporarily (#19641)
6 years ago
123malin 2f037c3189
fix the diff between async mode and async_half mode (#19535)
6 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
6 years ago
whs 3abe84500e
Fix data type of variable in edit distance evaluator (#19618)
6 years ago
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
6 years ago
Zeng Jinle 710767d894
Enable inplace support for some ops (#19612)
6 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
6 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
6 years ago
zhongpu 118bb897cf add kernel for flatten_op, test=develop (#19472)
6 years ago
baojun a3a4b6e570 Enable ngraph through build_strategy (#19266)
6 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
6 years ago
wawltor 364c44422e
Add the support the int64 data type of `scatter_op` input Index(#18804) (#19508)
6 years ago
zhongpu 4d26274d25 add detach API for Variable in dygraph mode, test=develop (#19477)
6 years ago
hutuxian 66ad68ed7b
Update UT test_boxps (#19599)
6 years ago
baojun f2ad30c4dd Some ngraph op and unittest fix (#19515)
6 years ago
Tao Luo 49523ea189
replace PADDLE_ASSERT with PADDLE_ASSERT_MSG (#19586)
6 years ago
Zeng Jinle 635cd62d23
remove deprecated memory_optimize usages, test=develop (#19579)
6 years ago
gongweibao 57f0f0f2dc
Delete pserver complete file before executor running. (#19468)
6 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
6 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
6 years ago
Zeng Jinle 5dce1da680 remove reset recordio usage (#19519)
6 years ago
ShenLiang 85914f7a88 add gather_nd op and unit test (#19366)
6 years ago
Jacek Czaja ecd9f330c9 [MKL-DNN] Fix to face model on AVX512 platforms (#19282)
6 years ago
Liufang Sang 9dde564097 change var name padding_num to padding_value (#19498)
6 years ago
Aurelius84 5b5379b32a
Add sequence_topk_avg_pooling Op (#19442)
6 years ago
chengduo 1cdd3b6985
Disable GC in test_parallel_exe_seresnext (#19408)
6 years ago
yaoxuefeng 10ca3f9609
add thread scope stat accurate metrics test=develop (#19480)
6 years ago
chengduo e340df013e
Support feed single persistable variable to PE (#19417)
6 years ago