Upload config
Browse files- config.json +1 -7
config.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
| 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 |
"channel_dims": null,
|
|
@@ -14,7 +10,6 @@
|
|
| 14 |
"depths": null,
|
| 15 |
"drop_path_rate": 0.0,
|
| 16 |
"drop_rate": 0.0,
|
| 17 |
-
"embed_dim": 448,
|
| 18 |
"eta": 1.0,
|
| 19 |
"feat_downsample": false,
|
| 20 |
"feature_strides": [
|
|
@@ -23,6 +18,7 @@
|
|
| 23 |
16,
|
| 24 |
32
|
| 25 |
],
|
|
|
|
| 26 |
"hybrid_patch_size": 2,
|
| 27 |
"img_size": [
|
| 28 |
224,
|
|
@@ -34,7 +30,6 @@
|
|
| 34 |
"norm_layer": null,
|
| 35 |
"num_attention_heads": 8,
|
| 36 |
"num_channels": 3,
|
| 37 |
-
"num_classes": 1000,
|
| 38 |
"num_hidden_layers": 18,
|
| 39 |
"out_index": -1,
|
| 40 |
"patch_size": 16,
|
|
@@ -51,7 +46,6 @@
|
|
| 51 |
"semantic_loss_ignore_index": -100,
|
| 52 |
"sharpen_attn": false,
|
| 53 |
"tokens_norm": true,
|
| 54 |
-
"torch_dtype": "float32",
|
| 55 |
"transformers_version": "4.24.0.dev0",
|
| 56 |
"use_checkpoint": false,
|
| 57 |
"use_pos_embed": true
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"act_layer": null,
|
|
|
|
|
|
|
|
|
|
| 3 |
"attn_drop_rate": 0.0,
|
| 4 |
"backbone": null,
|
| 5 |
"channel_dims": null,
|
|
|
|
| 10 |
"depths": null,
|
| 11 |
"drop_path_rate": 0.0,
|
| 12 |
"drop_rate": 0.0,
|
|
|
|
| 13 |
"eta": 1.0,
|
| 14 |
"feat_downsample": false,
|
| 15 |
"feature_strides": [
|
|
|
|
| 18 |
16,
|
| 19 |
32
|
| 20 |
],
|
| 21 |
+
"hidden_size": 448,
|
| 22 |
"hybrid_patch_size": 2,
|
| 23 |
"img_size": [
|
| 24 |
224,
|
|
|
|
| 30 |
"norm_layer": null,
|
| 31 |
"num_attention_heads": 8,
|
| 32 |
"num_channels": 3,
|
|
|
|
| 33 |
"num_hidden_layers": 18,
|
| 34 |
"out_index": -1,
|
| 35 |
"patch_size": 16,
|
|
|
|
| 46 |
"semantic_loss_ignore_index": -100,
|
| 47 |
"sharpen_attn": false,
|
| 48 |
"tokens_norm": true,
|
|
|
|
| 49 |
"transformers_version": "4.24.0.dev0",
|
| 50 |
"use_checkpoint": false,
|
| 51 |
"use_pos_embed": true
|