Skip to content

Commit

Permalink
modify the training yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnerVictor committed Apr 12, 2023
1 parent 4b7c568 commit c523a04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions options/train/4x/HyperThumbnail_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c523a04

Please sign in to comment.