Update config.json
Browse files- config.json +0 -17
config.json
CHANGED
|
@@ -3,21 +3,4 @@
|
|
| 3 |
"DogsClassifierModel"
|
| 4 |
],
|
| 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 |
}
|
|
|
|
| 3 |
"DogsClassifierModel"
|
| 4 |
],
|
| 5 |
"model_type": "image_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
}
|