Commit Graph

1064 Commits (832bd720d1a3bbc243ed3b020fcc156326274bc4)

Author SHA1 Message Date
jerrywgz cc53453057 add comment and refine code, test=develop
6 years ago
qingqing01 07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371)
6 years ago
jerrywgz c12a969bd4 refine comment and unittest, test=develop
6 years ago
jerrywgz 1c558ad388 add gpu kernel for box clip, test=develop
6 years ago
Qiao Longfei a1326cf363 add NumpyArrayInitializer and use it to refactor nce op
6 years ago
Qiao Longfei def70c5ccc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
6 years ago
Qiao Longfei 45578c1b48 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
6 years ago
minqiyang 8ce198b2e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
6 years ago
Dun 9f8f0fc2d3 Memory optimization of depthwise conv op and group norm op (#15313)
6 years ago
jerrywgz b62a17bbae add nms api
6 years ago
shippingwang 14f2a1060d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
zhaozhehao e2ba9668b4 Tree conv op (#15217)
6 years ago
jerrywgz 10dd3b37ad add axis for box coder op
6 years ago
乔龙飞 Qiao Longfei adba4384ec
Merge pull request #15161 from jacquesqiao/gru-add-mode
6 years ago
minqiyang 315b133e67 Add single GPU support to imperative
6 years ago
jerrywgz d30aa89fa5 test=develop
6 years ago
jerrywgz 481d8bce2f add box clip op
6 years ago
shippingwang 53e76a2eb6 Fix comments display, test=develop
6 years ago
Qiao Longfei cd31b90a46 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
6 years ago
liuwei1031 3f815e079f fix github issue 15267 test=develop (#15306)
6 years ago
minqiyang 91d87ec0b2 Add unittest for imperative resnet
6 years ago
Qiao Longfei 4feae25378 fix build problem test=develop
6 years ago
Qiao Longfei e641ffe77b change interface and api spec for dynamic_gru test=develop
6 years ago
Qiao Longfei e477d789a1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
6 years ago
Dun Liang a900015c03 add async copy and pinned place
6 years ago
colourful-tree 576c740d5d
Merge pull request #14964 from colourful-tree/data_norm
6 years ago
colourful-tree d5a8909131
Merge pull request #14950 from colourful-tree/develop
6 years ago
Qiao Longfei edad60e612 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
6 years ago
Qiao Longfei 9484165923 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
6 years ago
Qiao Longfei 908684a535 change the largest size of assign
6 years ago
Qiao Longfei 72618c8da5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
6 years ago
乔龙飞 Qiao Longfei e1679b8847
Merge pull request #14893 from JiabinYang/feature/add_prefech_hs
6 years ago
Qiao Longfei 78ec7c0f99 gru add origin mode
6 years ago
minqiyang 229565303f Polish PyLayers
6 years ago
minqiyang 09e2e66236 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
shippingwang 83f2e2c903 rewrite the comments, test=develop
6 years ago
Kaipeng Deng eebb82a2f6
Merge pull request #15097 from heavengate/adaptive_pool_ksize
6 years ago
dengkaipeng ccc83bb4e5 adaptive_pool support pool_size as int. test=develop
6 years ago
minqiyang 6bb84490af Fix imperative unit test
6 years ago
haowang101779990 66ea718452 en api improve format Dec 27
6 years ago
minqiyang d4b9928c5a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
minqiyang 5822f7f1d8 Polish code
6 years ago
minqiyang 68e9b841ab Add support for optimizer
6 years ago
shippingwang 9322d34032 Fix, test=develop
6 years ago
Qiao Longfei 0384f3309a enable unit test for test_nce
6 years ago
Qiao Longfei 031995cf58 fix
6 years ago
Qiao Longfei b53eb7dcda add init once for assign layer
6 years ago
whs 2314f2ebb3
Make topk op support variable k. (#15044)
6 years ago
shippingwang 5631fc0817 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
shippingwang 3757c1ee47 Modify test layers, test=develop
6 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
6 years ago
Yibing Liu a28df3eb0b
Fix the unstack layer (#15047)
6 years ago
shippingwang 942d7cf7ef Modify python interface, test=develop
6 years ago
shippingwang 5a9ea9a73d Add ShuffleChannel Op
6 years ago
JiabinYang 5bfb26a8b2 test=develop, fix embeding distribute and sparse can't be true and the same time
6 years ago
shippingwang 76c6f11584 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
shippingwang 16d4e13711 Add ShuffleChannelOP
6 years ago
JiabinYang 2e38faa3fe test=develop, accelerate_hs_op and add prefetch with is_sparse
6 years ago
JiabinYang 1a8cbb6799 test=develop, accelerate_hs_op and add prefetch with is_sparse
6 years ago
Zeng Jinle 95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
6 years ago
minqiyang 1c116462cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
6 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
6 years ago
minqiyang 3cd10a7c4f Add Conv2D forward
6 years ago
heqiaozhi 39f4e9273e data_norm
6 years ago
minqiyang 8d88c5a87d Shameless copy
6 years ago
heqiaozhi 5c7a8aee07 merge upstream to my develop
6 years ago
heqiaozhi b3cf476de4 teacher student sigmoid loss
6 years ago
heqiaozhi 4f6e9e3ac3 teacher student sigmoid loss
6 years ago
JiabinYang 3b7b2e1ded Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
Xin Pan 3f9c429ea0 fix lint
6 years ago
Xin Pan 6324032602 MLP forward backward
6 years ago
Xin Pan c89a1fb287
Merge pull request #14879 from panyx0718/clean
6 years ago
sneaxiy dc8847af87 add examples and comments
6 years ago
Qiyang Min fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
6 years ago
JiabinYang 656040c726 merge reyoung optimization
6 years ago
shippingwang 7f73c16e42 Add
6 years ago
shippingwang 2dd55b873f Add shuffle_channel_op
6 years ago
Kaipeng Deng dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
6 years ago
minqiyang ea2a34ee95 Polish doc
6 years ago
minqiyang 5fff20c21a Change name to huber loss
6 years ago
minqiyang 5c7ad1ecb1 Resolve conflicts
6 years ago
minqiyang 65d355a72c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_huber_regression_loss_op
6 years ago
minqiyang c550e0ce06 Add python interface for huber regression loss
6 years ago
dengkaipeng f16aa394f6 remove use_cudnn in python API. test=develop
6 years ago
dengkaipeng dc2ff42e20 add math in python examples. test=develop
6 years ago
sneaxiy f0df62f136 add more unittest case
6 years ago
Xin Pan 36da940bc1 clean more
6 years ago
Xin Pan 47ea2534fb clean parallel do
6 years ago
sneaxiy f6741df462 merge develop
6 years ago
SunGaofeng e3c4b0dace this is for psroi_pool op, test=develop (#14796)
6 years ago
sneaxiy deb0d41cea fix cmake
6 years ago
sneaxiy e7c5c9d2de remove unnecesary code
6 years ago
sneaxiy db2daefe50 merge develop
6 years ago
sneaxiy 8b9d33fa1e add unittest and fix bug
6 years ago
JiabinYang c2e851f7b2 test=develop, remove sparse bias and add prefetch and related tests
6 years ago
sneaxiy e240ba2918 implement backward
6 years ago
dengkaipeng a81fabd327 fix doc errors. test=develop
6 years ago
dengkaipeng 266c6856c9 add adaptive pool 2d & 3d. test=develop
6 years ago
JiabinYang c35fdf1581 Merge branch 'add_prefetch_in_nce' of https://github.com/seiriosPlus/Paddle into feature/add_prefech_hs
6 years ago