edsr-base-x2 / config.json
asrimanth's picture
Upload EDSRForImageSuperResolution
26bed6e
raw
history blame contribute delete
434 Bytes
{
"_commit_hash": null,
"architectures": [
"EDSRForImageSuperResolution"
],
"hidden_act": "relu",
"n_feats": 64,
"n_resblocks": 16,
"num_channels": 3,
"num_feature_maps": 64,
"num_res_block": 16,
"res_scale": 1,
"rgb_mean": [
0.4488,
0.4371,
0.404
],
"rgb_range": 255,
"rgb_std": [
1.0,
1.0,
1.0
],
"torch_dtype": "float32",
"transformers_version": null,
"upscale": 2
}