File size: 1,102 Bytes
2f1926b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81dda37
2f1926b
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "act_cfg": {
    "type": "GELU"
  },
  "architectures": [
    "SOLIDERModel"
  ],
  "attn_drop_rate": 0.0,
  "auto_map": {
    "AutoConfig": "configuration_solider.SOLIDERConfig",
    "AutoModel": "modeling_solider.SOLIDERModel"
  },
  "convert_weights": false,
  "depths": [
    2,
    2,
    18,
    2
  ],
  "drop_path_rate": 0.0,
  "drop_rate": 0.0,
  "embed_dims": 96,
  "frozen_stages": -1,
  "hidden_size": 96,
  "img_size": [
    224,
    224
  ],
  "in_channels": 3,
  "init_cfg": null,
  "mlp_ratio": 4,
  "model_type": "swin_transformer",
  "name": "solider_small",
  "norm_cfg": {
    "type": "LN"
  },
  "num_heads": [
    3,
    6,
    12,
    24
  ],
  "out_indices": [
    0,
    1,
    2,
    3
  ],
  "patch_norm": true,
  "patch_size": 4,
  "pretrain_img_size": [
    224,
    224
  ],
  "pretrained": null,
  "qk_scale": null,
  "qkv_bias": true,
  "semantic_weight": 0.5,
  "strides": [
    4,
    2,
    2,
    2
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.44.2",
  "use_abs_pos_embed": false,
  "vision_width": 768,
  "window_size": 7,
  "with_cp": false
}