File size: 1,785 Bytes
2bff7bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
    "data_path": "/home/xtli/DATA/BSR_processed/train",
    "img_path": "data/images/134052.jpg",
    "test_path": null,
    "crop_size": 224,
    "scale_size": null,
    "batch_size": 1,
    "workers": 4,
    "pretrained_path": "/home/xtli/WORKDIR/04-15/single_scale_grouping_resume/cpk.pth",
    "hidden_dim": 256,
    "spatial_code_dim": 32,
    "tex_code_dim": 256,
    "exp_name": "04-18/134052",
    "project_name": "ssn_transformer",
    "nepochs": 20,
    "lr": 5e-05,
    "momentum": 0.5,
    "beta": 0.999,
    "lr_decay_freq": 3000,
    "save_freq": 1000,
    "save_freq_iter": 2000000000000,
    "log_freq": 10,
    "display_freq": 100,
    "use_wandb": 0,
    "work_dir": "/home/xtli/WORKDIR",
    "out_dir": "/home/xtli/WORKDIR/04-18/134052",
    "local_rank": 0,
    "dataset": "dataset",
    "config_file": "models/week0417/json/single_scale_grouping_ft.json",
    "lambda_L1": 1,
    "lambda_Perceptual": 1.0,
    "lambda_PatchGAN": 1.0,
    "lambda_GAN": 1,
    "add_gan_epoch": 0,
    "lambda_kld_loss": 1e-06,
    "lambda_style_loss": 1.0,
    "lambda_feat": 10.0,
    "use_slic": true,
    "patch_size": 64,
    "netPatchD_scale_capacity": 4.0,
    "netPatchD_max_nc": 384,
    "netPatchD": "StyleGAN2",
    "use_antialias": true,
    "patch_use_aggregation": false,
    "lambda_R1": 1.0,
    "lambda_ffl_loss": 1.0,
    "lambda_patch_R1": 1.0,
    "R1_once_every": 16,
    "add_self_loops": 1,
    "test_time": false,
    "sp_num": 196,
    "label_path": "/home/xtli/DATA/BSR/BSDS500/data/groundTruth",
    "model_name": "model",
    "num_D": 2,
    "n_layers_D": 3,
    "n_cluster": 10,
    "temperature": 23,
    "add_gcn_epoch": 0,
    "add_clustering_epoch": 0,
    "add_texture_epoch": 0,
    "dec_input_mode": "sine_wave_noise",
    "sine_weight": true
}