File size: 897 Bytes
6e70c4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "name": "invhalf_warmup",
    "model": "ResHalf",
	"data_dir": "dataset/",
	"save_dir": "./",
    "trainer": {
        "epochs": 1000,
        "save_epochs": 5
    },
    "data_loader": {
        "dataset": "HalftoneVOC2012.json",
        "special_set": "special_color.json",
        "batch_size": 8,
        "shuffle": true,
        "num_workers": 32
    },	
    "quantizeLoss": "binL1",
    "quantizeLossWeight": 0.2,
    "toneLoss": "gaussianL2",
    "toneLossWeight": 0.6,
    "structureLoss": "ssimLoss",
    "structureLossWeight": 0.0,
    "blueNoiseLossWeight": 0.3,
    "featureLossWeight": 1.0,
    "cuda": true,
    "multi-gpus": true,
    "optimizer_type": "Adam",
    "optimizer": {
        "lr": 0.0001,
        "weight_decay": 0
    },
    "lr_sheduler": {
        "factor": 0.5,
        "patience": 3,
        "threshold": 1e-05,
        "cooldown": 0
    },
    "seed": 131
}