Upload config
Browse files- config.json +3 -6
config.json
CHANGED
@@ -1,21 +1,17 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ksmcg/fan_base_18_p16_224",
|
3 |
"act_layer": null,
|
4 |
-
"architectures": [
|
5 |
-
"FANForImageClassification"
|
6 |
-
],
|
7 |
"attn_drop_rate": 0.0,
|
8 |
"backbone": null,
|
9 |
"c_head_num": null,
|
10 |
"channel_dims": null,
|
11 |
"channels": 256,
|
12 |
"cls_attn_layers": 2,
|
|
|
13 |
"decoder_hidden_size": 768,
|
14 |
"depth": 18,
|
15 |
"depths": null,
|
16 |
"drop_path_rate": 0.0,
|
17 |
"drop_rate": 0.0,
|
18 |
-
"dropout_ratio": 0.1,
|
19 |
"embed_dim": 448,
|
20 |
"eta": 1.0,
|
21 |
"feat_downsample": false,
|
@@ -49,6 +45,8 @@
|
|
49 |
"norm_layer": null,
|
50 |
"num_attention_heads": 8,
|
51 |
"num_classes": 1000,
|
|
|
|
|
52 |
"out_index": -1,
|
53 |
"patch_size": 16,
|
54 |
"qkv_bias": true,
|
@@ -78,7 +76,6 @@
|
|
78 |
1
|
79 |
],
|
80 |
"tokens_norm": true,
|
81 |
-
"torch_dtype": "float32",
|
82 |
"transformers_version": "4.24.0.dev0",
|
83 |
"use_checkpoint": false,
|
84 |
"use_pos_embed": true
|
|
|
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_dropout": 0.1,
|
10 |
"decoder_hidden_size": 768,
|
11 |
"depth": 18,
|
12 |
"depths": null,
|
13 |
"drop_path_rate": 0.0,
|
14 |
"drop_rate": 0.0,
|
|
|
15 |
"embed_dim": 448,
|
16 |
"eta": 1.0,
|
17 |
"feat_downsample": false,
|
|
|
45 |
"norm_layer": null,
|
46 |
"num_attention_heads": 8,
|
47 |
"num_classes": 1000,
|
48 |
+
"num_heads": 8,
|
49 |
+
"num_hidden_layers": 12,
|
50 |
"out_index": -1,
|
51 |
"patch_size": 16,
|
52 |
"qkv_bias": true,
|
|
|
76 |
1
|
77 |
],
|
78 |
"tokens_norm": true,
|
|
|
79 |
"transformers_version": "4.24.0.dev0",
|
80 |
"use_checkpoint": false,
|
81 |
"use_pos_embed": true
|