minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
dzhwinter
d6a9f005c8
"module document non-layer doc" ( #11598 )
...
* "add some api reference"
* "fix based on preview"
* "fix evaluator"
* "remove template doc"
7 years ago
qingqing01
2a77fc507b
Enhance detection_map_op and more check in prior_box API. ( #10796 )
...
1. If all bboxes are not difficult ground truth, the users can not define the data layer for this flag and not the input can be None for detection_map API.
2. Set default value for aspect_ratios in prior_box API.
3. Add more check in prior_box API.
7 years ago
weixing
84ceffd02d
Fix api display errors in fluid ( #10051 )
7 years ago
dzhwinter
d52fa26fda
Feature/metrics ( #9791 )
...
* "add metrics"
* "add fluid metrics"
* "add import guards"
* "show warnings"
* "add demo"
* "fix ci"
* "add some details"
* "fix cci"
* "add demo Python"
* "add metrics"
7 years ago
fengjiayi
87568cfd96
Merge pull request #8643 from JiayiFeng/remove_evaluator
...
Removes Accuracy
7 years ago
qingqing01
0e1f82fd2a
Fix bug in detection mAP evaluator. ( #8778 )
...
* Fix mAP evaluator bug.
* Fix bug in detection mAP evaluator.
* Fix unit testing.
* Support to set background label index in detection mAP op.
7 years ago
fengjiayi
ea508c9ef2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove_evaluator
7 years ago
qingqing01
608feea204
Implement detection mAP evaluator wrapper and unify label format between SSD loss and mAP evaluator ( #8736 )
...
* Implement mAP evalutor Python interface.
* Fix unit testing and uniy label format between SSD loss and mAP evalutor.
* Update doc.
7 years ago
fengjiayi
cf87f39b2b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove_evaluator
7 years ago
fengjiayi
f8029403a0
remove Evaluator.Accuracy
7 years ago
wanghaoshuang
8d57e9c76f
Rename 'edit distance rate' to 'edit distance'
7 years ago
wanghaoshuang
795f572fee
Rename 'seq_error' to 'instance_error'
7 years ago
wanghaoshuang
87d90d2afd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_error
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago