ksmcg commited on
Commit
df7a388
1 Parent(s): d6b59fc

Upload config

Browse files
Files changed (1) hide show
  1. config.json +74 -0
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act_layer": null,
3
+ "attn_drop_rate": 0.0,
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": 12,
11
+ "depths": null,
12
+ "drop_path_rate": 0.0,
13
+ "drop_rate": 0.0,
14
+ "dropout_ratio": 0.1,
15
+ "embed_dim": 192,
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": 4,
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
+ "semantic_loss_ignore_index": -100,
55
+ "sharpen_attn": false,
56
+ "sr_ratio": [
57
+ 1,
58
+ 1,
59
+ 1,
60
+ 1,
61
+ 1,
62
+ 1,
63
+ 1,
64
+ 1,
65
+ 1,
66
+ 1,
67
+ 1,
68
+ 1
69
+ ],
70
+ "tokens_norm": true,
71
+ "transformers_version": "4.22.0.dev0",
72
+ "use_checkpoint": false,
73
+ "use_pos_embed": true
74
+ }