Commit Graph

241 Commits (7c42f056e2ece4080ac1203489b9730ceb3837eb)

Author SHA1 Message Date
Kaipeng Deng 63ac947e2f
Merge pull request #16135 from heavengate/shift
6 years ago
lujun d4d5052fa6 fix merge for move dir, fix utest error, test=develop
6 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
lujun 32146857a4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-code
6 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
6 years ago
lujun d980ba19bc add some dygraph op, test=develop
6 years ago
dengkaipeng 193185b840 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
6 years ago
zhoukunsheng 874b5d8362 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
Jiabin Yang 0d9d25d40f
Feature/refactor layers to Layers (#16337)
6 years ago
Jiabin Yang f735102eab
add layer norm to Layers, add transformer test in imperative mode (#16092)
6 years ago
whs e9bec9369b
[slim] Add quantization strategy and distillation strategy. (#16408)
6 years ago
zhoukunsheng 43060084a4 test=develop
6 years ago
zhoukunsheng 8e9ebebcef test=develop
6 years ago
whs 18779b5b8f
[Operator] Add range op. (#15431)
6 years ago
dengkaipeng 217db27337 add mkldnn support. test=develop
6 years ago
Xin Pan 3e9319f3ab add more imperative layer tests.
6 years ago
Xin Pan 3be7e971ab polish
6 years ago
Xin Pan 50ff898378 graph neural network for imperative mode
6 years ago
minqiyang d17bb4e600 Add unit test for gru unit
6 years ago
Xin Pan 81773d0b1c add imperative and declarative mode testbase and example
6 years ago
dengkaipeng 5c1920b731 add Attr shift_ratio. test=develop
6 years ago
dengkaipeng 6a62b9d8a0 add temporal_shift_op. test=develop
6 years ago
dengkaipeng 40405d132c add doc and API.spec. test=develop
6 years ago
dengkaipeng 2ea5843cbf add doc and test_layers. test=develop
6 years ago
xuezhong 1de9b60ace pass layer test
6 years ago
xuezhong 3c8aa787ec define sampled_softmax_with_cross_entropy
6 years ago
xuezhong 58ad40cc15 add sample_logits op
6 years ago
Wu Yi ab4715840d
fix default create_parameter dtype maching initializers (#15521)
6 years ago
shippingwang 14f2a1060d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
dengkaipeng ccc83bb4e5 adaptive_pool support pool_size as int. test=develop
6 years ago
shippingwang 3757c1ee47 Modify test layers, test=develop
6 years ago
shippingwang 942d7cf7ef Modify python interface, test=develop
6 years ago
shippingwang 0a0b6f4a22 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
shippingwang 16d4e13711 Add ShuffleChannelOP
6 years ago
shippingwang 7f73c16e42 Add
7 years ago
shippingwang 2dd55b873f Add shuffle_channel_op
7 years ago
Kaipeng Deng dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
7 years ago
SunGaofeng e3c4b0dace this is for psroi_pool op, test=develop (#14796)
7 years ago
dengkaipeng a81fabd327 fix doc errors. test=develop
7 years ago
dengkaipeng 266c6856c9 add adaptive pool 2d & 3d. test=develop
7 years ago
frankwhzhang c9a653820b fix label_pos ,add test_layers.py, test=develop
7 years ago
jerrywgz 96dc3d8326
Merge pull request #14511 from jerrywgz/ignore_index_for_sigmoid_cross_entropy
7 years ago
whs 1b9753d109
Make pad2d support for variable paddings. (#14667)
7 years ago
qingqing01 731d45a39a
Enable BatchNorm to use global mean and variane during training (#14630)
7 years ago
JiabinYang a08dc83eb0 remove arg 'non_leaf_num', test=develop
7 years ago
JiabinYang c469334cfb polish python code and comment, test=develop
7 years ago
JiabinYang 7e4bd695e6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
7 years ago
JiabinYang 510601b279 test=develop
7 years ago
JiabinYang 982e489220 test=develop
7 years ago
Jiabin Yang f7b55de9e5
Merge branch 'develop' into enhance_hierachical_sigmod_op
7 years ago
jerrywgz 13e254faed refine code, test=develop
7 years ago
jerrywgz 79cec53111 add ignore index for sigmoid cross entropy with logits op, test=develop
7 years ago
JiabinYang 30332ad91d test=develop
7 years ago
JiabinYang f4be1d99d0 polish code and test
7 years ago
Yibing Liu 6c7b64cc20
Support softmax return in softmax_with_cross_entropy (#14367)
7 years ago
Qiao Longfei c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
7 years ago
Kaipeng Deng f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
7 years ago
Qiao Longfei 319618e980 optimize comment, add unit test test=develop
7 years ago
Xin Pan b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
7 years ago
dengkaipeng 34bfae243a Add Interpolate operation. test=develop
7 years ago
dengkaipeng decaeb1c6d fix style check after conflicts check. test=develop
7 years ago
Jiabin Yang 9f65b616b2
Merge branch 'develop' into add_reorg_op
7 years ago
Kaipeng Deng 0b29078201
Merge branch 'develop' into grid_sampler
7 years ago
whs 0c319e0b35
Add affine grid generator op (#12238)
7 years ago
dengkaipeng e99da0b583 api change: create_variable_for_type_inference. test=develop
7 years ago
dengkaipeng df4a3544aa nearest neighbor interp add cuda kernel. test=develop
7 years ago
dengkaipeng ff6329bd5f fix some inappropriate expressions in api doc for grid_sampler. test=develop
7 years ago
dengkaipeng 0bb0e0c10f add Grid Sampler Operator for STN.
7 years ago
JiabinYang 9cad409f2a test=develop
7 years ago
JiabinYang eab2e5e5d4 test=develop
7 years ago
JiabinYang ff07dc315e test=develop
7 years ago
JiabinYang 39d39775c3 test=develop
7 years ago
JiabinYang 70351de1b5 test=develop
7 years ago
jerrywgz 765085d297
Merge pull request #13904 from jerrywgz/roialign
7 years ago
Yibing Liu 6b795d424c
Merge pull request #13901 from kuke/seq_slice_py
7 years ago
jerrywgz 2f5a80174e add roi_align api
7 years ago
Yibing Liu 16b2c6dc78 Add py api for sequence_slice_op
7 years ago
Yibing Liu 46e61d81a7 Wrapper py api for sequence_unpad
7 years ago
Xin Pan 23a29be49d hide all left over kwargs
7 years ago
gongweibao 1113337764 merge
7 years ago
baiyf 3986242e5e remove kwargs
7 years ago
gongweibao 01396d91db Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2
7 years ago
gongweibao dda9c3556e fix
7 years ago
gongweibao 45efc1ddda fix
7 years ago
gongweibao ff47841796 fix
7 years ago
tensor-tang f42a12dadc Merge remote-tracking branch 'ups/develop' into remove/kwargs
7 years ago
tensor-tang 5ee7dcbaad add unit tests
7 years ago
gongweibao 8f09109a45 fix
7 years ago
whs fc44087d31
Add roi perspective transform op. (#13176)
7 years ago
Qingsheng Li 21ec93aa7e
[WIP]Sequence Scatter Op (#12625)
7 years ago
whs 5dc5175007
Add python api for expand op. (#13453)
7 years ago
Bai Yifan faf8ad2436
Add ignore_index in cross_entropy op (#13217)
7 years ago
Chen Weihang 3b6090e80b
Merge pull request #12887 from chenwhql/sequence_enumerate_op
7 years ago
whs e10aa80f03
Add pad2d op. (#12950)
7 years ago
Yibing Liu 5aa64827df Rename the input of squeeze's wrapper
7 years ago
Yibing Liu b586cc2ae8 Fix typos in unsqueeze & unsequeeze wrapper
7 years ago
Yibing Liu 1443d762fd Wrap unsqueeze & squeeze ops
7 years ago
chenweihang 733ea0d29b adjust infershape details
7 years ago
Chen Weihang 2969aba14f
Merge branch 'develop' into sequence_enumerate_op
7 years ago
chenweihang 219a2369da feat: wrap sequence enumerate op
7 years ago
Qingsheng Li 3d11d018e0
Fix scatter_op python API (#12742)
7 years ago
Qiyang Min 340a104c58
Merge pull request #12658 from velconia/port_pybind11
7 years ago
jerrywgz c108376506 Add three modes for prelu_op (#12630)
7 years ago
minqiyang 0d7047ca79 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Bai Yifan 9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. (#12422)
7 years ago
minqiyang be6ecec46f Fix unittests' division issues
7 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
Bai Yifan 900d61dd98
Clean python api (#12406)
7 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
baiyf a4c06083af
Expose rank_loss op Python API (#12132)
7 years ago
Guo Sheng da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
7 years ago
Yu Yang 1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
7 years ago
lemon34 29145e1e31 change im2sequence for ctc batch inference (#11696)
7 years ago
yuyang18 6c83dcd622
Hide get_places. Mark it as deprecated
7 years ago
guosheng d695381677 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
Yibing Liu 9386ac0a40 Enhance cuda code & unittest for argsort_op
7 years ago
whs 93e25301d7
Fix python api of mean iou op. (#11797)
7 years ago
qingqing01 c22ebb3bde
Expose crop op into Python API. (#11546)
7 years ago
weixing02 ee13b396f2 fix some errors
7 years ago
weixing02 8bd148dc00 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_op
7 years ago
qingqing01 19fd071785
Make the normalization operator more general and fix bug in l2_normalize. (#11348)
7 years ago
qingqing01 59e10922b4
Expose maxout Python API. (#11278)
7 years ago
whs c8d6c1d09c Auto generate python api for polygon_box_transform op. (#11074)
7 years ago
baiyf 663f4e6168 Fix bilinear_op Python API (#11117)
7 years ago
weixing02 4bd08e3408 make test_layers right
7 years ago
weixing02 3e46ec41a9 add hsigmoid
7 years ago
baiyf 1ba2581a52 Unified bilinear_interp op Python interface specification (#10925)
7 years ago
baiyf 16b09d3c36 Expose bilinear operator into Python API. (#10875)
7 years ago
dyning 4a5bfa89c3 Modify RoI pooling op to use LoDTensor and expose it into Python API (#10208)
7 years ago
qingqing01 ee9832a7a9
Add Top-k Python API. (#9973)
7 years ago
guosheng d04073050e Add python wrapper for label smoothing
7 years ago
Yang Yang(Tony) a64edbf14e
delete backward.cc related code on the python side (#9854)
7 years ago
dragonwarrior 54a85b7bfd Add lrn layer (#9157)
7 years ago
yangyaming 2f2c5f5e60 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9049
7 years ago
yangyaming 869a6f9cea Add python wrapper.
7 years ago
yangyaming 58730ba131 Enhance unit test.
7 years ago
dzhwinter 128adf53cb
[Speed]implement cudnn sequence softmax cudnn (#8978)
7 years ago
Yu Yang 5f1a577e33 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
7 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago