| |
| name: train_DAT_x4 |
| model_type: DATModel |
| scale: 4 |
| num_gpu: auto |
| manual_seed: 10 |
|
|
| |
| datasets: |
| train: |
| task: SR |
| name: DF2K |
| type: PairedImageDataset |
| dataroot_gt: datasets/DF2K/HR |
| dataroot_lq: datasets/DF2K/LR_bicubic/X4 |
| filename_tmpl: '{}x4' |
| io_backend: |
| type: disk |
|
|
| gt_size: 256 |
| use_hflip: true |
| use_rot: true |
|
|
| |
| use_shuffle: True |
| num_worker_per_gpu: 12 |
| batch_size_per_gpu: 8 |
| dataset_enlarge_ratio: 1 |
| prefetch_mode: ~ |
|
|
| val: |
| task: SR |
| name: Set5 |
| type: PairedImageDataset |
| dataroot_gt: datasets/benchmark/Set5/HR |
| dataroot_lq: datasets/benchmark/Set5/LR_bicubic/X4 |
| filename_tmpl: '{}x4' |
| io_backend: |
| type: disk |
|
|
|
|
| |
| network_g: |
| type: DAT |
| upscale: 4 |
| in_chans: 3 |
| img_size: 64 |
| img_range: 1. |
| split_size: [8,32] |
| depth: [6,6,6,6,6,6] |
| embed_dim: 180 |
| num_heads: [6,6,6,6,6,6] |
| expansion_factor: 4 |
| resi_connection: '1conv' |
|
|
| |
| path: |
| pretrain_network_g: experiments/pretrained_models/DAT/DAT_x2.pth |
| strict_load_g: False |
| resume_state: ~ |
|
|
| |
| train: |
| optim_g: |
| type: Adam |
| |
| lr: !!float 1e-4 |
| weight_decay: 0 |
| betas: [0.9, 0.99] |
|
|
| scheduler: |
| type: MultiStepLR |
| |
| milestones: [ 125000, 200000, 225000, 237500 ] |
| gamma: 0.5 |
|
|
| |
| total_iter: 250000 |
| warmup_iter: -1 |
|
|
| |
| pixel_opt: |
| type: L1Loss |
| loss_weight: 1.0 |
| reduction: mean |
|
|
| |
| val: |
| val_freq: !!float 5e3 |
| save_img: False |
|
|
| metrics: |
| psnr: |
| type: calculate_psnr |
| crop_border: 4 |
| test_y_channel: True |
|
|
| |
| logger: |
| print_freq: 200 |
| save_checkpoint_freq: !!float 5e3 |
| use_tb_logger: True |
| wandb: |
| project: ~ |
| resume_id: ~ |
|
|
| |
| dist_params: |
| backend: nccl |
| port: 29500 |
|
|