ksmcg commited on
Commit
9c3775a
1 Parent(s): 27dd338

Upload config

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -6,12 +6,12 @@
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,
@@ -43,8 +43,10 @@
43
  "mlp_ratio": 4.0,
44
  "model_type": "fan",
45
  "norm_layer": null,
46
- "num_attention_heads": 10,
47
  "num_classes": 1000,
 
 
48
  "out_index": -1,
49
  "patch_size": 16,
50
  "qkv_bias": true,
 
6
  "channel_dims": null,
7
  "channels": 256,
8
  "cls_attn_layers": 2,
9
+ "decoder_dropout": 0.1,
10
  "decoder_hidden_size": 768,
11
  "depth": 24,
12
  "depths": null,
13
  "drop_path_rate": 0.0,
14
  "drop_rate": 0.0,
 
15
  "embed_dim": 480,
16
  "eta": 1.0,
17
  "feat_downsample": false,
 
43
  "mlp_ratio": 4.0,
44
  "model_type": "fan",
45
  "norm_layer": null,
46
+ "num_attention_heads": 8,
47
  "num_classes": 1000,
48
+ "num_heads": 10,
49
+ "num_hidden_layers": 12,
50
  "out_index": -1,
51
  "patch_size": 16,
52
  "qkv_bias": true,