Commit Graph

1063 Commits (25ec6a2cfdc46ceaf9029fb52e618b80cbf7dc74)

Author SHA1 Message Date
ruri 4a55fb5f5b Add density_prior_box_op (#14226)
7 years ago
dengkaipeng 36c46152e1 Add unittest for yolov3_loss. test=develop
7 years ago
Qiao Longfei c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
7 years ago
peizhilin 7840d181c9 fix style issue
7 years ago
Qiao Longfei 4d6f75152e optimize comment test=develop
7 years ago
JiabinYang c8801e100f grad diff problem to be fixed and need api spec change to be done
7 years ago
peizhilin d01a26280e Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Xin Pan ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
7 years ago
li099 688ed60116 Add lod tensor array to tensor op (#13990)
7 years ago
peizhilin e768c370e8 fix api check
7 years ago
peizhilin 1b0ce151df fix API check issue
7 years ago
peizhilin 52f7644f53 Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
7 years ago
Kaipeng Deng f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
7 years ago
Qiao Longfei e33bf70a23 update comment test=develop
7 years ago
tink2123 1fca1a395b fix the nn.py example
7 years ago
Qiao Longfei 319618e980 optimize comment, add unit test test=develop
7 years ago
Qiao Longfei 53781fc000 fix some bug
7 years ago
Qiao Longfei db27c5612d add comment
7 years ago
Qiao Longfei 6097b8b365 add bilinear_tensor_product layer
7 years ago
peizhilin 4ffa92d4f0 Merge branch 'develop' into windows/build
7 years ago
Xin Pan b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
7 years ago
peizhilin 869487a2b7 Merge remote-tracking branch 'origin/develop' into windows/build
7 years ago
dzhwinter d8425e0fa6
Merge pull request #14215 from dzhwinter/fix/sequence_pad
7 years ago
Qiao Longfei ce994190ab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
7 years ago
dengkaipeng 8b47d90f5d add 'actual_shape' attribute. test=develop
7 years ago
Yu Yang c28beb8a3c
test(Pe): add dry run tests for pe (#14254)
7 years ago
barrierye ef8218be22 update docs test=develop
7 years ago
qingqing01 db8c52da5e Revert " Exhaustive search for cuDNN conv. (#14043)"
7 years ago
qingqing01 ce7d9b0799
Exhaustive search for cuDNN conv. (#14043)
7 years ago
peizhilin 1f12ba6192 gpu support, fix build issue:
7 years ago
dengkaipeng 34bfae243a Add Interpolate operation. test=develop
7 years ago
sneaxiy 46d4829dd1 fix lod_level share bug in read_op
7 years ago
barrierye 5e7bb6a9bd update docs test=develop
7 years ago
dongzhihong d4e8d7077f Merge remote-tracking branch 'origin/develop' into fix/sequence_pad
7 years ago
Zeng Jinle df038b6149
Merge pull request #14222 from sneaxiy/fix_selected_rows_clip_bug
7 years ago
Kaipeng Deng daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
7 years ago
Kaipeng Deng 64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
7 years ago
minqiyang 4d06d1d7ac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into polish_op_comment
7 years ago
Zeng Jinle b316437a50
Merge pull request #14087 from sneaxiy/add_use_cudnn_in_softmax_with_xe
7 years ago
chengduo 61b4812f2f
Remove unnecessary var_and_op of DynamicRnn (#14134)
7 years ago
sneaxiy 55befbaa2a fix selected_rows clip bug
7 years ago
sneaxiy 366ebb93f7 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
dongzhihong 7f3c6ea411 "fix comment"
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
Tao Luo a8532f1a67
Merge pull request #13918 from guoshengCS/fix-transpose-doc
7 years ago
Tao Luo a2bee7b41b
Merge pull request #13964 from guoshengCS/refine-gru-doc
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
JiabinYang 45565784bf test=develop
7 years ago
JiabinYang 8d3c3e048b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
Xin Pan 5cc99c476c
Merge pull request #14154 from gmcather/seq_pad_example
7 years ago
Zeng Jinle da73bc39d3
Merge pull request #14143 from sneaxiy/fix_dynamic_gru_bug
7 years ago
Tao Luo cdf2579d08
Merge pull request #14053 from jczaja/prv-seqpool-max
7 years ago
Kaipeng Deng a3b26e8528
Merge branch 'develop' into grid_sampler
7 years ago
Xin Pan eb7ed1b720
Merge pull request #13897 from gmcather/develop
7 years ago
barrierye fc23cc9d30 update paddle/fluid/API.spec
7 years ago
gmcather 1a98e0a44f fix sequence_pad example error
7 years ago
gmcather ba22624d7e position encoding && log loss
7 years ago
sneaxiy 7bb1178ea6 test=develop
7 years ago
qingqing01 cb27a9219d
Merge pull request #13971 from sefira/FasterOpDoc
7 years ago
sneaxiy 5e5d2223a1 test=develop
7 years ago
barrierye 5f3acac9b3 update paddle/fluid/API.spec
7 years ago
Jacek Czaja 458b16f42a Rebase of seqpool-max optimization
7 years ago
dengkaipeng ff6329bd5f fix some inappropriate expressions in api doc for grid_sampler. test=develop
7 years ago
dengkaipeng 8f1e398824 move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
7 years ago
dengkaipeng 593e1b18d7 fix some bugs and add some doc for GridSampleOp
7 years ago
dengkaipeng 0bb0e0c10f add Grid Sampler Operator for STN.
7 years ago
JiabinYang e0a89503f8 test=develop
7 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
7 years ago
barrierye 8c1e304307 merge nn.py
7 years ago
dengkaipeng c93e044ae0 add inclusive/exclusive mode in PoolOp avg pool type
7 years ago
JiabinYang 9a74c4489f test=develop
7 years ago
barrierye 9dc28179a4 add similarity_focus op
7 years ago
Qiyang Min 33b4920d2d
Merge pull request #14057 from velconia/continue_hash_op
7 years ago
minqiyang c95be75830 Detail the hash algorithms
7 years ago
minqiyang 597dd92e71 Polish the doc of hash op
7 years ago
minqiyang 2fec8c5d9a Polish code
7 years ago
Zeng Jinle 97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
7 years ago
JiabinYang 6e3615422f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
Guo Sheng b9ae1c49f8
Merge pull request #13994 from guoshengCS/add-reshape-reuse-input
7 years ago
buxingyuan 6c1d74bb47 Merge branch 'develop' into FasterOpDoc
7 years ago
barrierye a7f94ec794 add similarity_focus op
7 years ago
JiabinYang 9c010146c3 test=develop
7 years ago
minqiyang 33db82671c Polish code
7 years ago
JiabinYang 9cad409f2a test=develop
7 years ago
JiabinYang bd064c0f44 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
guosheng aac426444f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
7 years ago
buxingyuan d0ccdf8fc1 follow comments
7 years ago
minqiyang 8a0f26f45f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into continue_hash_op
7 years ago
minqiyang d4f9aa0852 Add hash op implementation
7 years ago
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
Yibing Liu f6595811a1 Get sequence length in sequence_pad op & fix sequence_mask op
7 years ago
Xingyuan Bu 9e2e893f59 Enhence generate_proposal_labels_op and fix some bug. (#13239)
7 years ago
Bai Yifan faf8ad2436
Add ignore_index in cross_entropy op (#13217)
7 years ago
luotao1 6fae46a128 refine codes
7 years ago
chengduo 886852557f
Refine reshape_grad and transpose_grad (#13074)
7 years ago
tangwei12 d1e2efae6b
reimplement auc in fluid (#13167)
7 years ago
qingqing01 bab341213e
Remove check in top_k API. (#13178)
7 years ago
qingqing01 9557cc218d
Refine and fix some code for faster-rcnn. (#13135)
7 years ago
Chen Weihang 3b6090e80b
Merge pull request #12887 from chenwhql/sequence_enumerate_op
7 years ago
chenweihang 7ddbbcb0b5 doc: refine API and doc
7 years ago
chenweihang b081363bae Merge branch 'sequence_enumerate_op' of https://github.com/chenwhql/Paddle into sequence_enumerate_op
7 years ago
chenweihang 0b7d82befb doc: refine English description
7 years ago
whs e10aa80f03
Add pad2d op. (#12950)
7 years ago
jerrywgz 1a88baae22 add rpn_target_assign api test (#13013)
7 years ago
Xingyuan Bu 0a97d24b41 Faster RCNN Generate Proposal Labels (#12616)
7 years ago
Yibing Liu f88a8ba99a
Merge pull request #12793 from kuke/wrap_squeezes
7 years ago
Chen Weihang b98b744067
Merge branch 'develop' into sequence_enumerate_op
7 years ago
robot e1f17a1e4f add python op for sampling_id
7 years ago
Xingyuan Bu 2ad5d91ef8 Faster RCNN Generate Proposals (#12056)
7 years ago
Yu Yang 8965cee89f
Polish PrintOp (#12895)
7 years ago
Yibing Liu 13509da69e Merge upstream to branch wrap_squeezes
7 years ago
chengduo 7ad39c4077
Enhance pad_constant_like_op (#12999)
7 years ago
fengjiayi 7b84c580e2
Merge pull request #12824 from JiayiFeng/dev_sequence_padding_op
7 years ago
Wu Yi 0ee6fed05b
Refine dist rpc deps (#12899)
7 years ago
fengjiayi 7e0c9f50ae Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_sequence_padding_op
7 years ago
Zeng Jinle 599a32641b
Merge pull request #12971 from sneaxiy/unstack_op
7 years ago
minqiyang 312f3b8654 Fix random diff between python2 and python3
7 years ago
chenweihang 0c4697f8cd fix: change to enumerate by sentence
7 years ago
dzhwinter 0153c21d83 add unstack_op
7 years ago
Chen Weihang 4ec12496dd
Merge branch 'develop' into sequence_enumerate_op
7 years ago
Qiao Longfei 3c58b87b45
fix auc layer and add check for auc op (#12954)
7 years ago
Yibing Liu efa6f0df4e Remove inplace args in unsqueeze & squeeze ops
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
Zeng Jinle d189d4dbab
Merge pull request #12884 from sneaxiy/sequence_mask_op
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
guochaorong b1fc238694 Revert "Disable in_place in batch_norm API. (#12736)"
7 years ago
sneaxiy 1083e99520 Merge develop
7 years ago
sneaxiy 5ea7bf88ba
Merge pull request #12872 from sneaxiy/stack_op
7 years ago
sneaxiy e895c98f0a add support to max_len is None
7 years ago
fengjiayi 0fb5e351c1 update API.spec
7 years ago
fengjiayi f4a4a4cbd9 add op comment and python layer
7 years ago
chengduo 8ad9055804
Add is_test for while_op (#12874)
7 years ago
qingqing01 79918a8442 add sequence_mask_op for DAM model
7 years ago
qingqing01 f5d5d7b2d9
Disable in_place in batch_norm API. (#12736)
7 years ago
sneaxiy c73c5ed573 use for_range
7 years ago
Xin Pan b548ecbc2b add stack_op
7 years ago
Qingsheng Li 3d11d018e0
Fix scatter_op python API (#12742)
7 years ago
qingqing01 c62f68cb94
Fix bug in conditional_block_op. (#12246)
7 years ago
Qiao Longfei fd10669ecb
Add dependency to send recv (#12760)
7 years ago
minqiyang e398348e7e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Qiyang Min 340a104c58
Merge pull request #12658 from velconia/port_pybind11
7 years ago
qingqing01 c44fb00371
Add name in relu and log API. (#12438)
7 years ago