Update config.json
Browse files- config.json +1 -8
config.json
CHANGED
|
@@ -4,15 +4,8 @@
|
|
| 4 |
"input_size": 384,
|
| 5 |
"patch_size": 16,
|
| 6 |
"freeze_backbone": false,
|
| 7 |
-
"hidden_size": 384,
|
| 8 |
-
"num_hidden_layers": 12,
|
| 9 |
-
"num_attention_heads": 12,
|
| 10 |
-
"qkv_bias": true,
|
| 11 |
-
"num_channels": 3,
|
| 12 |
-
"hidden_act": "gelu",
|
| 13 |
"hidden_dropout_prob": 0.0,
|
| 14 |
"attention_probs_dropout_prob": 0.0,
|
| 15 |
-
"layer_norm_eps": 1e-6,
|
| 16 |
"num_classes": 1,
|
| 17 |
"head": {
|
| 18 |
"in_features": 384,
|
|
@@ -29,4 +22,4 @@
|
|
| 29 |
"device": "cuda",
|
| 30 |
"dtype": "float32",
|
| 31 |
"checkpoint_path": "pretrained_weights/model_v11_ViT_384_base_ckpt.pt"
|
| 32 |
-
}
|
|
|
|
| 4 |
"input_size": 384,
|
| 5 |
"patch_size": 16,
|
| 6 |
"freeze_backbone": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"hidden_dropout_prob": 0.0,
|
| 8 |
"attention_probs_dropout_prob": 0.0,
|
|
|
|
| 9 |
"num_classes": 1,
|
| 10 |
"head": {
|
| 11 |
"in_features": 384,
|
|
|
|
| 22 |
"device": "cuda",
|
| 23 |
"dtype": "float32",
|
| 24 |
"checkpoint_path": "pretrained_weights/model_v11_ViT_384_base_ckpt.pt"
|
| 25 |
+
}
|