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