File size: 1,863 Bytes
f670afc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
project: 0_test                                               
name:                                                      
model: shi                                                     
yaml:                                                       
seed: 6004                                                  
task: Train 
Group: DEBUG                                                
gpu: 0                                                      
cpu: false                                                  
load:                                                       
arch: {}                                                    
test_ckpt_path:
demo_img: __-DFIFxvZBCn1873qkqXA_grdView.png

# for testing
sty_img:

sky_img:

# only for illumination interpolation visualization
sty_img1:
sty_img2:
sky_img1:
sky_img2:

data:                                                       
    sky_mask:                                               
    root:                                                   
    dataset:                                                
    num_workers: 24                                         
    histo_mode:
    sample_total_length:
    train_sub:

optim:
    lr_gen: 0.0001                                   # learning rate (main)
    lr_dis: 0.0004
    gan_mode: hinge
    beta1: 0    
    ground_prior:
    loss_weight:
        GAN: 1
        L1: 1
    perceptual_loss:
        mode: 'vgg19'
        layers: ['relu_3_1', 'relu_4_1', 'relu_5_1']
        weights: [0.125, 0.25, 1.0]
    lr_policy:
        iteration_mode: False
        type: step
        step_size: 13
        gamma: 0.1
batch_size: 16                                              # batch size
resume: false                                               # not test
fp16:                                                       # not test
vis_dir: 'vis'
max_epochs: 30