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 mr_resnest50d_4s2x40d_timm_pretrain
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-resnest/resnest50_fast_4s2x40d-41d14ed0.pth",
|
3 |
+
"num_classes": 4,
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
224,
|
7 |
+
224
|
8 |
+
],
|
9 |
+
"pool_size": [
|
10 |
+
7,
|
11 |
+
7
|
12 |
+
],
|
13 |
+
"crop_pct": 0.875,
|
14 |
+
"interpolation": "bicubic",
|
15 |
+
"mean": [
|
16 |
+
0.485,
|
17 |
+
0.456,
|
18 |
+
0.406
|
19 |
+
],
|
20 |
+
"std": [
|
21 |
+
0.229,
|
22 |
+
0.224,
|
23 |
+
0.225
|
24 |
+
],
|
25 |
+
"first_conv": "conv1.0",
|
26 |
+
"classifier": "fc",
|
27 |
+
"architecture": "resnest50d_4s2x40d",
|
28 |
+
"num_features": 2048,
|
29 |
+
"labels": [
|
30 |
+
"LABEL_0",
|
31 |
+
"LABEL_1",
|
32 |
+
"LABEL_2",
|
33 |
+
"LABEL_3"
|
34 |
+
]
|
35 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7967b84d1f5f26edce0783155dc7046a62f4b127c9fd434184570b7dbdb68c0
|
3 |
+
size 114040905
|