Commit Graph

39 Commits (ba036b88519ffd0ab78eddd68728d772891e25f2)

Author SHA1 Message Date
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
4 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
pkpk ac0acc7a92
Fix the English document for 1.6 (#20338)
5 years ago
Guanghua Yu bc4c7a9eb6 Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map (#20405)
5 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
pkpk cd9d57f5e0
fix a bug in examples of metrics.Acc
6 years ago
翟飞跃 802ea50956 fix spelling errors (#17941)
6 years ago
qingqing01 e81756f1ba
Hidden paddle.fluid.layers.detection_map. (#18033)
6 years ago
pkpk 8818c94cfb
test=develop (#17207)
6 years ago
Genieliu 0be1ce5850 test=develop
6 years ago
Genieliu 83b22941af 1 metric update should be in the for loop. 2 sample_num is the shape's first element 3 preds cast should use round, astype("int32") method will cast all the elements(which is less than 1) to 0.
6 years ago
haowang101779990 66ea718452 en api improve format Dec 27
6 years ago
Tink_Y 6d04a9cf47 fix api format and example (#14686)
6 years ago
peizhilin 7c8c9dc9bf fix unit test cases
6 years ago
dzhwinter e74267ae19 "fix comp bug. test=develop" (#14104)
6 years ago
Zeng Jinle aa6b2bda2c
Merge pull request #14094 from sneaxiy/fix_metrics_api_bug
6 years ago
sneaxiy 478463174f test=develop
6 years ago
Dang Qingqing 5ca9c2d04f Update code test=develop
6 years ago
Dang Qingqing 80ee069b9d Refince comments.
6 years ago
Dang Qingqing 60229c1e3c Follow comments.
6 years ago
Dang Qingqing 2939fc9f03 test=develop
6 years ago
Dang Qingqing 32d17598b9 Refine detection mAP in metrics.py.
6 years ago
tangwei12 d1e2efae6b
reimplement auc in fluid (#13167)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
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 559d36328c Apply 2to3 to current paddle main python code
7 years ago
Qiao Longfei 2b58c62aa0
Update auc op (#12199)
7 years ago
qiaolongfei d54e51daa6 change predictions to preds
7 years ago
qiaolongfei fc508004fb fix metrics.Auc
7 years ago
dzhwinter d6a9f005c8 "module document non-layer doc" (#11598)
7 years ago
qiaolongfei 4aa5da0550 fix auc
7 years ago
qiaolongfei 7f37060879 revert CompositeMetric::add_metric
7 years ago
qiaolongfei 171d3e861c fix CompositeMetric
7 years ago
qiaolongfei cd54a31cc8 fix fluid Metric
7 years ago
typhoonzero c4de344ce2 update
7 years ago
typhoonzero 2b05b010ff fix chunk evaluator name in metrics
7 years ago
dzhwinter d52fa26fda
Feature/metrics (#9791)
7 years ago