File size: 774 Bytes
8630b06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "csvpath": "materials/docs/age_ex-k.csv",
    "task": "regression",
    "model": "EfficientNetB4",
    "pretrained": true,
    "criterion": "RMSE",
    "optimizer": "RAdam",
    "lr": null,
    "epochs": 300,
    "batch_size": 32,
    "augmentation": "trivialaugwide",
    "normalize_image": "yes",
    "sampler": "no",
    "in_channel": 1,
    "vit_image_size": 0,
    "save_weight_policy": "each",
    "gpu_ids": [
        0,
        1
    ],
    "datetime": "2022-11-26-06-16-45",
    "isTrain": true,
    "mlp": null,
    "net": "EfficientNetB4",
    "_dataset_dir": "materials",
    "_csv_name": "age_ex-k",
    "input_list": [],
    "label_list": [
        "label_age"
    ],
    "mlp_num_inputs": 0,
    "num_outputs_for_label": {
        "label_age": 1
    }
}