complete cifar10/M2_amp_only
Browse files
cifar10/M2_amp_only/confusion_matrix.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,airplane,automobile,bird,cat,deer,dog,frog,horse,ship,truck
|
| 2 |
+
airplane,597,30,18,11,6,1,7,33,264,33
|
| 3 |
+
automobile,4,886,0,6,2,1,5,3,58,35
|
| 4 |
+
bird,91,10,464,90,50,79,59,95,48,14
|
| 5 |
+
cat,25,12,46,509,42,113,61,97,57,38
|
| 6 |
+
deer,21,6,61,53,529,22,51,203,47,7
|
| 7 |
+
dog,11,13,28,178,42,536,20,121,27,24
|
| 8 |
+
frog,13,20,45,80,25,14,731,40,15,17
|
| 9 |
+
horse,15,7,5,24,23,44,10,842,11,19
|
| 10 |
+
ship,9,22,3,7,1,2,2,6,941,7
|
| 11 |
+
truck,16,144,3,14,2,6,5,15,100,695
|