Commit Graph

555 Commits (6fafd37e12f40677868294535584cc9a31a93db4)

Author SHA1 Message Date
Kaipeng Deng 54474637ae
Merge pull request #16057 from heavengate/softmax_axis
6 years ago
Kaipeng Deng 63ac947e2f
Merge pull request #16135 from heavengate/shift
6 years ago
chengduo bb80dae7d0
Add DecoupledWeightDecay (#16427)
6 years ago
dengkaipeng 737ea825ac fix doc. test=develop
6 years ago
dongdaxiang 3829eac27b fix API spec about infer_from_dataset
6 years ago
dongdaxiang 87027a2eef fix API.spec problem and executor's docstring
6 years ago
zhoukunsheng 5284213942 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
dongdaxiang ade9337486 fix API.spec
6 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng ead3c0a8fc update api.spec
6 years ago
dongdaxiang 3a79be6eb3 refine API spec
6 years ago
dongdaxiang b95b80bc76 add doc string for executor and update API.spec
6 years ago
lujun d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
6 years ago
zhoukunsheng b06e9b773d test=develop
6 years ago
zhoukunsheng 2f9e562100 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
dengkaipeng 2078f4207f fix API.spec. test=develop
6 years ago
zhoukunsheng 082822d417 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
zhoukunsheng c47f3cc7fe test=develop
6 years ago
dengkaipeng 193185b840 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
6 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
6 years ago
Jiabin Yang e41d581304
test=develop, fix space_to_depth_doc (#16293)
6 years ago
zhoukunsheng 874b5d8362 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng 83c7bca13f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng a55111b869 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng 848ec97ab3 test=develop
6 years ago
Jiabin Yang 54a73578a8
Feature/install check (#16044)
6 years ago
dengkaipeng eb2123e12d fix doc and jit. test=develop
6 years ago
lujun 3f8b2f5ff5 fix multiplex doc, test=develop
6 years ago
dengkaipeng 1ef30c230d fix API.spec. test=develop
6 years ago
zhaoyuchen2018 cdb315e9d8
Merge branch 'develop' into docrefine
6 years ago
dengkaipeng cfef382a85 fix format. test=develop
6 years ago
Zeng Jinle 4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
6 years ago
whs e9bec9369b
[slim] Add quantization strategy and distillation strategy. (#16408)
6 years ago
dengkaipeng 90bd038d35 fix format. test=develop
6 years ago
zhoukunsheng d3d31a5894 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng 43060084a4 test=develop
6 years ago
zhoukunsheng 8e9ebebcef test=develop
6 years ago
sneaxiy 2f54d9f995 Merge develop
6 years ago
whs 2e5831f0dc
[slim] Refine framework of slim and add filter pruning strategy (#16226)
6 years ago
whs 18779b5b8f
[Operator] Add range op. (#15431)
6 years ago
phlrain 77a08750e9 add var name in optimizer; test=develop
6 years ago
qingqing01 d2b938ef5a
Refine gradient proto maker and python API for affine_channel_op (#16340)
6 years ago
ruri 09e05a110b
Merge pull request #16217 from ceci3/doc
6 years ago
flame 08838f3909
Fix save inference model bug (#16242)
6 years ago
sneaxiy bb166a1e10 fix API.spec
6 years ago
ruri a3b8028d46
Merge pull request #16202 from shippingwang/add_sqrt_doc
6 years ago
zhoukunsheng 2c3e4c1888 test=develop
6 years ago
whs 18911b6eea
[enhence] Make step_input of dynamic_rnn support custom lod level. (#15972)
6 years ago
ceci3 9d2ccec0f2 test=develop, fix doc
6 years ago
ceci3 27f7a72641 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
6 years ago
Zeng Jinle f8df9eb32e fix api doc (#16201)
6 years ago
sneaxiy 3a09693f5c change API name
6 years ago
shippingwang 97c6051822 add api.spec, test=develop
6 years ago
dengkaipeng 3e4f3434e6 fix API.spec. test=develop
6 years ago
dengkaipeng 365e6cfd15 add mkldnn support. test=develop
6 years ago
sneaxiy 161b8ddcaa Merge develop
6 years ago
tangwei12 8ea4218ce1
update load persistables for increment, test=develop (#15576)
6 years ago
dengkaipeng a6daf6fe5f add doc param name. test=develop
6 years ago
sneaxiy 4b073c95dc fix compiler
6 years ago
Tao Luo 38898c2808
Merge pull request #16212 from Aurelius84/develop
6 years ago
Kaipeng Deng b77ebb2af2
Merge pull request #15919 from heavengate/yolo_box
6 years ago
ceci3 cd906fc603 change api.spec
6 years ago
achao2013 81b4fad8b9 add moving average absmax op and fix bug (#15155)
6 years ago
Kaipeng Deng 74037cc1c8
Merge branch 'develop' into yolo_box
6 years ago
Xin Pan 92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
6 years ago
Aurelius84 2d1e76fb0c fix API.spec test=develop
6 years ago
Aurelius84 6cfd20dea8 fix words spell error test=develop
6 years ago
qingqing01 8ad672a287
Support sync batch norm. (#16121)
6 years ago
Aurelius84 a59b7d47a8 improve layers.fc api doc test=develop
6 years ago
sneaxiy ac0e0f5181 merge develop
6 years ago
Kaipeng Deng 1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
6 years ago
tink2123 61a6165c2c modified api.spec
6 years ago
tink2123 eb09bd456a modified api.spec
6 years ago
dengkaipeng 746740c41b fix API.spec. test=develop
6 years ago
dengkaipeng d31693afec no use _gt_score. test=develop
6 years ago
dengkaipeng aad62eeca0 add doc for param default. test=develop
6 years ago
dengkaipeng 585766acc0 fix spell mistake in doc. test=develop
6 years ago
dengkaipeng 5b37cf0add fix API.spec for yolov3_loss. test=develop
6 years ago
dengkaipeng af4ef80e5b fix API.spec not add defaults. test=develop
6 years ago
dengkaipeng 626fb859d9 add param default doc. test=develop
6 years ago
dengkaipeng 33c8607ef3 fix doc. test=develop
6 years ago
dengkaipeng fb863b4820 add API.spec for yolo_box. test=develop
6 years ago
sneaxiy fc12f38394 add API.spec
6 years ago
sneaxiy b80d76f784 merge develop
6 years ago
tink2123 cfc59b13e9 modified api.spec
6 years ago
tink2123 837ad7f86f Add the inverse trigonometric function
6 years ago
ceci3 3e0eb55515 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
ceci3 8b86c12e46 test=develop, update API.spec
6 years ago
ceci3 c8610739c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
jerrywgz b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
6 years ago
dengkaipeng 6a62b9d8a0 add temporal_shift_op. test=develop
6 years ago
tensor-tang 2e7fea2b7f polish the cast op doc (#16078)
6 years ago
tensor-tang 9be825a982
polish the cast op doc (#16078)
6 years ago
jerrywgz 847bb6a279 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
6 years ago
jerrywgz e5759d6c38 refine doc, test=develop
6 years ago
jerrywgz 2b41743791 fix doc, test=develop
6 years ago
jerrywgz c2eda2325b refine code, test=develop
6 years ago
jerrywgz 9eb6d35f59 fix API.spec,test=develop
6 years ago
jerrywgz 893789a0d1
Merge pull request #16050 from jerrywgz/add_box_decoder_and_assign
6 years ago
ceci3 7613918e23 test=develop, change labels name
6 years ago