-
Notifications
You must be signed in to change notification settings - Fork 10
/
manga.json
38 lines (38 loc) · 837 Bytes
/
manga.json
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
{
"seed": 2020,
"save_dir": "release_model/",
"data_loader": {
"name": "manga",
"name2": "manga1",
"zip_root": "./datazip",
"flist_root": "./flist",
"mask": "cons",
"extend": 5,
"w": 192,
"h": 192
},
"losses": {
"binary_weight": 3,
"inten_weight": 1,
"line_weight": 5,
"valid_weight": 5,
"atten_weight": 3,
"screen_weight": 0.5
},
"trainer": {
"type": "Adam",
"lr": 1e-4,
"d2glr": 1,
"beta1": 0.9,
"beta2": 0.999,
"verbosity": 2,
"iterations": 33e5,
"save_freq": 1e3,
"valid_freq": 5e3,
"niter": 10e4,
"niter_steady": 1e4,
"batch_size": 4,
"num_workers": 4,
"log_step": 100
}
}