Fix config.json model_type
Browse files- config.json +7 -12
config.json
CHANGED
|
@@ -1,12 +1,7 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "
|
| 3 |
-
"architecture": "
|
| 4 |
-
"num_classes": 101,
|
| 5 |
-
"image_size": [224, 224],
|
| 6 |
-
"
|
| 7 |
-
|
| 8 |
-
"nutritional_database": true,
|
| 9 |
-
"version": "1.0.0",
|
| 10 |
-
"framework": "tensorflow",
|
| 11 |
-
"task": "image-classification"
|
| 12 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "efficientnet",
|
| 3 |
+
"architecture": "efficientnet_b0",
|
| 4 |
+
"num_classes": 101,
|
| 5 |
+
"image_size": [224, 224],
|
| 6 |
+
"task": "image-classification"
|
| 7 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|