Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -2,9 +2,10 @@
|
|
2 |
"architecture": "vit_small_patch16_224",
|
3 |
"num_classes": 0,
|
4 |
"num_features": 384,
|
|
|
5 |
"global_pool": "token",
|
6 |
"pretrained_cfg": {
|
7 |
-
"tag": "
|
8 |
"custom_load": true,
|
9 |
"input_size": [
|
10 |
3,
|
@@ -25,7 +26,7 @@
|
|
25 |
0.5,
|
26 |
0.5
|
27 |
],
|
28 |
-
"num_classes":
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
"classifier": "head"
|
|
|
2 |
"architecture": "vit_small_patch16_224",
|
3 |
"num_classes": 0,
|
4 |
"num_features": 384,
|
5 |
+
"num_heads": 12,
|
6 |
"global_pool": "token",
|
7 |
"pretrained_cfg": {
|
8 |
+
"tag": "mocov3",
|
9 |
"custom_load": true,
|
10 |
"input_size": [
|
11 |
3,
|
|
|
26 |
0.5,
|
27 |
0.5
|
28 |
],
|
29 |
+
"num_classes": 0,
|
30 |
"pool_size": null,
|
31 |
"first_conv": "patch_embed.proj",
|
32 |
"classifier": "head"
|