Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -122,10 +122,10 @@
|
|
122 |
"giou_cost": 2,
|
123 |
"giou_loss_coefficient": 2,
|
124 |
"id2label": {
|
125 |
-
0: "accessories",
|
126 |
-
1: "bags",
|
127 |
-
2: "clothing",
|
128 |
-
3: "shoes"
|
129 |
},
|
130 |
"init_std": 0.02,
|
131 |
"init_xavier_std": 1.0,
|
|
|
122 |
"giou_cost": 2,
|
123 |
"giou_loss_coefficient": 2,
|
124 |
"id2label": {
|
125 |
+
"0": "accessories",
|
126 |
+
"1": "bags",
|
127 |
+
"2": "clothing",
|
128 |
+
"3": "shoes"
|
129 |
},
|
130 |
"init_std": 0.02,
|
131 |
"init_xavier_std": 1.0,
|