Create config.json
Browse files- config.json +5 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "image_classification",
|
3 |
+
"input_shape": [1, 128, 128, 3],
|
4 |
+
"labels": ["Female", "Male"]
|
5 |
+
}
|