Shanmuk4622 commited on
Commit
f4031e4
·
verified ·
1 Parent(s): b1adbad

complete cifar10/baseline_fixed

Browse files
cifar10/baseline_fixed/classification_report.csv ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,precision,recall,f1-score,support
2
+ airplane,0.738747553816047,0.755,0.7467853610286844,1000.0
3
+ automobile,0.9149425287356322,0.796,0.8513368983957219,1000.0
4
+ bird,0.46859562455892734,0.664,0.5494414563508482,1000.0
5
+ cat,0.41119483315392896,0.382,0.3960601347848626,1000.0
6
+ deer,0.7858508604206501,0.411,0.5397242284963887,1000.0
7
+ dog,0.40810126582278483,0.806,0.5418487394957984,1000.0
8
+ frog,0.8851351351351351,0.524,0.6582914572864321,1000.0
9
+ horse,0.7722772277227723,0.624,0.6902654867256637,1000.0
10
+ ship,0.8621867881548975,0.757,0.8061767838125665,1000.0
11
+ truck,0.8387423935091278,0.827,0.8328298086606244,1000.0
12
+ accuracy,0.6546,0.6546,0.6546,0.6546
13
+ macro avg,0.7085774211029902,0.6546000000000001,0.661276035503759,10000.0
14
+ weighted avg,0.7085774211029903,0.6546,0.6612760355037591,10000.0