Upload EDSRForImageSuperResolution
Browse files- config.json +27 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"architectures": [
|
4 |
+
"EDSRForImageSuperResolution"
|
5 |
+
],
|
6 |
+
"hidden_act": "relu",
|
7 |
+
"n_feats": 64,
|
8 |
+
"n_resblocks": 16,
|
9 |
+
"num_channels": 3,
|
10 |
+
"num_feature_maps": 64,
|
11 |
+
"num_res_block": 16,
|
12 |
+
"res_scale": 1,
|
13 |
+
"rgb_mean": [
|
14 |
+
0.4488,
|
15 |
+
0.4371,
|
16 |
+
0.404
|
17 |
+
],
|
18 |
+
"rgb_range": 255,
|
19 |
+
"rgb_std": [
|
20 |
+
1.0,
|
21 |
+
1.0,
|
22 |
+
1.0
|
23 |
+
],
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": null,
|
26 |
+
"upscale": 4
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f409f0a3067e8c14a7cc621a0a2899f916a4fdc6af2f32e20bf7afd1b22168a
|
3 |
+
size 6095067
|