Releases: LoSealL/Model
Releases · LoSealL/Model
VESPCN
# Pytorch's version
---
vespcn:
depth: 3
channel: 3
scale: 4
batch: 16
patch_size: 64
lr: 1.0e-4
lr_decay:
method: multistep
decay_step: [200, 400]
decay_rate: 0.1
# tensorflow's version
---
vespcn:
depth: 3 # this `depth` is to inform graph builder
beta: 1
gamma: 0.01
scale: 4
channel: 3
weight_decay: 0
batch: 4
patch_size: 96
depth: 3 # must be same as the model depth
lr: 1.0e-4
lr_decay:
method: multistep
decay_step: []
decay_rate: 1
VDSR
SRCNN
SPMC
# Detail-revealing Deep Video Super-resolution (ICCV 2017)
---
spmc:
scale: 4
channel: 3
depth: 3
# stage 1: optimize ME only
# stage 2: optimize SR only
# stage 3: jointly optimize
stage: 3
lambda1: 0.01
lambda2: 0.01
# add bicubic to output
residual: false
batch: 16
patch_size: 96
SOFVSR
QPRN
FRVSR
ESRGAN
Trained on original author provided RRDB_PSNR.pth
. 2000 * 200 steps.
esrgan:
scale: 4
in_nc: 3
out_nc: 3
nf: 64
nb: 23
gc: 32
act_type: 'leakyrelu'
mode: 'CNA'
res_scale: 1
upsample_mode: 'upconv'
weights: [0.01, 1, 5.0e-3]
patch_size: 128
batch_size: 16
lr: 1.0e-4
lr_decay:
method: multistep
decay_step: [250, 500, 1000, 1500]
decay_rate: 0.5