Delete config.json
Browse files- config.json +0 -57
config.json
DELETED
@@ -1,57 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"ConvSwin2SR"
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.0,
|
6 |
-
"depths": [
|
7 |
-
6,
|
8 |
-
6,
|
9 |
-
6,
|
10 |
-
6,
|
11 |
-
6,
|
12 |
-
6
|
13 |
-
],
|
14 |
-
"drop_path_rate": 0.1,
|
15 |
-
"embed_dim": 180,
|
16 |
-
"hidden_act": "gelu",
|
17 |
-
"hidden_dropout_prob": 0.0,
|
18 |
-
"image_size": [
|
19 |
-
32,
|
20 |
-
48
|
21 |
-
],
|
22 |
-
"img_range": 1,
|
23 |
-
"initializer_range": 0.02,
|
24 |
-
"input_shape": [
|
25 |
-
44,
|
26 |
-
60
|
27 |
-
],
|
28 |
-
"interpolation_method": "bicubic",
|
29 |
-
"layer_norm_eps": 1e-05,
|
30 |
-
"mlp_ratio": 2.0,
|
31 |
-
"model_type": "conv_swin2sr",
|
32 |
-
"num_channels": 1,
|
33 |
-
"num_heads": [
|
34 |
-
6,
|
35 |
-
6,
|
36 |
-
6,
|
37 |
-
6,
|
38 |
-
6,
|
39 |
-
6
|
40 |
-
],
|
41 |
-
"num_high_res_covars": 0,
|
42 |
-
"num_layers": 6,
|
43 |
-
"patch_size": 1,
|
44 |
-
"qkv_bias": true,
|
45 |
-
"real_upscale": 5,
|
46 |
-
"resi_connection": "1conv",
|
47 |
-
"sample_size": [
|
48 |
-
160,
|
49 |
-
240
|
50 |
-
],
|
51 |
-
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.33.1",
|
53 |
-
"upsampler": "pixelshuffle",
|
54 |
-
"upscale": 8,
|
55 |
-
"use_absolute_embeddings": false,
|
56 |
-
"window_size": 5
|
57 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|