Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"num_features": 768,
|
| 5 |
"global_pool": "avg",
|
| 6 |
"pretrained_cfg": {
|
| 7 |
-
"tag": "
|
| 8 |
"custom_load": false,
|
| 9 |
"input_size": [
|
| 10 |
3,
|
|
@@ -25,13 +25,13 @@
|
|
| 25 |
0.224,
|
| 26 |
0.225
|
| 27 |
],
|
| 28 |
-
"num_classes":
|
| 29 |
"pool_size": [
|
| 30 |
7,
|
| 31 |
7
|
| 32 |
],
|
| 33 |
-
"first_conv": "patch_embed.proj",
|
| 34 |
"classifier": "head.fc",
|
| 35 |
-
"license": "
|
| 36 |
}
|
| 37 |
}
|
|
|
|
| 4 |
"num_features": 768,
|
| 5 |
"global_pool": "avg",
|
| 6 |
"pretrained_cfg": {
|
| 7 |
+
"tag": "CTransPath",
|
| 8 |
"custom_load": false,
|
| 9 |
"input_size": [
|
| 10 |
3,
|
|
|
|
| 25 |
0.224,
|
| 26 |
0.225
|
| 27 |
],
|
| 28 |
+
"num_classes": 0,
|
| 29 |
"pool_size": [
|
| 30 |
7,
|
| 31 |
7
|
| 32 |
],
|
| 33 |
+
"first_conv": "patch_embed.proj.0",
|
| 34 |
"classifier": "head.fc",
|
| 35 |
+
"license": "gplv3"
|
| 36 |
}
|
| 37 |
}
|