complete cifar10/M7_full_e2am
Browse files
cifar10/M7_full_e2am/classification_report.csv
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,precision,recall,f1-score,support
|
| 2 |
+
airplane,0.7626752966558792,0.707,0.7337830825116762,1000.0
|
| 3 |
+
automobile,0.774597495527728,0.866,0.817752596789424,1000.0
|
| 4 |
+
bird,0.5764596848934198,0.622,0.5983645983645983,1000.0
|
| 5 |
+
cat,0.5010964912280702,0.457,0.4780334728033473,1000.0
|
| 6 |
+
deer,0.6390977443609023,0.595,0.6162610046607975,1000.0
|
| 7 |
+
dog,0.5899053627760252,0.561,0.5750896975909789,1000.0
|
| 8 |
+
frog,0.6820603907637656,0.768,0.7224835371589841,1000.0
|
| 9 |
+
horse,0.6921606118546845,0.724,0.70772238514174,1000.0
|
| 10 |
+
ship,0.8347368421052631,0.793,0.8133333333333334,1000.0
|
| 11 |
+
truck,0.7895833333333333,0.758,0.773469387755102,1000.0
|
| 12 |
+
accuracy,0.6851,0.6851,0.6851,0.6851
|
| 13 |
+
macro avg,0.6842373253499071,0.6851,0.6836293096109982,10000.0
|
| 14 |
+
weighted avg,0.6842373253499071,0.6851,0.6836293096109981,10000.0
|