File size: 810 Bytes
4bb0fa4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "datetime": "2025-01-25-04-52-01",
    "project": "CXp_checker_patientbase",
    "csvpath": "materials/docs/CXp_checker_patientbase.csv",
    "task": "classification",
    "model": "EfficientNetB4",
    "vit_image_size": 0,
    "pretrained": true,
    "criterion": "CEL",
    "optimizer": "Adam",
    "lr": null,
    "epochs": 100,
    "batch_size": 32,
    "bit_depth": 8,
    "in_channel": 1,
    "augmentation": "trivialaugwide",
    "normalize_image": "yes",
    "sampler": "distributed",
    "label_list": [
        "label_round",
        "label_APorPA"
    ],
    "input_list": [],
    "mlp_num_inputs": 0,
    "num_outputs_for_label": {
        "label_round": 4,
        "label_APorPA": 3
    },
    "save_weight_policy": "best",
    "gpu_ids": [
        0,
        1,
        2,
        3
    ]
}