File size: 635 Bytes
de8a1e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "encoder_model": "wdtagger:SmilingWolf/wd-swinv2-tagger-v3",
    "flops": 525312.0,
    "init_params": {
        "in_dims": 1024,
        "layers": [
            0.5
        ],
        "out_dims": 2
    },
    "model_type": "mlp",
    "params": 525826.0,
    "problem": {
        "labels": [
            "monochrome",
            "normal"
        ],
        "type": "classification"
    },
    "train": {
        "batch_size": 16,
        "key_metric": "AUC",
        "learning_rate": 0.001,
        "loss": "focal",
        "max_epochs": 100,
        "processes": 8,
        "seed": 114514,
        "weight_decay": 0.001
    }
}