Commit Graph

1261 Commits (develop)

Author SHA1 Message Date
Zhen Wang abe3e6906d
Solve the conflict of ops with the same name. (#23199)
6 years ago
Feiyu Chan 81f1402f6c
Add functional convolutions in paddle.nn.functional (#23408)
6 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
6 years ago
xujiaqi01 3a45767d49
add fleet pslib pull and push sparse op and push dense op (#23139)
6 years ago
Leo Chen 488b2387e2
Feature/expand params in auto-generated pybind functions for dygraph operators (#23181)
6 years ago
GaoWei8 20eed5401a
Change fluid.layers.where‘s C++ operator name (#23250)
6 years ago
songyouwei 9203aaf185
fix unittest for coverage (#23007)
6 years ago
liym27 44b1343aab
Support LoDTensorArray in stack/concat api for transformation of list dygraph_to_static (#22987)
6 years ago
yaoxuefeng 29a7a52d38
Fix instag (#22632)
6 years ago
wawltor 1daa66559f
Fix the elementwise_min API BUG, use the elementwise_min replace elementwise_max. (#22880)
6 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
6 years ago
mamingjie-China a5b0758ff7
fix the doc in elementwise_add elementwise_sub elementwise_mul elementwise_div
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
liym27 17a6b50fe3
support num_flatten_dims=-1 of API fc. (#22634)
6 years ago
zhouwei25 d86007775f
fix py_func bug when out is list and add unittest case (#22595)
6 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
6 years ago
songyouwei 99f5907e02 Fix layer & dygraph circular dependent (#22334)
6 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
6 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
6 years ago
mapingshuo ccac636d5e
add example for reshape op (#22129)
6 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
6 years ago
Double_V 6ea3809143 Support prroi_pool_op with Tensor and LoDTensor rois (#20649)
6 years ago
Qinghe JING 288b1e75de Fix segmentation fault bug in reduce ops (#22079)
6 years ago
Yibing Liu c1fea3e3e2 Fix example in log_loss doc (#22052)
6 years ago
ceci3 95d79b6d00
update error log for batch_norm_grad (#22017)
6 years ago
ShenLiang b68f4e006d Fix the doc of scatter_nd (#22015)
6 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
6 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
6 years ago
zhouwei25 ecb2419e5c increase the explanation doc of py_func (#21631)
6 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
6 years ago
wangchaochaohu 29c3844585
fix doc typo test=develop (#21566)
6 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
6 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
7 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
7 years ago
wawltor dbbe6e9cb6
fix the device supported of the op unique and unique_with_counts. (#21395)
7 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
7 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
7 years ago
ruri 007c997572
Add masked select api (#21172)
7 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
7 years ago
hutuxian 47a82e38e3
Support data_norm gpu kernel (#21325)
7 years ago
lilong12 41d13209d7
add the framework support for distfc (#21197)
7 years ago
Yi Liu 0fd1281ef8
fix bug of issue #21259 (#21287)
7 years ago
ShenLiang 1f39a9f17e fix the bug of scatter_nd, test=develop (#21257)
7 years ago
yaoxuefeng b5d8ba8394
fix data_norm op to avoid impractical normalization result test=develop (#21152)
7 years ago
Zhang Ting 9cbe7bccba modified error message and API doc for channel_last supported Op (#21002)
7 years ago
hong 835119c777
disable reshape inplace in dygraph model; test=develop (#21157)
7 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
7 years ago
Tao Luo 8f659d4345
Split some APIs from nn.py to loss.py (#21117)
7 years ago
lilong12 e249d9a3e2
fix the computation for dx (grad for x) for prelu operation. (#20949)
7 years ago
Tao Luo 78cc1ca616
Split some APIs from nn.py to rnn.py and sequence_lod.py (#21030)
7 years ago
hong 72e0969b27
fix uniform random (#21009)
7 years ago
Wojciech Uss 226bc22a29 Remove fuse_with_relu argument from batch_norm constructor (#21028)
7 years ago
liym27 f0e95a6049 Polish error messages of pool_2d/3d and add Raises in English document. test=develop (#21017)
7 years ago
Zhang Ting de9bec607e lrn supports channel_last input, test=develop (#20954)
7 years ago
liym27 7b4cb655bb keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=develop (#20903)
7 years ago
Zhang Ting 8d1e9f0f7e maxout supports channel_last input (#20846)
7 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
7 years ago
liym27 84d221b667 improve unsqueeze op to support int, Tensor for argument axes (#20824)
7 years ago
silingtong123 03d7f3ddb2 Make shape tensor support int32 (#20757)
7 years ago
Bai Yifan 6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)
7 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
7 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
7 years ago
zhongpu 702aad5a0a remove assert statement to support sqeeze op in drgraph, test=develop (#20763)
7 years ago
Zhang Ting 80c97e560d fix bias_attr's bug of conv and conv_transpose, test=develop (#20704)
7 years ago
zhongpu efa10937bd fix elementwise_floordiv_op and elementwise_mod_op (#20534)
7 years ago
danleifeng 46797f53de fix small bug of error message for elementwise_add and elementwise_mul (#20619)
7 years ago
石晓伟 a4753f3a79 Optimize error message of mean_op and matmul_op (#20413)
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
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
Diego Zhang 27d1ef6081
Refine seq enum expand mask pad (#20344)
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 d5aa2dd818 fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316)
7 years ago
liym27 5219efb14f fix reshape input(x) error check on float16. test=develop (#20529)
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
zhupengyang 95524a4d30 fix APIs: relu, relu6, hash (#20416)
7 years ago
zhaoyuchen2018 057bce4d45
Refine topk stack squeeze api en doc (#20367)
7 years ago
lijianshe02 211f5b0319
enhance mul_op input error message test=develop (#20414)
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
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
wopeizl 3044a62f2a
fix the precise roi poop op test=develop (#20126)
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
Wilber 2893cd1ae0
modify english api (#20159)
7 years ago
zhouwei25 b1218d056b fix English Doc of API:layers.py_func/sum (#20329)
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
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
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
DuYao 76a5819728 update English document (#20330)
7 years ago
liu zhengxi e34fccbc48
update the api en doc (#20307)
7 years ago
wangchaochaohu 1288ac2983
fix expand bug (#20340)
7 years ago
Youwei Song ba78a0c7c2 polish 3 LSTM en doc (#20383)
7 years ago
Feiyu Chan 91693b9cee fix document for swish, thresholded_relu, gaussian_randdom
7 years ago
SunGaofeng a73e1f68b4
fix document of 11 APIs (#20278)
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
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
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
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
Aurelius84 729f5846cc
enhance shape error message of fc API (#20172)
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
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
Liufang Sang 53535b4f18 fix en api doc (#20245)
7 years ago
Bai Yifan fb21a743ae
Fix fluid.data code example (#20227)
7 years ago
Double_V 98da70f63f fix API en doc (#20261)
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
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
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
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
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
Zhang Ting cf6919bf6e conv_transpose supports channel_last input, test=develop, test=document_preview (#20072)
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
wangchaochaohu 6e73e90bfb
fix the error message for reduce_mean and reduce_sum op (#20063)
7 years ago
liym27 3aa331d97e fix conv2d and conv3d: (#20042)
7 years ago
wangguanzhong da892cafd5
Refine api doc (#20037)
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
Zeng Jinle 20f0878f70
Fix en docs of apis (#20050)
7 years ago
danleifeng 5cef7a2f25 Polish English docs of elementwise_add/sub/mul/div (#20027)
7 years ago
gongweibao a7512db2bc
Polish elementwise max min pow document to add more examples. (#19946)
7 years ago
chengjuntao 0099e54924
refine deformable roi pooling doc (#19944)
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
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
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
Zhang Ting cb8f3c03a7 resize Ops support data_layout:channel_last, test=develop, test=document_preview (#19914)
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
lvmengsi 4155e62559
add instance norm (#19500)
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
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
wopeizl a7c440d303
add precise roi pooling op test=develop (#18960)
7 years ago
wangchaochaohu 47af618f70
Strided slice (#19642)
7 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
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
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
7 years ago
JesseyXujin 0b06db9413
delete transmission args in linear_chain_crf op (#19619)
7 years ago
Chen Weihang 73daa3d6c0
Code Cleanup: delete three useless raw variables in Conv2D (#19644)
7 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
7 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
7 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
7 years ago
ShenLiang 85914f7a88 add gather_nd op and unit test (#19366)
7 years ago
Aurelius84 5b5379b32a
Add sequence_topk_avg_pooling Op (#19442)
7 years ago
Bai Yifan 6d99842bb8
fix mean_iou api example, test=develop, test=document_preview (#19503)
7 years ago
Aurelius84 a9cd513680
improve sequence_conv api doc (#19316)
7 years ago
vincentXiyu 482ce818bb Support Tensor input with padding for warpctc op (#19322)
7 years ago
Yibing Liu b2c4f76cf2
Fix sequence mask in dygraph (#19271)
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
Aurelius84 45fb031f6b
remove is_test param of FC test=develop (#19209)
7 years ago
lvmengsi c6f163cd7a
add description of sync_bn (#19056)
7 years ago
Jiawei Wang 6ac32d0981 Instag Implemention (#18394)
7 years ago
huangjun12 20f18930ae Add hard swish op (new op) (#19001)
7 years ago
Kevin 744279fe68
Refine embedding Api doc (#18820)
7 years ago
Kaipeng Deng f86fead693
Add trilinear_interp OP (#18711)
7 years ago
wangguanzhong e50f527fee
update roi doc in roi_pool and roi_align (#19036)
7 years ago
Kevin e681d65515 Add var_conv_2d op (#18518)
7 years ago
lvmengsi 5d9df8c8c7
fix dropout (#18965)
7 years ago
SunGaofeng 4da1c4f15d
fix g_param shape mismatch in WeightNormParamAttr (#18940)
7 years ago
xsrobin 8ce902541c
fix unalign of some examples (#18943)
7 years ago
hong f745d6d9e4
fix expand op dtype build bugs; test=develop (#18932)
7 years ago
wawltor 3ab1866ca5
Add the op of unique_with_counts, expand count function of the op unique (#18720)
7 years ago
HaoRen 24f8543106 Add center Loss Op Support (#18681)
7 years ago
lvmengsi d21c391447
replace paper link (#18861)
7 years ago
whs 6cccab9203
Make lod_append support variable lod. (#18908)
7 years ago
lvmengsi 829ef26281
Fix drop deconv (#18813)
7 years ago
石晓伟 9dbb62eeb9
Fix examples of API (#18092)
7 years ago
whs 075e1cf78e
Add python API for appending LoD level (#18702)
7 years ago
Yi Liu 157211c4e1
supports distributed classification (#18690)
7 years ago
Kevin 995d7d8600 Modify embedding_op input dtype to int64 (#18598)
7 years ago
zhoukunsheng 7c6f2350b9 support Tensor input for edit_distance op (#18162)
7 years ago
zhoukunsheng 26318544d2 support Tensor input for chunk_eval op (#18226)
7 years ago
zhoukunsheng 206c44e2a8 add unique kernel and op (#17557)
7 years ago
zhoukunsheng 71af72b1c2 upgrade hash op to support Tensor and LoDTensor input (#17998)
7 years ago
zhoukunsheng 67b48d7fe7 add size op (#17412)
7 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
7 years ago
Hongyu Liu df2eee71d8
Sequence mask support tensor (#18249)
7 years ago
Zhaolong Xing 6978b2e48e
fix split and sampled softmax (#18280)
7 years ago
liuwei1031 a736c03b10
improve doc of lstm, sequence_enumerate, softmax_with_cross_entropy, space_to_depth APIs (#18261)
7 years ago
wangchaochaohu a9dc534f48
fix API example (#18153)
7 years ago
翟飞跃 802ea50956 fix spelling errors (#17941)
7 years ago
zhoukunsheng 0569ff78fa Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag (#18167)
7 years ago
lvmengsi d658f1133b
Fix doc for transpose, conv3d and batch_norm. (#18035)
7 years ago
Guo Sheng a06b316b94
Fix GetExpectedKernelType of add_position_encoding_op (#17935)
7 years ago
wawltor 8eb134c3c1
Fix scatter and gather op when has duplicate index (#17952)
7 years ago
ruri 9d6640ff44
Fix edit distance doc (#17947)
7 years ago
cjt222 871af28d6c
add deformable psroi pooling (#17827)
7 years ago
SunGaofeng 40885c225b
add unfold op (new op),test=develop (#17944)
7 years ago
zhaoyuchen2018 3847d9fc2c
refine sum stack api doc (#17923)
7 years ago
Yibing Liu 33d1e56506
Enable seq_pool op to accept len 0 input (#17284)
7 years ago
Hongyu Liu b888a4c57c
fix regularizer lod bug (#17848)
7 years ago
Hongyu Liu 8062bd510c
Reshape support tensor attribute (#17781)
7 years ago
jerrywgz 5e4f99dd74
refine doc for prelu (#17810)
7 years ago
tensor-tang 557452e778
update and polish hash op doc (#17809)
7 years ago
jerrywgz 92d9bdfce2
fix api doc in slice op, test=develop (#17804)
7 years ago
Hongyu Liu dfec676270
expand op supprt tensor attribute (#17773)
7 years ago
Hongyu Liu 82358bfdc1
ont hot support tensor depth (#16972)
7 years ago
hong19860320 68dcb1bd7b
fix API examples of assign, reverse and array_write, etc. (#17287)
7 years ago
Bai Yifan bba57cdd82
Add deformable conv v2 op,test=develop (#17145)
7 years ago
wangchaochaohu bd48950c7e fix paddlepaddle API examples (#17306)
7 years ago
Zhaolong Xing a9a531fa5f
Refine python api code example note: (#17369)
7 years ago
ruri 1735ed324e
fix im2sequence padding bug, test=develop (#17660)
7 years ago
石晓伟 acbb4bf38d
update python API examples (#17351)
7 years ago
Shuai Yuan 41f1186c6b
[DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629)
7 years ago
Bai Yifan bbd6e438fc
fix conflicts,test=develop (#17186)
7 years ago
bdzhuxiaoning 9f85afb7b6 test=develop (#17643)
7 years ago
Zeng Jinle 887a39f050
Fix dygraph unique name bug (#17592)
7 years ago
Hongyu Liu cbaf9e5344
Fix api example [ lstm, sequence_enumerate, sequence_expand,sequence_expand_as ] (#17210)
7 years ago