File size: 705 Bytes
7d64bbf
6839bbd
7d64bbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6839bbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "checkpoint": "without_preprocess/final_model.pt",
  "n_images": 60,
  "preprocess": "none",
  "metrics": {
    "loss": 0.3956117908159892,
    "accuracy": 0.85,
    "macro_f1": 0.847930160518164,
    "weighted_f1": 0.847930160518164,
    "auc_roc": 0.97
  },
  "report": "              precision    recall  f1-score   support\n\n       uchen       0.78      0.97      0.87        30\n         ume       0.96      0.73      0.83        30\n\n    accuracy                           0.85        60\n   macro avg       0.87      0.85      0.85        60\nweighted avg       0.87      0.85      0.85        60\n",
  "confusion_matrix": [
    [
      29,
      1
    ],
    [
      8,
      22
    ]
  ]
}