forked from mrq/DL-Art-School
29 lines
615 B
YAML
29 lines
615 B
YAML
|
name: vix_corrupt
|
||
|
suffix: ~ # add suffix to saved images
|
||
|
model: sr
|
||
|
distortion: sr
|
||
|
scale: 4
|
||
|
crop_border: ~ # crop border when evaluation. If None(~), crop the scale pixels
|
||
|
gpu_ids: [0]
|
||
|
amp_opt_level: O3
|
||
|
|
||
|
datasets:
|
||
|
test_1: # the 1st test dataset
|
||
|
name: vix_lr
|
||
|
mode: LQ
|
||
|
batch_size: 64
|
||
|
dataroot_LQ: K:\\4k6k\\4k_closeup\\lr_corrupted
|
||
|
start_at: 35000 #ready to go.
|
||
|
|
||
|
#### network structures
|
||
|
network_G:
|
||
|
which_model_G: ResGenV2
|
||
|
nf: 192
|
||
|
nb_denoiser: 20
|
||
|
nb_upsampler: 0
|
||
|
upscale_applications: 0
|
||
|
|
||
|
#### path
|
||
|
path:
|
||
|
pretrain_model_G: ../experiments/pretrained_corruptors/decolorize_nonoise.pth
|