-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathmodel_config.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathmodel_config.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"models": {
"resnet": [
{
"version": "v1.0",
"model_type": "resnet",
"path": "models/cotton_crop_disease_classification/full_resnet50_model.pth",
"accuracy": 0.9983,
"training_date": "2026-06-05T20:49:11.557676",
"dataset_version": "v1.0",
"parameters": 0,
"is_active": true,
"ab_test_ratio": 0.0,
"performance_metrics": {
"total_requests": 30,
"successful_predictions": 30,
"avg_confidence": 0.5314059528444861,
"avg_inference_time": 0.13157158692677817,
"error_count": 0
}
}
],
"yolo": [
{
"version": "v1.0",
"model_type": "yolo",
"path": "models/cotton_crop_growth_stage_prediction/best.pt",
"accuracy": 0.6006,
"training_date": "2026-06-05T20:49:11.561716",
"dataset_version": "v1.0",
"parameters": 0,
"is_active": true,
"ab_test_ratio": 0.0,
"performance_metrics": {
"total_requests": 0,
"successful_predictions": 0,
"avg_confidence": 0.0,
"avg_inference_time": 0.0,
"error_count": 0
}
}
]
},
"ab_test_enabled": true,
"rollback_threshold": 0.75,
"last_updated": "2026-06-16T21:51:57.042790"
}