Update config.json
Browse files- config.json +9 -5
config.json
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
"
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"TFModel"
|
4 |
+
],
|
5 |
+
"model_type": "tensorflow",
|
6 |
+
"num_labels": 5,
|
7 |
+
"input_shape": [224, 224, 3],
|
8 |
+
"task": "image-classification",
|
9 |
+
"framework": "tensorflow",
|
10 |
+
"use_cache": false
|
11 |
}
|