File size: 887 Bytes
d1b233b
 
 
 
 
 
 
 
 
 
 
60123b3
d1b233b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5802566
 
 
 
d1b233b
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
{
    "datetime": "2025-07-25-03-43-52",
    "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": 64,
    "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
    ],
      "dataset_info": {
        "train": 301912,
        "val": 37403
    }
}