jays009 commited on
Commit
22333e7
·
verified ·
1 Parent(s): ec770b4

Update config.json

Browse files
Files changed (1) hide show
  1. 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": 3,
6
- "input_shape": [
7
- 224,
8
- 224,
9
- 3
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
  }