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 )
...
* api clean
* update API.spec
7 years ago
minqiyang
9fc13fde18
Remove python3 relative import of unittest
7 years ago
minqiyang
35e6abd7bb
Change iter_parameters back and port unittests code to Python3
7 years ago
baiyf
a4c06083af
Expose rank_loss op Python API ( #12132 )
...
* expose rank_loss python api
7 years ago
Guo Sheng
da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
...
Complete hsigmoid_op
7 years ago
Yu Yang
1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
...
Add deprecated annotation and hide a lot of APIs
7 years ago
lemon34
29145e1e31
change im2sequence for ctc batch inference ( #11696 )
...
* change im2sequence for ctc batch inference
* Update im2sequence_op.cc
* change im2sequence for ctc batch inference
* update
* change PR by comment
* fix ocr test error
* fix test_im2sequence
* modify the old name to standard name
* fix test_layers failed
7 years ago
yuyang18
6c83dcd622
Hide get_places. Mark it as deprecated
7 years ago
guosheng
d695381677
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
Yibing Liu
9386ac0a40
Enhance cuda code & unittest for argsort_op
7 years ago
whs
93e25301d7
Fix python api of mean iou op. ( #11797 )
...
* Fix mean iou op.
* Fix crop layer test.
* Fix unitest
* fix unitest.
7 years ago
qingqing01
c22ebb3bde
Expose crop op into Python API. ( #11546 )
7 years ago
weixing02
ee13b396f2
fix some errors
7 years ago
weixing02
8bd148dc00
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_op
7 years ago
qingqing01
19fd071785
Make the normalization operator more general and fix bug in l2_normalize. ( #11348 )
...
* Add normalization operator.
1. Refine the raw norm_op and let it more general to support to normalize Tensor along any axis.
2. There is a bug in l2_normalize API, which lacks sqrt after `reduce_sum`.
3. Use norm_op to refine the l2_normalize API.
4. Fix bug in test_normalization_wrapper.py.
7 years ago
qingqing01
59e10922b4
Expose maxout Python API. ( #11278 )
...
* Expose maxout API.
* Fix code style.
7 years ago
whs
c8d6c1d09c
Auto generate python api for polygon_box_transform op. ( #11074 )
...
* Auto generate python api for polygon_box_transform op.
* Add unitest.
7 years ago
baiyf
663f4e6168
Fix bilinear_op Python API ( #11117 )
...
* fix conflict
* code clean
7 years ago
weixing02
4bd08e3408
make test_layers right
7 years ago
weixing02
3e46ec41a9
add hsigmoid
7 years ago
baiyf
1ba2581a52
Unified bilinear_interp op Python interface specification ( #10925 )
...
* unify UpsamplingBilinear2d interface specification
* unify UpsamplingBilinear2d interface specification
* fix name conventions
* small fix about computation order
7 years ago
baiyf
16b09d3c36
Expose bilinear operator into Python API. ( #10875 )
...
* Expose bilinear operator into Python API
* delete unused lines
* delete unused lines
* fix typos
* fix name arg and typos
7 years ago
dyning
4a5bfa89c3
Modify RoI pooling op to use LoDTensor and expose it into Python API ( #10208 )
...
* modify roi pool with lod and expose ROI Pooling into Python API
* make lod code brief
* make doc more clearly
* make doc more clearly
7 years ago
qingqing01
ee9832a7a9
Add Top-k Python API. ( #9973 )
...
* Add topk Python API.
* Add unit test.
* Remove the repeated API.
7 years ago
guosheng
d04073050e
Add python wrapper for label smoothing
7 years ago
Yang Yang(Tony)
a64edbf14e
delete backward.cc related code on the python side ( #9854 )
7 years ago
dragonwarrior
54a85b7bfd
Add lrn layer ( #9157 )
...
* add LRN layer for fluid
* add LRN layer for fluid
* add documentation for LRN layer
* add paper reference for LRN layer
* add seperate documentation for LRN layer
* rm lrn.py in doc/fluid/dev/src
* change code style in lrn
* fix style of comments in lrn
7 years ago
yangyaming
2f2c5f5e60
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9049
7 years ago
yangyaming
869a6f9cea
Add python wrapper.
7 years ago
yangyaming
58730ba131
Enhance unit test.
7 years ago
dzhwinter
128adf53cb
[Speed]implement cudnn sequence softmax cudnn ( #8978 )
...
* "add softmax cudnn functor support"
* "add testing"
* "refine cmakelist"
* "sequence softmax forward speed up"
* "add softmax grad"
* "fix sequence softmax test"
* "add double precision'
* "fix softmax test"
* "add softmax cudnn support"
* "fix softmax cudnn test"
* "add softmax to nn.py"
* "fix compile bug"
* "refine cmakelist"
* "fix ci"
* "fix based on comment"
* "fix based on comments"
* "fix ci"
7 years ago
Yu Yang
5f1a577e33
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
7 years ago
Luo Tao
bde090a975
replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago