-
Notifications
You must be signed in to change notification settings - Fork 14
/
metadata.json
43 lines (43 loc) · 910 Bytes
/
metadata.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
39
40
41
42
43
{
"patch_size": 256,
"load_size": 256,
"augmentation": true,
"num_gpus": 2,
"gpu_ids": "0,1",
"num_workers": 8,
"num_channel": 3,
"num_class": 2,
"EF": false,
"epochs": 120,
"batch_size": 4,
"learning_rate": 2.5e-4,
"momentum": 0.9,
"weight_decay":5e-4,
"nesterov": false,
"lr_scheduler": "poly",
"loss_function": "hybrid",
"dataset_dir": null,
"train_txt_path": "./train.txt",
"val_txt_path": "./val.txt",
"test_txt_path": "./test.txt",
"weight_dir": "./outputs/",
"log_dir": "./log/",
"resume_cd": null,
"resume_g_ab": null,
"resume_g_ba": null,
"resume_d_a": null,
"resume_d_b": null,
"pretrain_cd": null,
"cuda": false,
"local_rank": -1,
"sync_bn": null,
"distributed": false,
"n_residual_blocks": 9,
"lr_gan": 5e-5,
"gan_b1": 0.5,
"gan_b2": 0.999,
"decay_epoch": 50,
"lambda_cyc": 10.0,
"lambda_id": 5.0,
"visual": false
}