Update config.json
Browse files- config.json +13 -1
config.json
CHANGED
|
@@ -5,7 +5,19 @@
|
|
| 5 |
"model_type": "image_classification",
|
| 6 |
"task_specific_params": {
|
| 7 |
"image-classification": {
|
| 8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
}
|
| 11 |
}
|
|
|
|
| 5 |
"model_type": "image_classification",
|
| 6 |
"task_specific_params": {
|
| 7 |
"image-classification": {
|
| 8 |
+
"finetuning_task": null,
|
| 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 |
}
|