Commit Graph

819 Commits (d1429ac4a55a2f6cbaeaf1cca572601e5d344667)

Author SHA1 Message Date
phlrain 201d4f2a85 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
7 years ago
phlrain a6e6bc45d6 modify dropout att; test=develop
7 years ago
guosheng 998e2714c8 Refine the doc of reshape_op by following comments.
7 years ago
guosheng 891c116ea4 Refine the doc of reshape_op
7 years ago
JiabinYang ab808c36da test=develop
7 years ago
sneaxiy 92a2817a2b test=develop
7 years ago
JiabinYang 782ef3c5dc test=develop
7 years ago
JiabinYang 8e8e8e66ab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
phlrain 049c9c7d2a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
7 years ago
phlrain ffb24a73ec add dropout attr; test=develop
7 years ago
JiabinYang 6259dba5bd test=develop
7 years ago
jerrywgz e35fd3b252 test=develop
7 years ago
JiabinYang ff07dc315e test=develop
7 years ago
guosheng 3099a8f3aa Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
7 years ago
jerrywgz e0708e62ba refine code
7 years ago
jerrywgz 1c591c3909
Merge branch 'develop' into fix_rpn_target_assign_op
7 years ago
sneaxiy a9d7a9d720 test=develop
7 years ago
guosheng 6447b69aec Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
7 years ago
jerrywgz f06c6193d7 fix rpn target assign test=develop
7 years ago
Xin Pan c1383744f0 resolve conflicts
7 years ago
Xin Pan 4625f83f92 better handle var type inference
7 years ago
JiabinYang 39d39775c3 test=develop
7 years ago
JiabinYang 70351de1b5 test=develop
7 years ago
guosheng 6d3b030bb5 Refine the api of reshape to be compatible.
7 years ago
jerrywgz 765085d297
Merge pull request #13904 from jerrywgz/roialign
7 years ago
guosheng dfb841ad5a Make reshape_op reuse input.
7 years ago
sneaxiy 5a38930660 test=develop
7 years ago
chengduo 9775e50ca2
Fix add doc for bias_attr (#13937)
7 years ago
sneaxiy ac2eba4457 test=develop
7 years ago
Zeng Jinle 081fd41f05
Merge pull request #13944 from sneaxiy/add_layer_norm_doc
7 years ago
jerrywgz 9a14ca91b8 test=develop
7 years ago
buxingyuan 0bb3b099c2 generate_proposal_labels doc
7 years ago
qingqing01 67a2b5215d
Add affine channel op to speed and save memory for faster-rcnn model. (#13919)
7 years ago
guosheng d0662bc924 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-transpose-doc
7 years ago
guosheng abda6d160b Refine the doc of dynamic_gru and gru_unit. test=develop
7 years ago
sneaxiy acd77e6900 test=develop
7 years ago
Qiao Longfei cc7f551441 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
7 years ago
guosheng 1c1e5ffb1a Fix the example in the doc of transpose_op. test=develop
7 years ago
sneaxiy 4b4af84e67 test=develop
7 years ago
Yibing Liu 6b795d424c
Merge pull request #13901 from kuke/seq_slice_py
7 years ago
Yibing Liu 46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
7 years ago
Yibing Liu 6a627ce751 Use length-based lod in seq_slice's doc
7 years ago
Yibing Liu 699825a9d5 Use length-based lod in seq_unpad's doc
7 years ago
jerrywgz 2f5a80174e add roi_align api
7 years ago
Xin Pan 288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
7 years ago
Yibing Liu b785798585 Expose layer's name for sequence pad & unpad
7 years ago
Yibing Liu 7d84de4712 Fix some typos
7 years ago
Yibing Liu 16b2c6dc78 Add py api for sequence_slice_op
7 years ago
Xin Pan fededdda20
Merge pull request #13872 from panyx0718/fix2
7 years ago
Xin Pan ddb76d0d09 Make GetMutable more robust
7 years ago
Qiyang Min c2842377ce
Merge pull request #13837 from velconia/add_pyramid_dnn_support
7 years ago
Yibing Liu 46e61d81a7 Wrapper py api for sequence_unpad
7 years ago
Qiao Longfei 305d211a6e fix data names
7 years ago
Qiao Longfei ea97e83e41 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
7 years ago
Xin Pan 9b3e0df375
Merge pull request #13819 from panyx0718/doc
7 years ago
chengduo 9c77b65c06
Fix layers.uniform_random (#13823)
7 years ago
minqiyang 4a22979bca Polish code
7 years ago
minqiyang f03e0e49a8 Polish doc
7 years ago
minqiyang a7cae62bbb Polish code
7 years ago
minqiyang 7f6ff6f5a9 Polish doc
7 years ago
minqiyang 35e547e00f Polish API doc
7 years ago
minqiyang d8a1b77097 Add margin_rank_loss_op to python
7 years ago
Xin Pan 63b2e98f3d Explain LoD and a few other concepts
7 years ago
Qiao Longfei fc77b504c5 fix data overlap bug
7 years ago
Qiao Longfei c70fec99ab optimize pyreader
7 years ago
Qiao Longfei 9d087d5139 Revert "optimize pyreader"
7 years ago
Qiao Longfei b1d5135ffb
Merge pull request #13637 from jacquesqiao/optimize-opyreader
7 years ago
dzhwinter a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688)
7 years ago
qiaolongfei 5238a7f5b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
chengduoZH e59ab42caa add nodes for drnn
7 years ago
qiaolongfei b2fd2158d4 update comment
7 years ago
qiaolongfei 91756a5a90 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
Xin Pan 88ab1ea183 fix
7 years ago
Xin Pan 3d339797fb clean use_mkldnn options
7 years ago
Xin Pan 23a29be49d hide all left over kwargs
7 years ago
qiaolongfei c5292b181e change py_reader_by_data to create_py_reader_by_data
7 years ago
Zeng Jinle 1cbaf71a68
Merge pull request #13620 from sneaxiy/fix_api_kwargs2
7 years ago
Xin Pan 2c4b8393ce
Merge pull request #13573 from velconia/fix_api
7 years ago
qiaolongfei 9d3fa1bedd update the document of py_reader_by_data
7 years ago
qiaolongfei dab8337c96 clean code
7 years ago
qiaolongfei 40fb04943f add comment to py_reader_by_data
7 years ago
Xin Pan 02a33ee6cf
Merge pull request #13629 from panyx0718/doc
7 years ago
sneaxiy 31e67b9042 test=develop
7 years ago
qiaolongfei 85ddb5c76e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
minqiyang 4c89137427 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api
7 years ago
qiaolongfei accf3f7505 optimize pyreader
7 years ago
Xin Pan 2c01c2216a
Merge pull request #13531 from gongweibao/generator2
7 years ago
Xin Pan 7536dba94e clean doc
7 years ago
gongweibao 91bc80d679 test=develop
7 years ago
gongweibao 944403910d test=develop
7 years ago
gongweibao c837a0acb2 follow comments
7 years ago
Wu Yi 10dffc68cd
Merge pull request #13618 from typhoonzero/revert_13530
7 years ago
sneaxiy f1a08a3bab test=develop
7 years ago
Zeng Jinle c0a66b6db4
Merge pull request #13564 from sneaxiy/fix_api_kwargs2
7 years ago
typhoonzero a4f7696a18 Revert "Some trivial optimization (#13530)"
7 years ago
tangwei12 85362e98dd
Batch AUC (#13567)
7 years ago
sneaxiy fde9e0c27d test=develop
7 years ago
minqiyang e4bc247cd4 Polish code
7 years ago
minqiyang 23291abdb6 Polish code
7 years ago
minqiyang 7c767a44c2 Polish code
7 years ago
chengduo 1d91a49d2f
Some trivial optimization (#13530)
7 years ago
sneaxiy 0633095c74 fix_api_kwargs
7 years ago
minqiyang b1448ded40 Port clip and clip_by_norm op to nn and change API.sepc
7 years ago
minqiyang 0ff5d8b02a Port logical_ops to nn
7 years ago
gongweibao 3dc54af2d3 merge
7 years ago
Zeng Jinle 2cd558fb36
Merge pull request #13561 from sneaxiy/fix_api_kwargs
7 years ago
sneaxiy 48d82bd008 add out params
7 years ago
gongweibao 1113337764 merge
7 years ago
baiyf 3986242e5e remove kwargs
7 years ago
sneaxiy 70e70d7d38 fix api.spec
7 years ago
sneaxiy 6724801884 fix conflict
7 years ago
tensor-tang 21f35eefe7 fix style
7 years ago
gongweibao bee213e51f fix conflict
7 years ago
tensor-tang b9d7bd487f
Merge branch 'develop' into remove/kwargs
7 years ago
sneaxiy 3ad3635de0 fix conflict
7 years ago
sneaxiy 3ee0a6489d remove kwargs in python api
7 years ago
Xin Pan 6537b175c4
Merge pull request #13522 from wzzju/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 6d2ce745a6 Merge remote-tracking branch 'ups/develop' into remove/kwargs
7 years ago
Wu Yi 29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training (#13220)
7 years ago
tensor-tang f42a12dadc Merge remote-tracking branch 'ups/develop' into remove/kwargs
7 years ago
gongweibao 8f09109a45 fix
7 years ago
tensor-tang 567b711db9 remove kwargs of brelu, leaky_relu and soft_relu
7 years ago
whs fc44087d31
Add roi perspective transform op. (#13176)
7 years ago
tensor-tang 2582fecaf7 fix dtype
7 years ago
Zhen Wang 26857692cd remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
7 years ago
tensor-tang 3b7d9f7b83 remove kwargs of some activation api
7 years ago
Qingsheng Li 21ec93aa7e
[WIP]Sequence Scatter Op (#12625)
7 years ago
Zeng Jinle 642cf6ca2f
Merge pull request #13418 from sneaxiy/dam_save_memory
7 years ago
whs 5dc5175007
Add python api for expand op. (#13453)
7 years ago
Dun 253f618ac7 loosen the restriction of output_size in conv2d_transpose (#12292)
7 years ago
qingqing01 65efebb864
Fix detection.py after merge slice_op. (#13435)
7 years ago
Yu Yang 93456fc676
Merge pull request #13427 from reyoung/feature/hide_recordio_reader
7 years ago
Wu Yi efafc72f62
Hide program APIs (#12315)
7 years ago
qingqing01 c9e5c1e41b
Hidden ParallelDo. (#13454)
7 years ago
chengduo 6757a31552
[Accelerate] Refine seq_softmax_op (#13421)
7 years ago
Yibing Liu 9cc1937d43
Merge pull request #13400 from kuke/fix_seq_pad
7 years ago
Yu Yang 2c31ea9293
Merge pull request #13424 from chengduoZH/refine_seq_concat
7 years ago
sneaxiy fd3e32ea7d Merge develop
7 years ago
chengduo 72dd6b37d9
Add sequence_expand_as_op (#13420)
7 years ago
sneaxiy 0718113a9c modification
7 years ago
chengduoZH 284519561d add doc
7 years ago
chengduoZH f8c55fb2c7 add api
7 years ago
yuyang ecc4dc6d9b Hide RecordIO Reader
7 years ago
sneaxiy 7116cc12fb Merge develop
7 years ago
sneaxiy abf9832c12 tiny change to save memory
7 years ago
Yibing Liu 9e3245e3bd Merge branch 'develop' of upstream into fix_seq_pad
7 years ago