Commit Graph

1643 Commits (952508527a94de94a78c9250545dcd2d37d21ff4)

Author SHA1 Message Date
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
Zeng Jinle 1b7de89455
fix math_op_path.py when integers, test=develop (#20008)
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
wopeizl e606b1754e
optimize the error information when the input for while op has a wron… (#19872)
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
Zeng Jinle e237275017
add py_reader may be deprecated msg, test=develop (#19891)
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
Huihuang Zheng 3e1e1fee26
Return correct currrent block of a var (#19850)
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
JesseyXujin e352467c1c
modify activation op API, delete use_cudnn args, test=develop, (#19758)
7 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
7 years ago
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
7 years ago
wangguanzhong 25dcd74d34
merge empty lod tensor, test=develop (#19228)
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
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
7 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
7 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
7 years ago
xiaoting 7a86706309 modified multiclass_nms example (#19553)
7 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
7 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
7 years ago
Zeng Jinle 5dce1da680 remove reset recordio usage (#19519)
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
Bai Yifan 8394699dbb add stop_gradient in range_api, test=develop (#19484)
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
xiaoting 62facc7e47 fix yolo_box python example (#18925)
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
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
7 years ago
zhaoyuchen2018 0c71c839ec
Fix recurrent op not update grade issue (#18581)
7 years ago
Aurelius84 45fb031f6b
remove is_test param of FC test=develop (#19209)
7 years ago
liym27 c8cdef37b2 change the default value of summarize from -1 to 20 in Print API to improve ease of use (#18738)
7 years ago
lvmengsi c6f163cd7a
add description of sync_bn (#19056)
7 years ago
Jiawei Wang 6ac32d0981 Instag Implemention (#18394)
7 years ago
wawltor 0019eb376a
Fix the error of op `ones_like` document,change the output variable
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
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
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
Kaipeng Deng 1f46253d4a
fix natural exp decay doc. test=develop (#19025)
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
JesseyXujin 25c9b57bcd
Modify auc doc. Add output variable description, previously was the scalar type, now changed to the tuple type.test=develop (#18771)
7 years ago
Yi Liu 157211c4e1
supports distributed classification (#18690)
7 years ago
Zeng Jinle d07ad4c605
add more traceback to py_reader error msg, test=develop (#18722)
7 years ago
Kevin 995d7d8600 Modify embedding_op input dtype to int64 (#18598)
7 years ago
LielinJiang 24d1c44a0c Fix roi_perspective_transform_op bug (#18522)
7 years ago
LielinJiang 43e17c7951 Add distributions of normal and uniform (#18023)
7 years ago
qingqing01 602cb6a5b4
Enhance linear_lr_warmup (#18463)
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 d3b3443d10 add ones_like op (#17388)
7 years ago
zhoukunsheng 67b48d7fe7 add size op (#17412)
7 years ago
Zeng Jinle 41ab76e55b add friendly error msg to py_reader (#18316)
7 years ago
Kaipeng Deng 823ab5e887
fix load attr error. test=develop (#18447)
7 years ago
LielinJiang 449c7a9f98 Make roi_perspective_transform op return mask and transform matrix (#18371)
7 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
7 years ago
qingqing01 9047ac687e
Simplify multi_box_head API in detection.py and remove assign op. (#18310)
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
flame fdf798f95a
fix double buffer example (#18169)
7 years ago
Bai Yifan 23b8b18e56
fix api doc example, test=develop (#18266)
7 years ago
zhaoyuchen2018 32c95f1752
Add StaticRNN.output code example (#18251)
7 years ago
xiaoting 2f0d68261c fix yolo_box example,test=develop (#18247)
7 years ago
Shuai Yuan 9a32dad811
[DOC] Fix comment code of API create_py_reader_by_data (#18193)
7 years ago
lijianshe02 ff4279e3b2
fix paddle.fluid.layers.io.open_files api doc bug test=develop (#18203)
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
Huihuang Zheng bbc292920c
Fix API example code (#18176)
7 years ago
lvmengsi d658f1133b
Fix doc for transpose, conv3d and batch_norm. (#18035)
7 years ago
FlyingQianMM ff83655f7e
add detection output operator for supporting retinanet (#17896)
7 years ago
FlyingQianMM 0aee1f0074
add sigmoid focal loss operator for supporting retinanet (#17895)
7 years ago
FDInSky 9e4b9d9798 Update generate_proposal_labels_op to support CascadeRCNN. (#17200)
7 years ago
FlyingQianMM 9ed2f936f1
add target assign operator for supporting retinanet (#17893)
7 years ago
chengduo 24e988a471
Fix bug of scope_buffered_ssa_graph_executor (#18100)
7 years ago
qingqing01 e81756f1ba
Hidden paddle.fluid.layers.detection_map. (#18033)
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
Zeng Jinle a1bdf25ecb
Add shape not match doc to data layer (#17936)
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
SunGaofeng 3559e5a3fa
fix bug when iterate in locals_var.items() in python3 (#17948)
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
Huihuang Zheng 931698a54a
Modify doc of program_guard, py_reader, data, and clone (#17727)
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
Hongyu Liu aca53535e0 fix bug; test=develop (#17733)
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
wopeizl 058f1f1e1b
fix the api example for create_global_var, create_parameter, SGDOptim… (#17371)
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
Guo Sheng 2a7b321110
Fix the example code in some Python API. (#17343)
7 years ago
chengduo b5f4d5ed0e
Add broadcast operators (#17503)
7 years ago
flame 2280f185d7
BuildStrategy api comment (#17348)
7 years ago
Kaipeng Deng cf60e5a2db
fix API python example (#17226)
7 years ago
zhang wenhui 9bb6a421e3
fix bpr_loss data_norm teacher_student_sigmoid_loss api & fix continuous_value_model (#17331)
7 years ago
lijianshe02 300bd7504d
fix api-doc related bugs test=develop test=document_preview (#17360)
7 years ago
Yiqun Liu cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308)
7 years ago
zhaoyuchen2018 dfdcd91869
Add api doc code examples (#17285)
7 years ago
Zeng Jinle 9eb19df266
fix uniform_random op,test=develop (#17492)
7 years ago
JesseyXujin 829fcc98fb
Fix some APIs' example
7 years ago
jerrywgz 1c6d064627
add collect fpn proposals op,test=develop (#16074)
7 years ago
zhoukunsheng 2ff7ea3337 Expose sign op (#17117)
7 years ago
qingqing01 1d0ba5e815
Fix the example code in some Python API (#17333)
7 years ago
zhoukunsheng d4b67e1692 Add Where Op(#16793)
7 years ago
zhoukunsheng 1bfff02047 Add Diag Op(#17027)
7 years ago
SunGaofeng ddb24d48c5
test=develop (#17322)
7 years ago
xiaoting 50ad9046c9 add import, test=develop (#17229)
7 years ago
zhoukunsheng 4292bd8687 Mod floordiv (#17251)
7 years ago
xiaoting 9ed4aaada4 modified formula for Lrn (#17281)
7 years ago
lvmengsi dab71e8d97
Fix api example (#17231)
7 years ago
Huihuang Zheng 648320bb6c
Fix some data and reader related API code (#17202)
7 years ago
Tao Luo 8b62f53719
fix nn.py lack of `import warnings` (#17249)
7 years ago
tensor-tang 71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235)
7 years ago
Kaipeng Deng a71d8fdb87
Softmax_cross_entropy op add axis (#16806)
7 years ago
Tao Luo 16922e0093
fix api_example of tree_conv (#17239)
7 years ago
jerrywgz ef66baedc0
Refine api doc (#17230)
7 years ago
Yibing Liu 6b0f27e802
Fix some APIs' example (#17214)
7 years ago
ruri 5817077c99
Fix unexecutable API examples (#17218)
7 years ago
jerrywgz cc95a7516c
fix distribute fpn proposals, test=develop (#16152)
7 years ago
Lfc1993 aa5307ce5b fix python3 run_time_error in ops. test=develop (#17170)
7 years ago
Lfc1993 626922d3cd fix run_time_error in uniform_random. test=develop (#17152)
7 years ago
Zeng Jinle 28d69d710a
Refine dropout gpu memory (#17095)
7 years ago
xiaoting 7da7881c0e Detailed coordinate description for yolov3 loss (#17007)
7 years ago
whs 55ce36e981
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090)
7 years ago
Yan Xu 0b07eef118
ParallelDyGraph with GPU collective mode (#16827)
7 years ago
tink2123 5e216fcf1a fix split
7 years ago
Zeng Jinle 24923f7604
fix py_reader demo (#16997)
7 years ago
Yibing Liu 36c05d36ab
Check some shapes only in runtime (#16919)
7 years ago
Kaipeng Deng 5d45eb06f9
Merge pull request #16858 from heavengate/fix_yolo_param
7 years ago
xiaoting ccc3bd70c1 polish doc for uniform_random and multi_box_head (#16864)
7 years ago
Hongyu Liu 0701c2db47
Merge pull request #16518 from zhoukunsheng/rsqrt
7 years ago
Hongyu Liu bbcfa8ffb2
Merge pull request #16493 from zhoukunsheng/zeros_like
7 years ago
zhoukunsheng f9223c5fa9 Logical compare (#16513)
7 years ago
wopeizl 0114f1d65a
give the output value to keep consistant with document test=develop (#16740)
7 years ago
liuwei1031 072db0938b
optimize lstmp and sample_logits op, test=develop (#16845)
7 years ago
Jiabin Yang 84b7a7291e test=develop, fix hsigmoid dereference nullptr (#16769)
7 years ago
colourful-tree 434caab21b
Merge pull request #16741 from colourful-tree/dev
7 years ago
dengkaipeng 7b1702d9a1 fix unittest and API.spec. test=develop
7 years ago
dengkaipeng b20b27f0f7 fix yolov3_loss param name. test=develop
7 years ago
heqiaozhi aab9ea6ccb out && commit id
7 years ago
chengduo c62674f475
Refine StaticRnn (#16707)
7 years ago
heqiaozhi 759940786e Merge remote-tracking branch 'upstream/develop' into dev
7 years ago
zhoukunsheng 380df8281f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
heqiaozhi 85a0746e9d fix doc
7 years ago
heqiaozhi 271532eb5e fix doc
7 years ago