jpxkqx commited on
Commit
271dbdf
1 Parent(s): 9478837

Delete config.json

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