Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
"dataset_transform": "cifar10",
|
4 |
"num_classes": 10,
|
5 |
"id2label": {
|
6 |
-
"0":
|
7 |
-
"1":
|
8 |
-
"2":
|
9 |
-
"3":
|
10 |
-
"4":
|
11 |
-
"5":
|
12 |
-
"6":
|
13 |
-
"7":
|
14 |
-
"8":
|
15 |
-
"9":
|
16 |
}
|
17 |
}
|
|
|
3 |
"dataset_transform": "cifar10",
|
4 |
"num_classes": 10,
|
5 |
"id2label": {
|
6 |
+
"0": "airplane",
|
7 |
+
"1": "automobile",
|
8 |
+
"2": "bird",
|
9 |
+
"3": "cat",
|
10 |
+
"4": "deer",
|
11 |
+
"5": "dog",
|
12 |
+
"6": "frog",
|
13 |
+
"7": "horse",
|
14 |
+
"8": "ship",
|
15 |
+
"9": "truck"
|
16 |
}
|
17 |
}
|