jpxkqx commited on
Commit
6fa1280
1 Parent(s): 258bc71

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -37
config.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "architectures": [
3
- "ConvBilinear"
4
- ],
5
- "conv_channels": [
6
- 8,
7
- 8,
8
- 8
9
- ],
10
- "conv_kernel_size": [
11
- 5,
12
- 5,
13
- 5
14
- ],
15
- "conv_padding": [
16
- "same",
17
- "same",
18
- "same"
19
- ],
20
- "conv_stride": [
21
- 1,
22
- 1,
23
- 1
24
- ],
25
- "hidden_ch": 16,
26
- "hidden_kernel": 5,
27
- "image_size": [
28
- 32,
29
- 48
30
- ],
31
- "model_type": "convbilinear",
32
- "num_channels": 1,
33
- "num_layers": 4,
34
- "torch_dtype": "float32",
35
- "transformers_version": "4.30.0",
36
- "upscale": 5
37
- }