edsr / config.json
Eugene Siow
Initial commit.
93f0ee6
{
"data_parallel": false,
"model_type": "EDSR",
"n_colors": 3,
"n_feats": 256,
"n_resblocks": 32,
"no_upsampling": false,
"res_scale": 1,
"rgb_mean": [
0.4488,
0.4371,
0.404
],
"rgb_range": 255,
"rgb_std": [
1.0,
1.0,
1.0
]
}