add model
Browse files- config.json +36 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "swin_large_patch4_window7_224",
|
| 3 |
+
"num_classes": 0,
|
| 4 |
+
"num_features": 1536,
|
| 5 |
+
"global_pool": "avg",
|
| 6 |
+
"pretrained_cfg": {
|
| 7 |
+
"custom_load": false,
|
| 8 |
+
"input_size": [
|
| 9 |
+
3,
|
| 10 |
+
224,
|
| 11 |
+
224
|
| 12 |
+
],
|
| 13 |
+
"fixed_input_size": true,
|
| 14 |
+
"interpolation": "bicubic",
|
| 15 |
+
"crop_pct": 0.9,
|
| 16 |
+
"crop_mode": "center",
|
| 17 |
+
"mean": [
|
| 18 |
+
0.485,
|
| 19 |
+
0.456,
|
| 20 |
+
0.406
|
| 21 |
+
],
|
| 22 |
+
"std": [
|
| 23 |
+
0.229,
|
| 24 |
+
0.224,
|
| 25 |
+
0.225
|
| 26 |
+
],
|
| 27 |
+
"num_classes": 0,
|
| 28 |
+
"pool_size": [
|
| 29 |
+
7,
|
| 30 |
+
7
|
| 31 |
+
],
|
| 32 |
+
"first_conv": "patch_embed.proj",
|
| 33 |
+
"license": "mit",
|
| 34 |
+
"classifier": "head.fc"
|
| 35 |
+
}
|
| 36 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85c23293b98894da64507313c5df193696023345d341759823cb2d1e503f9178
|
| 3 |
+
size 1921521277
|