minor updates

This commit is contained in:
Xintao
2021-08-22 11:08:11 +08:00
parent 571b89257a
commit 00116244cb
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 KiB

After

Width:  |  Height:  |  Size: 546 KiB

View File

@@ -39,7 +39,7 @@ datasets:
name: DF2K+OST name: DF2K+OST
type: RealESRGANDataset type: RealESRGANDataset
dataroot_gt: datasets/DF2K dataroot_gt: datasets/DF2K
meta_info: realesrgan/data/meta_info/meta_info_DF2Kmultiscale+OST_sub.txt meta_info: datasets/DF2K/meta_info/meta_info_DF2Kmultiscale+OST_sub.txt
io_backend: io_backend:
type: disk type: disk
@@ -100,7 +100,7 @@ network_d:
# path # path
path: path:
# use the pre-trained Real-ESRNet model # use the pre-trained Real-ESRNet model
pretrain_network_g: experiments/train_RealESRNetx4plus_1000k_B12G4_fromESRGAN/models/net_g_1000000.pth pretrain_network_g: experiments/pretrained_models/RealESRNet_x4plus.pth
param_key_g: params_ema param_key_g: params_ema
strict_load_g: true strict_load_g: true
resume_state: ~ resume_state: ~

View File

@@ -36,7 +36,7 @@ datasets:
name: DF2K+OST name: DF2K+OST
type: RealESRGANDataset type: RealESRGANDataset
dataroot_gt: datasets/DF2K dataroot_gt: datasets/DF2K
meta_info: realesrgan/data/meta_info/meta_info_DF2Kmultiscale+OST_sub.txt meta_info: datasets/DF2K/meta_info/meta_info_DF2Kmultiscale+OST_sub.txt
io_backend: io_backend:
type: disk type: disk