Commit Graph

308 Commits (f82fa64a06f71700a99b641aeb8fc9ef16c0d940)

Author SHA1 Message Date
chengduo 86657dbe8c
Merge pull request #8382 from chengduoZH/feature/multiBoxHead
8 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
8 years ago
chengduoZH 6e79d01b65 merge prior_box and multi_box
8 years ago
fengjiayi 91aac572fb
Merge pull request #8405 from JiayiFeng/dev_remove_kwargs
8 years ago
chengduoZH 8ea2288e10 remove conflict
8 years ago
chengduoZH 84d9c6907f follow comments of yaming and qingqing
8 years ago
qingqing01 057efd1709
Implement multibox loss wrapper for SSD in Python API. (#8385)
8 years ago
fengjiayi 8c302d4845 remove kwargs in layer apis
8 years ago
chengduoZH e9fa7a7b3a follow comments of qingqing and code refine
8 years ago
chengduoZH 99c9dbf505 remove conflict
8 years ago
chengduo 7757a8ad7c
Merge pull request #8265 from chengduoZH/feature/add_prior_box_py
8 years ago
qingqing01 8a0dd2409e Expose softmax_with_cross_entropy and smooth_l1 into Python API. (#8375)
8 years ago
chengduoZH 49c50c9fda Add multiBox API
8 years ago
chengduoZH dff1bf33c9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prior_box_py
8 years ago
Qiao Longfei e9d3099145
Merge pull request #8357 from jacquesqiao/override-compare-op-in-python
8 years ago
chengduoZH 5ccab2dc65 remove conflict
8 years ago
chengduoZH bbff442eee follow comments of qingqing
8 years ago
Yuan Gao 1dceb99e86 add detection output python api (#8389)
8 years ago
chengduoZH d641d5ac33 follow comments
8 years ago
chengduoZH 628bb27a51 refine prior_boxes
8 years ago
Yancey 279aa626ab
Move learning rate and releated op to pserver (#8209)
8 years ago
qiaolongfei 6f78cb9969 add not_equal
8 years ago
qiaolongfei 6ed545b0d8 fix typo
8 years ago
qiaolongfei df7c29e516 override comparison operators in Python for Variable
8 years ago
chengduoZH 4a8559c0cc follow comments and code refine
8 years ago
chengduoZH 5f15037e70 delete conflict
8 years ago
chengduoZH 3cdb419b15 add doc for prior box
8 years ago
emailweixu 725e64486a cumsum operator (#8288)
8 years ago
Qiao Longfei 051ba1ce1d
Use force cpu in fill constant op (#8254)
8 years ago
Cao Ying 222155ccbf
Merge pull request #8310 from guoshengCS/fix-fc-bias
8 years ago
guosheng a063fc28b6 Fix the bias of fc when num_flatten_dims is not 1 in fluid layers
8 years ago
guosheng 0999347910 Fix python wrapper for layer_norm
8 years ago
guosheng 1637137c45 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-layernorm
8 years ago
guosheng 6c7ba81c0a Add python wrapper for layer_norm
8 years ago
chengduoZH 19749d5234 refine prior_box
8 years ago
chengduoZH dd6b59da6b add Python interface of prior_boxes
8 years ago
Yang Yang(Tony) 61811e9d40
fix parallel op test (#8249)
8 years ago
Qiao Longfei 5cc2f0bdda
Add polynomial_decay and piecewise_decay (#8013)
8 years ago
whs 6612068ee4
Merge pull request #8114 from wanghaoshuang/fix_ctc_align
8 years ago
whs 8e5bc804bb Fix equation in doc of fluid.layers.fc (#8243)
8 years ago
Qiao Longfei 20c4a4cb4f
Impl scalar switch case op with condition op (#8184)
8 years ago
wanghaoshuang 3aae78159b Change the dims of empty result to [1, 1]
8 years ago
wanghaoshuang 863cd9c766 Add comments to explain the empty result
8 years ago
emailweixu b15c675530
Merge pull request #7421 from emailweixu/fetch_var
8 years ago
xzl 3074ae7b8d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
8 years ago
xzl 2ffa3a8bf6 rename op to depthwise_conv2d, more efficient
8 years ago
qingqing01 4e7e39b4bd
Merge pull request #8069 from qingqing01/bn_name
8 years ago
dangqingqing cbc9a59c33 Allow uers to specify the name of moving mean and variance in batch_norm interface.
8 years ago
Yu Yang 2bd92754e8
Merge pull request #8005 from reyoung/feature/make_nmt_normal_unittest
8 years ago
xuwei06 6695a204cd helper functions fetch_var and get_var
8 years ago