forked from mrq/DL-Art-School
29 lines
574 B
YAML
29 lines
574 B
YAML
name: adrianna
|
|
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: kayden
|
|
mode: LQ
|
|
batch_size: 13
|
|
dataroot_LQ: ..\..\datasets\kayden\images
|
|
start_at: 0
|
|
|
|
#### network structures
|
|
network_G:
|
|
which_model_G: ResGen
|
|
nf: 256
|
|
nb_denoiser: 20
|
|
nb_upsampler: 10
|
|
upscale_applications: 1
|
|
|
|
#### path
|
|
path:
|
|
pretrain_model_G: ../experiments/resgen_vgg_disc_vixen_40000.pth
|