Add model
Browse files- README.md +7 -0
- config.json +35 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_tag: timm
|
6 |
+
---
|
7 |
+
# Model card for maxvit_xlarge_tf_512.in21k_ft1k
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "maxvit_xlarge_tf_512",
|
3 |
+
"num_classes": 1000,
|
4 |
+
"num_features": 1536,
|
5 |
+
"global_pool": "avg",
|
6 |
+
"pretrained_cfg": {
|
7 |
+
"custom_load": false,
|
8 |
+
"input_size": [
|
9 |
+
3,
|
10 |
+
512,
|
11 |
+
512
|
12 |
+
],
|
13 |
+
"fixed_input_size": true,
|
14 |
+
"interpolation": "bicubic",
|
15 |
+
"crop_pct": 1.0,
|
16 |
+
"crop_mode": "squash",
|
17 |
+
"mean": [
|
18 |
+
0.5,
|
19 |
+
0.5,
|
20 |
+
0.5
|
21 |
+
],
|
22 |
+
"std": [
|
23 |
+
0.5,
|
24 |
+
0.5,
|
25 |
+
0.5
|
26 |
+
],
|
27 |
+
"num_classes": 1000,
|
28 |
+
"pool_size": [
|
29 |
+
7,
|
30 |
+
7
|
31 |
+
],
|
32 |
+
"first_conv": "stem.conv1",
|
33 |
+
"classifier": "head.fc"
|
34 |
+
}
|
35 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:735a62a7af08af9208da4699701a0da2828b79dbb919cd63d301510d6f353ac2
|
3 |
+
size 1904720684
|