Update config.json
Browse files- config.json +13 -12
config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
{
|
2 |
-
"model_type": "efficientnet",
|
3 |
-
"name": "EfficientNetB0",
|
4 |
-
"framework": "tensorflow",
|
5 |
-
"num_classes":
|
6 |
-
"input_shape": [
|
7 |
-
224,
|
8 |
-
224,
|
9 |
-
|
10 |
-
],
|
11 |
-
"model_version": "v1.0",
|
12 |
-
"description": "EfficientNetB0 model for wheat anomaly detection."
|
|
|
13 |
}
|
|
|
1 |
+
{
|
2 |
+
"model_type": "efficientnet",
|
3 |
+
"name": "EfficientNetB0",
|
4 |
+
"framework": "tensorflow",
|
5 |
+
"num_classes": 2,
|
6 |
+
"input_shape": [
|
7 |
+
224,
|
8 |
+
224,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
"model_version": "v1.0",
|
12 |
+
"description": "EfficientNetB0 model for wheat anomaly detection."
|
13 |
+
"license": "apache-2.0"
|
14 |
}
|