Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"model_type": "mobilenet_v2",
|
3 |
"architectures": ["MobileNetV2ForImageClassification"],
|
4 |
-
"model_name": "mobilenet-v2-tensorflow2-130-224-classification-v2"
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"model_type": "mobilenet_v2",
|
3 |
"architectures": ["MobileNetV2ForImageClassification"],
|
4 |
+
"model_name": "mobilenet-v2-tensorflow2-130-224-classification-v2",
|
5 |
+
"task":"image-classification"
|
6 |
}
|