Commit Graph

2482 Commits (e388a1fb66ea04d2beaf3220577330c7517dbcaa)

Author SHA1 Message Date
Jiabin Yang 0d9d25d40f
Feature/refactor layers to Layers (#16337)
7 years ago
gongweibao 850b737112
Fix nparray.all() bug. (#16472)
7 years ago
Xin Pan f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
7 years ago
Qiao Longfei 30618409db Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
sneaxiy 78fb3a62e0 fix env variable settting bug
7 years ago
minqiyang 4278be8c49 Merge branch 'imperative_lr_scheduler' of https://github.com/velconia/Paddle into imperative_lr_scheduler
7 years ago
minqiyang b5bbb13ac1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
dengkaipeng 7920e3be02 revert test_softmax_cudnn. test=develop
7 years ago
Jiabin Yang 7c5319ba12
Fix/test imperative ptb rnn (#16433)
7 years ago
Jiabin Yang f735102eab
add layer norm to Layers, add transformer test in imperative mode (#16092)
7 years ago
Xin Pan fd24ab47ab polish
7 years ago
Xin Pan 1f89249a95 update DeepCF model
7 years ago
sneaxiy a7d0ac50b8 Merge develop
7 years ago
sneaxiy 7000ec85d9 fix some op grad maker
7 years ago
dengkaipeng cfef382a85 fix format. test=develop
7 years ago
Zeng Jinle 4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
7 years ago
whs e9bec9369b
[slim] Add quantization strategy and distillation strategy. (#16408)
7 years ago
liuwei1031 de3b70a101
fix cdn issue, test=develop (#16423)
7 years ago
zhoukunsheng d3d31a5894 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
zhoukunsheng 664c342ca0 test=develop
7 years ago
zhoukunsheng 43060084a4 test=develop
7 years ago
sneaxiy f8ed2c229e try to fix ci error
7 years ago
zhoukunsheng 8e9ebebcef test=develop
7 years ago
dengkaipeng cfda1fdea7 add attr scale. test=develop
7 years ago
Xin Pan b55dd32e9c
Merge pull request #16394 from panyx0718/imperative2
7 years ago
sneaxiy 2f54d9f995 Merge develop
7 years ago
sneaxiy 072d95d8f6 Merge develop
7 years ago
sneaxiy a93a9eef8f add op registry type
7 years ago
chengduo c917c13af1
increase the time limite (#16405)
7 years ago
whs 18779b5b8f
[Operator] Add range op. (#15431)
7 years ago
phlrain 6b971e1f19 remove test_dist_transplier; test=develop
7 years ago
phlrain 7dc4a7f4f8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_var_name_in_opt_2
7 years ago
phlrain d11d0e18c2 remove test_dist_transplier; test=develop
7 years ago
Xin Pan 55a7b98126 Add DeepCF model
7 years ago
Zhen Wang ec11135d54
Merge pull request #16341 from wzzju/add_channel_wise_in_quant_pass
7 years ago
xiaolil1 e235882c18 Enable MKL-DNN INT8 Concat Kernel. (#16156)
7 years ago
Qiyang Min 171df5b56b
Merge pull request #16303 from junjun315/checkpoint
7 years ago
Hongyu Liu e5478ab5c8
Merge pull request #16346 from phlrain/add_floordiv_and_mod
7 years ago
chengduo 33965527fd
Add unit test for fuse all reduce (#16354)
7 years ago
phlrain 5dc9b51994 fix time; test=develop
7 years ago
phlrain 56c2d384c7 add elementwise floordiv, mod; test=develop
7 years ago
Wu Yi 8bebfe5640
add resnet nccl2 dist training, mp training unit test (#16167)
7 years ago
baojun 2de263a5d9 Add softmax_with_cross_entropy_op to ngraph engine (#16304)
7 years ago
chengduo f26ba5bddd
Fuse AllReduce (#15921)
7 years ago
dengkaipeng 93701dba50 add jit kernel for softmax axis. test=develop
7 years ago
Wu Yi 6382b62f6b
Collective ops (#15572)
7 years ago
lujun bed0ecf3d2 checkpoint pr be moved here, test=develop
7 years ago
Zhen Wang ec88b6cc5a add channel wise quantization in ir pass.
7 years ago
sneaxiy 3a09693f5c change API name
7 years ago
Yibing Liu 7e20e7691e
Fix the bug in fp16 backward kernel (#16269)
7 years ago
dengkaipeng 365e6cfd15 add mkldnn support. test=develop
7 years ago
dengkaipeng 217db27337 add mkldnn support. test=develop
7 years ago
dengkaipeng 6cb66721d2 add cudnn support. test=develop
7 years ago
sneaxiy 161b8ddcaa Merge develop
7 years ago
xiaolil1 e818fa1004 Enable INT8 transpose kernel for MobileNet-SSD improvement. (#16159)
7 years ago
Xin Pan 3e9319f3ab add more imperative layer tests.
7 years ago
Xin Pan 7458114b5b
Merge pull request #16228 from panyx0718/imperative
7 years ago
Kaipeng Deng b77ebb2af2
Merge pull request #15919 from heavengate/yolo_box
7 years ago
Xin Pan 3be7e971ab polish
7 years ago
Xin Pan 50ff898378 graph neural network for imperative mode
7 years ago
achao2013 81b4fad8b9 add moving average absmax op and fix bug (#15155)
7 years ago
Kaipeng Deng 74037cc1c8
Merge branch 'develop' into yolo_box
7 years ago
Xin Pan 92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
7 years ago
qingqing01 8ad672a287
Support sync batch norm. (#16121)
7 years ago
Yibing Liu 4ae23cc3c5
Impl fp16 compute kernel for slice_op (#16206)
7 years ago
sneaxiy 5a92e4c097 revert revert 16144
7 years ago
sneaxiy ad5f0e6018 merge develop
7 years ago
sneaxiy 55ba7f610b fix numeric error
7 years ago
Zeng Jinle a91964c8fe Revert "PaddingRNN model memory optimize"
7 years ago
Zeng Jinle 0b49e43d3a
Merge pull request #16144 from sneaxiy/rnn_mem_opt
7 years ago
sneaxiy ac0e0f5181 merge develop
7 years ago
Kaipeng Deng 1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
7 years ago
Qiyang Min d4e8c99f4b
Merge pull request #16095 from velconia/transfer_gru_unit
7 years ago
Zhen Wang 5420cf95f5
Merge pull request #16070 from wzzju/channel_wise_quant_op
7 years ago
dengkaipeng e4e3764060 use memory Copy. test=develop
7 years ago
dengkaipeng d31693afec no use _gt_score. test=develop
7 years ago
dengkaipeng af4ef80e5b fix API.spec not add defaults. test=develop
7 years ago
dengkaipeng 0d1a9996ac fix unittest for yolov3_loss. test=develop
7 years ago
dengkaipeng 00e822d2a0 fix test_detection. test=develop
7 years ago
dengkaipeng ad897304f9 fix pre-commit. test=develop
7 years ago
dengkaipeng c9d4676bee fix multi batch idx error. test=develop
7 years ago
dengkaipeng cb2dca53c1 fix cuda kernel error
7 years ago
dengkaipeng 452373decb resize box in input image scale. test=develop
7 years ago
dengkaipeng 3896d955c7 add yolo_box_op CPU kernel
7 years ago
minqiyang de212ae274 Polish code
7 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
7 years ago
minqiyang 45c9f2a68a Fix bugs in piecewise decay
7 years ago
Zeng Jinle 472f16b5aa
Merge pull request #16063 from sneaxiy/enhance_gc
7 years ago
minqiyang a424ab499e Change CMakeFiles
7 years ago
minqiyang feb39028c6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
minqiyang d17bb4e600 Add unit test for gru unit
7 years ago
Qiyang Min 5f33164f3d
Merge pull request #16125 from panyx0718/imperative
7 years ago
wopeizl a38db3cb99
Fixrecordio (#16124)
7 years ago
sneaxiy b80d76f784 merge develop
7 years ago
sneaxiy cfd012e2cb add unittest
7 years ago
tink2123 837ad7f86f Add the inverse trigonometric function
7 years ago
dengkaipeng 82d4f90325 fix format. test=develop
7 years ago
Xin Pan 81773d0b1c add imperative and declarative mode testbase and example
7 years ago
dengkaipeng 5c1920b731 add Attr shift_ratio. test=develop
7 years ago
ceci3 c8610739c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
7 years ago
jerrywgz b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
7 years ago
dengkaipeng 9344a4eb42 refine test_temporal_shift. test=develop
7 years ago
dengkaipeng 6a62b9d8a0 add temporal_shift_op. test=develop
7 years ago
sneaxiy d0f8d94ca4 try to fix unittest
7 years ago
ceci3 fe888728d6 test=develop, change testfile
7 years ago
jerrywgz 847bb6a279 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
7 years ago
Wu Yi 5e92eb3f25 add parallel graph dist test (#16076)
7 years ago
jerrywgz e5759d6c38 refine doc, test=develop
7 years ago
jerrywgz a2e83d1d7b add box_coder_and_assign, test=develop
7 years ago
Wu Yi d206582337
add parallel graph dist test (#16076)
7 years ago
Qiao Longfei a0bb18beec Merge branch 'add-async-ssa-graph-executor' of ssh://github.com/jacquesqiao/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
jerrywgz 893789a0d1
Merge pull request #16050 from jerrywgz/add_box_decoder_and_assign
7 years ago
ceci3 69859718a0 test=develop, change labels name
7 years ago
ceci3 c109e6b3aa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
7 years ago
ceci3 7613918e23 test=develop, change labels name
7 years ago
xiaolil1 a177d48217 Add Requantize OP (#15318)
7 years ago
sneaxiy 7b608396fe fix travis-ci format check
7 years ago
ceci3 dc57952b7f test=develop, add random to testfile
7 years ago
Jiabin Yang ab19d92e16 test=develop, reconstruct layer helper to fit imperative usage (#15938)
7 years ago
liuwei1031 9cc6f4009f add IfElse test case for ir memory optimize (#15998)
7 years ago
whs bd9669003f Make sequence_erase op support for input with multi-level LoD. (#15982)
7 years ago
lidanqing 21156b8d4c MKLDNN: Add UT for conv_transpose_mkldnn op. (#16030)
7 years ago
dengkaipeng 9c47f36d1b fix spectral_norm doc. test=develop
7 years ago
dengkaipeng 91f8531586 refine test_spectral_norm. test=develop
7 years ago
dengkaipeng 12416a24d2 add doc and test_layers. test=develop
7 years ago
dengkaipeng 63d322f07c fix attr dim calc. test=develop
7 years ago
dengkaipeng ca1502c7f5 add grad kernel for spectral_norm. test=develop
7 years ago
dengkaipeng 8956a59637 add unittest for spectral_norm. test=develop
7 years ago
dengkaipeng fd66089d23 add spectral_norm forwarn kenel
7 years ago
Jiabin Yang 654825cfe3
test=develop, reconstruct layer helper to fit imperative usage (#15938)
7 years ago
sneaxiy 33138a421d remove match check
7 years ago
Zhen Wang 8063b31e2d Reduce redundant code for channel wise dequant op. test=develop
7 years ago
dengkaipeng 40405d132c add doc and API.spec. test=develop
7 years ago
dengkaipeng e90e0bdfa2 fix for gpu grad. test=develop
7 years ago
dengkaipeng ebcb7a7ac8 fix grad check. test=develop
7 years ago
dengkaipeng 3e3a983a69 add kldiv_loss op. test=develop
7 years ago
Zhen Wang e8f9dac7ab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into channel_wise_quant_op
7 years ago
Zhen Wang 806832e091 update the input format of channel wise dequantize op.
7 years ago
jerrywgz 072eca348a refine doc, test=develop
7 years ago
Kaipeng Deng 6d8771b55c
Merge pull request #15864 from heavengate/spectral_norm
7 years ago
sneaxiy 814a759061 merge develop
7 years ago
sneaxiy 597dc65e76 enhance gc
7 years ago
liuwei1031 caadd0581d
add IfElse test case for ir memory optimize (#15998)
7 years ago
whs 0f99d24083
Make sequence_erase op support for input with multi-level LoD. (#15982)
7 years ago
Qiao Longfei e92ad8a209 optimize test_async_ssa_graph_executor_mnist test=develop
7 years ago
Qiao Longfei b2c082c46f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Zhen Wang 89dee160d1 add channel wise dequantize op.
7 years ago
jerrywgz d497bd9079 resolve conflict, test=develop
7 years ago
jerrywgz 41471d28ac add box_coder_and_assign, test=develop
7 years ago
lidanqing 02c106c717 MKLDNN: Add UT for conv_transpose_mkldnn op. (#16030)
7 years ago
Qiao Longfei fab1b54d99 Merge branch 'add-communicator' of ssh://github.com/jacquesqiao/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
dengkaipeng 82d514345c fix spectral_norm doc. test=develop
7 years ago
dengkaipeng 24fa74d901 refine test_spectral_norm. test=develop
7 years ago
dengkaipeng 2ea5843cbf add doc and test_layers. test=develop
7 years ago
dengkaipeng 037855f42d fix attr dim calc. test=develop
7 years ago
dengkaipeng 70dbd59839 add grad kernel for spectral_norm. test=develop
7 years ago
dengkaipeng 72509ec3bd add unittest for spectral_norm. test=develop
7 years ago
dengkaipeng 3bf1ae9b59 add spectral_norm forwarn kenel
7 years ago
Zhen Wang 545247d7b4 add channel wise quantize op.
7 years ago
ceci3 44a4ac0f8c fix API.spec and testfile
7 years ago
Qiao Longfei e70b1727ef Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
lidanqing 667bc256d2 UT for conv2d_mkldnn_op with fuse_bias and fuse_residual (#16016)
7 years ago
Krzysztof Binias ea9d6731dc Add test for ceil mode
7 years ago
minqiyang 94c8ce3f13 reduce ut time
7 years ago
minqiyang a5dc2812e3 increment resnet and ptbrnn's batch_num
7 years ago
minqiyang 3723dcc301 Polish code
7 years ago
minqiyang 212242c4e4 Polish code
7 years ago
minqiyang 3f4aeed57f Polish code
7 years ago
minqiyang b754bf30fb Reset output var's pre_op pointer when op was destructed
7 years ago
baojun ac72bcd065 Added adam op test=develop (#15710)
7 years ago
dzhwinter 4449e85528 polish cudnn related code and fix bug. (#15164)
7 years ago
baojun-nervana 320b27988c added concat op test=develop
7 years ago
tensor-tang ce4cc482a4 add sgd jitcode and op test
7 years ago
minqiyang 701af43958 Fix bugs
7 years ago
minqiyang f1a2d20430 invoke backward_hooks after reduce op's depcounts map
7 years ago
minqiyang e0a2b472f4 Move ClearBlock into OpBase and VarBase's destructor
7 years ago
shippingwang 13e891516b add cosine decay op, test=develop
7 years ago
lidanqing dd1c7ee604 UT for conv2d_mkldnn_op with fuse_bias and fuse_residual (#16016)
7 years ago
Tao Luo 96f7fc60ee
Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut
7 years ago
Krzysztof Binias 54f21a5c47 Add test for ceil mode
7 years ago
Qiao Longfei 847e4f4e85 pure async mode train
7 years ago
sneaxiy 3334c279d0 add sample_generator
7 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
7 years ago
minqiyang fa1ff1d2f1 reduce ut time
7 years ago
tensor-tang e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
7 years ago
minqiyang 659a719315 increment resnet and ptbrnn's batch_num
7 years ago
minqiyang 50639fafdb Polish code
7 years ago
ruri 72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
7 years ago
minqiyang fe406b98c9 Polish code
7 years ago
minqiyang f469bb6b36 Polish code
7 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
7 years ago
baojun f285191fb3 Added adam op test=develop (#15710)
7 years ago
tensor-tang 58b8231338
added concat op test=develop (#15946)
7 years ago
jerrywgz 0f652f304c add distribute fpn proposals op, test=develop
7 years ago
ceci3 6bce986107
2018 -> 2019
7 years ago
dzhwinter 225c11a91f polish cudnn related code and fix bug. (#15164)
7 years ago
ceci3 4b7bf06e1f test=develop
7 years ago
sneaxiy 69b1ebdfa5 merge develop
7 years ago
baojun-nervana e4ab40a7b9 added concat op test=develop
7 years ago
dzhwinter 15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
7 years ago
tensor-tang 7044cfa7c7 add sgd jitcode and op test
7 years ago
qingqing01 8e439ccfff
Fix bug in fake_quantize_op and add more unit testing (#15912)
7 years ago
Qiao Longfei 49f2f4f91d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-communicator
7 years ago
dzhwinter 48d9fd08e5 fix default value. test=develop
7 years ago
minqiyang efb2f2baf8 Fix bugs
7 years ago
Tao Luo 2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
7 years ago
dzhwinter dfb2121967 fix default value. test=develop
7 years ago
dzhwinter a4cf295471 fix default value. test=develop
7 years ago
dzhwinter a922a0a1ef fix default value. test=develop
7 years ago
dzhwinter 6477b443f3 fix default value. test=develop
7 years ago
chengduo 7ca8553d4e
Add alloc_continuous_space_op (#15900)
7 years ago
dzhwinter 131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
7 years ago
Qiao Longfei cf0511f21e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Krzysztof Binias 851ea04dec Add UTs to check whether primitives for activations and softmax already exist in backward
7 years ago
sneaxiy c545f1ed8f unify API
7 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
7 years ago
Qiyang Min 4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
7 years ago
Qiao Longfei b8491bfd4e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-communicator
7 years ago
sneaxiy a8c4324d3c fix hang bug
7 years ago
sneaxiy b17541a9c1 fix hang bug
7 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
7 years ago
dzhwinter 2578241996 fix default value. test=develop
7 years ago
xuezhong 1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
7 years ago
sneaxiy 1e4c0a6f72 merge develop
7 years ago
shippingwang eb932f717a add cosine decay op, test=develop
7 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
7 years ago
Xin Pan 4a00bea736
Merge pull request #15789 from panyx0718/imperative2
7 years ago
xuezhong d266bac943 remove test temporal
7 years ago
xuezhong 81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
7 years ago
minqiyang 1bf4b8ab60 keep parameters in block
7 years ago
Xin Pan 006c32f93d polish parameter names
7 years ago
Krzysztof Binias 309ea6f2de Fix for pylint Failed
7 years ago
minqiyang 8fe0c0c52c implement backward refs
7 years ago
Krzysztof Binias 1578c60bdd Add new ut and remove unnecessary code
7 years ago
Qiao Longfei 31a05d3efd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
xuezhong a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
7 years ago
Xin Pan 6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
7 years ago
Dun a83e470405
Profiler refine and add CUDA runtime api tracer (#15301)
7 years ago
Qiao Longfei cc71e89499 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
minqiyang 1f0ef42e60 Change atol of numpy allclose
7 years ago
jerrywgz c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
7 years ago
minqiyang f53e1d5c4b implement ClearBlock
7 years ago
chengduo fbb5404652
fix test_parallel_executor_seresnex timeout (#15812)
7 years ago
sneaxiy 7160cb0f32 decoupled reader
7 years ago
mozga-intel 13ec2d331b Enable momentum operator for a ngraph engine (#15673)
7 years ago
jerrywgz 4711d88a2f fix nms unittest in py36, test=develop
7 years ago
Jiabin Yang f1df9dba24
test=develop, update fluid.layers to LaryerHelper (#15797)
7 years ago
xuezhong d328660304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
xuezhong 57294fa890 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
7 years ago
xuezhong d12252e6a6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
7 years ago