Update config.json
Browse files- config.json +1 -13
config.json
CHANGED
|
@@ -5,19 +5,7 @@
|
|
| 5 |
"model_type": "image_classification",
|
| 6 |
"task_specific_params": {
|
| 7 |
"image-classification": {
|
| 8 |
-
"
|
| 9 |
-
"num_labels": 120,
|
| 10 |
-
"do_normalize": true,
|
| 11 |
-
"normalize_mean": [
|
| 12 |
-
0.485,
|
| 13 |
-
0.456,
|
| 14 |
-
0.406
|
| 15 |
-
],
|
| 16 |
-
"normalize_std": [
|
| 17 |
-
0.229,
|
| 18 |
-
0.224,
|
| 19 |
-
0.225
|
| 20 |
-
]
|
| 21 |
}
|
| 22 |
}
|
| 23 |
}
|
|
|
|
| 5 |
"model_type": "image_classification",
|
| 6 |
"task_specific_params": {
|
| 7 |
"image-classification": {
|
| 8 |
+
"num_labels": 120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
| 11 |
}
|