File size: 304 Bytes
6a6c80b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "model_type": "efficientnet_b0",
  "num_classes": 3,
  "class_names": [
    "bad",
    "borderline",
    "good"
  ],
  "img_size": 224,
  "test_accuracy": 60.97560975609756,
  "best_val_accuracy": 65.0,
  "mean": [
    0.485,
    0.456,
    0.406
  ],
  "std": [
    0.229,
    0.224,
    0.225
  ]
}