Upload config
Browse files- config.json +26 -0
config.json
CHANGED
@@ -4,26 +4,52 @@
|
|
4 |
"backbone": null,
|
5 |
"c_head_num": null,
|
6 |
"channel_dims": null,
|
|
|
7 |
"cls_attn_layers": 2,
|
|
|
8 |
"depth": 24,
|
|
|
9 |
"drop_path_rate": 0.0,
|
10 |
"drop_rate": 0.0,
|
|
|
11 |
"embed_dim": 480,
|
12 |
"eta": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"hybrid_patch_size": 2,
|
14 |
"img_size": [
|
15 |
224,
|
16 |
224
|
17 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"in_chans": 3,
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"initializer_range": 1.0,
|
20 |
"mlp_ratio": 4.0,
|
21 |
"model_type": "fan",
|
22 |
"norm_layer": null,
|
23 |
"num_classes": 1000,
|
24 |
"num_heads": 10,
|
|
|
25 |
"patch_size": 16,
|
26 |
"qkv_bias": true,
|
|
|
|
|
27 |
"se_mlp": false,
|
28 |
"sharpen_attn": false,
|
29 |
"sr_ratio": [
|
|
|
4 |
"backbone": null,
|
5 |
"c_head_num": null,
|
6 |
"channel_dims": null,
|
7 |
+
"channels": 256,
|
8 |
"cls_attn_layers": 2,
|
9 |
+
"decoder_hidden_size": 768,
|
10 |
"depth": 24,
|
11 |
+
"depths": null,
|
12 |
"drop_path_rate": 0.0,
|
13 |
"drop_rate": 0.0,
|
14 |
+
"dropout_ratio": 0.1,
|
15 |
"embed_dim": 480,
|
16 |
"eta": 1.0,
|
17 |
+
"feat_downsample": false,
|
18 |
+
"feature_strides": [
|
19 |
+
4,
|
20 |
+
8,
|
21 |
+
16,
|
22 |
+
32
|
23 |
+
],
|
24 |
"hybrid_patch_size": 2,
|
25 |
"img_size": [
|
26 |
224,
|
27 |
224
|
28 |
],
|
29 |
+
"in_channels": [
|
30 |
+
128,
|
31 |
+
256,
|
32 |
+
480,
|
33 |
+
480
|
34 |
+
],
|
35 |
"in_chans": 3,
|
36 |
+
"in_index": [
|
37 |
+
0,
|
38 |
+
1,
|
39 |
+
2,
|
40 |
+
3
|
41 |
+
],
|
42 |
"initializer_range": 1.0,
|
43 |
"mlp_ratio": 4.0,
|
44 |
"model_type": "fan",
|
45 |
"norm_layer": null,
|
46 |
"num_classes": 1000,
|
47 |
"num_heads": 10,
|
48 |
+
"out_index": -1,
|
49 |
"patch_size": 16,
|
50 |
"qkv_bias": true,
|
51 |
+
"reshape_last_stage": false,
|
52 |
+
"rounding_mode": "floor",
|
53 |
"se_mlp": false,
|
54 |
"sharpen_attn": false,
|
55 |
"sr_ratio": [
|