File size: 304 Bytes
cddc6a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "model_type": "resnet18",
  "num_classes": 10,
  "class_names": [
    "battery",
    "biological",
    "cardboard",
    "clothes",
    "glass",
    "metal",
    "paper",
    "plastic",
    "shoes",
    "trash"
  ],
  "task": "image-classification",
  "dataset": "Garbage Classification v2 (Kaggle)"
}