complete cifar10/baseline_fixed
Browse files
cifar10/baseline_fixed/confusion_matrix.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,airplane,automobile,bird,cat,deer,dog,frog,horse,ship,truck
|
| 2 |
+
airplane,755,12,68,21,5,23,6,20,64,26
|
| 3 |
+
automobile,42,796,19,24,1,21,3,10,9,75
|
| 4 |
+
bird,62,3,664,64,23,134,13,26,8,3
|
| 5 |
+
cat,14,1,105,382,14,446,7,19,2,10
|
| 6 |
+
deer,18,0,232,89,411,157,27,56,9,1
|
| 7 |
+
dog,4,3,63,78,13,806,6,24,3,0
|
| 8 |
+
frog,10,1,190,154,10,106,524,3,1,1
|
| 9 |
+
horse,11,0,41,35,42,238,1,624,1,7
|
| 10 |
+
ship,81,22,17,49,1,23,2,12,757,36
|
| 11 |
+
truck,25,32,18,33,3,21,3,14,24,827
|