File size: 364 Bytes
873b366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "timestamp": "2025-10-05 12:14:37",
    "base_model": "ResNet50",
    "image_size": [
        224,
        224
    ],
    "batch_size": 8,
    "epochs": 30,
    "initial_lr": 0.001,
    "label_smoothing": 0.05,
    "num_classes": 4,
    "class_names": [
        "CR",
        "LP",
        "ND",
        "PO"
    ],
    "random_seed": 42
}