Add model
Browse files- README.md +6 -0
- config.json +40 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- timm
|
4 |
+
- image-classification
|
5 |
+
library_name: timm
|
6 |
+
---
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_classes": 3,
|
3 |
+
"input_size": [
|
4 |
+
3,
|
5 |
+
224,
|
6 |
+
224
|
7 |
+
],
|
8 |
+
"pool_size": [
|
9 |
+
7,
|
10 |
+
7
|
11 |
+
],
|
12 |
+
"crop_pct": 0.875,
|
13 |
+
"interpolation": "bicubic",
|
14 |
+
"mean": [
|
15 |
+
0.485,
|
16 |
+
0.456,
|
17 |
+
0.406
|
18 |
+
],
|
19 |
+
"std": [
|
20 |
+
0.229,
|
21 |
+
0.224,
|
22 |
+
0.225
|
23 |
+
],
|
24 |
+
"first_conv": "conv1",
|
25 |
+
"classifier": "fc",
|
26 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnet50_ram-a26f946b.pth",
|
27 |
+
"architecture": "resnet50",
|
28 |
+
"labels": [
|
29 |
+
"LABEL_0",
|
30 |
+
"LABEL_1",
|
31 |
+
"LABEL_2"
|
32 |
+
],
|
33 |
+
"hf_hub": "nateraw/timm-resnet50-beans",
|
34 |
+
"num_features": 2048,
|
35 |
+
"id2label": {
|
36 |
+
"0": "LABEL_0",
|
37 |
+
"1": "LABEL_1",
|
38 |
+
"2": "LABEL_2"
|
39 |
+
}
|
40 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41fcd837dc5695a3f0114053b4882015ffe62cc68da73204b64e89e918c9f2e7
|
3 |
+
size 94370241
|