2020-04-22 06:37:54 +00:00
|
|
|
name: RRDB_ESRGAN_x4
|
|
|
|
suffix: ~ # add suffix to saved images
|
|
|
|
model: sr
|
|
|
|
distortion: sr
|
|
|
|
scale: 4
|
|
|
|
crop_border: ~ # crop border when evaluation. If None(~), crop the scale pixels
|
2020-05-04 14:48:25 +00:00
|
|
|
#gpu_ids: [0]
|
2020-04-22 06:37:54 +00:00
|
|
|
|
|
|
|
datasets:
|
|
|
|
test_1: # the 1st test dataset
|
|
|
|
name: set5
|
|
|
|
mode: LQ
|
2020-05-04 14:48:25 +00:00
|
|
|
batch_size: 1
|
|
|
|
dataroot_LQ: E:\4k6k\datasets\adrianna\full_extract
|
2020-04-22 06:37:54 +00:00
|
|
|
|
|
|
|
#### network structures
|
|
|
|
network_G:
|
|
|
|
which_model_G: RRDBNet
|
|
|
|
in_nc: 3
|
|
|
|
out_nc: 3
|
2020-05-04 14:48:25 +00:00
|
|
|
nf: 48
|
2020-04-22 06:37:54 +00:00
|
|
|
nb: 23
|
|
|
|
|
|
|
|
#### path
|
|
|
|
path:
|
2020-05-04 14:48:25 +00:00
|
|
|
pretrain_model_G: ../experiments/rrdb_blacked_gan_g.pth
|