rcan-bam / config.json
Eugene Siow
Initial commit.
61a51e6
{
"bam": true,
"data_parallel": false,
"model_type": "RCAN",
"n_colors": 3,
"n_feats": 64,
"n_resblocks": 20,
"n_resgroups": 10,
"reduction": 16,
"res_scale": 1,
"rgb_mean": [
0.4488,
0.4371,
0.404
],
"rgb_range": 255,
"rgb_std": [
1.0,
1.0,
1.0
]
}