Commit Graph

940 Commits (53619a79b4d5a84aabdb7dc6f89f1440aaa758d7)

Author SHA1 Message Date
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
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
jerrywgz c108376506 Add three modes for prelu_op (#12630)
7 years ago
minqiyang 507f479732 Polish code
7 years ago
minqiyang 0d7047ca79 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Bai Yifan 9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. (#12422)
7 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
7 years ago
minqiyang 68b221401d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
jerrywgz af8b1b993f Fix rpn_target_assign API.
7 years ago
Bai Yifan 649f5d74f0
fix mine_hard_example bug (#12664)
7 years ago
minqiyang a3539845f2 Polish python code style
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang 5d4238cdcc Fix six.iteritems problem
7 years ago
minqiyang 6dc07e7f95 Replace items() with six.moves.iteritems() to improve memory usage
7 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang be6ecec46f Fix unittests' division issues
7 years ago
minqiyang 09103084d3 Polish compat.py and add unittest for it
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
chengduo 93152b0bac
Fix the result of unit test (#12520)
7 years ago
minqiyang 1f618c4ff9 Fix the overfix of 2to3 in xrange
7 years ago
fengjiayi b656d97e86
Merge pull request #12485 from JiayiFeng/dev_ops_tensor_support
7 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
Bai Yifan 900d61dd98
Clean python api (#12406)
7 years ago
fengjiayi 23aebf0ea7 update softmax layer comment
7 years ago