Init
Browse files- config.json +33 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnet50_ram-a26f946b.pth",
|
3 |
+
"num_classes": 1000,
|
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",
|
26 |
+
"classifier": "fc",
|
27 |
+
"architecture": "resnet50",
|
28 |
+
"labels": [
|
29 |
+
"angular_leaf_spot",
|
30 |
+
"bean_rust",
|
31 |
+
"healthy"
|
32 |
+
]
|
33 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:608f1b40a31df63784593e32c96569c5129e515c4b1dbb6e79e51968388ae8c9
|
3 |
+
size 102546113
|