Update config.json
Browse files- config.json +3 -21
config.json
CHANGED
@@ -1,24 +1,6 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"tensorflow",
|
5 |
-
"resnet",
|
6 |
-
"agriculture",
|
7 |
-
"anomaly-detection"
|
8 |
-
],
|
9 |
-
"license": "apache-2.0",
|
10 |
-
"library_name": "tensorflow",
|
11 |
-
"datasets": [
|
12 |
-
"wheat-dataset" // Replace with actual dataset name if available
|
13 |
-
],
|
14 |
-
"model_type": "resnet50",
|
15 |
-
"preprocessing": {
|
16 |
-
"resize": 256,
|
17 |
-
"center_crop": 224,
|
18 |
-
"normalize": [0.485, 0.456, 0.406],
|
19 |
-
"normalize_std": [0.229, 0.224, 0.225]
|
20 |
-
},
|
21 |
-
"framework": "tensorflow",
|
22 |
"task": "image-classification",
|
23 |
-
"
|
24 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": ["ResNet50"],
|
3 |
+
"model_type": "resnet",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"task": "image-classification",
|
5 |
+
"framework": "onnx"
|
6 |
}
|