From c523a04cdcfd736acd2009f9700642afc423f1e7 Mon Sep 17 00:00:00 2001 From: AbnerVictor Date: Wed, 12 Apr 2023 06:05:13 +0000 Subject: [PATCH] modify the training yaml --- options/train/4x/HyperThumbnail_4x.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/options/train/4x/HyperThumbnail_4x.yml b/options/train/4x/HyperThumbnail_4x.yml index 05b5239..97842f4 100644 --- a/options/train/4x/HyperThumbnail_4x.yml +++ b/options/train/4x/HyperThumbnail_4x.yml @@ -10,8 +10,8 @@ datasets: train: name: DIV2K type: PairedImageDataset - dataroot_gt: datasets/Classic/DIV2K/HR/DIV2K_train_HR_sub - dataroot_lq: datasets/Classic/DIV2K/LR/DIV2K_train_LR_bicubic/X4_sub + dataroot_gt: datasets/demo_dataset/kodak/GTmod12 + dataroot_lq: datasets/demo_dataset/kodak/LRbicx4 filename_tmpl: '{}' io_backend: type: disk @@ -30,8 +30,8 @@ datasets: val: name: Set14 type: PairedImageDataset - dataroot_gt: datasets/Classic/Set14/GTmod12 - dataroot_lq: datasets/Classic/Set14/LRbicx4 + dataroot_gt: datasets/demo_dataset/Set5/GTmod12 + dataroot_lq: datasets/demo_dataset/Set5/LRbicx4 io_backend: type: disk crop_val: true