StephanAkkerman
commited on
Commit
•
a290f88
1
Parent(s):
213a1f7
Add model
Browse files- config.json +38 -38
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,39 +1,39 @@
|
|
1 |
-
{
|
2 |
-
"architecture": "efficientnet_b0",
|
3 |
-
"num_classes": 2,
|
4 |
-
"num_features": 1280,
|
5 |
-
"label_names": [
|
6 |
-
"chart",
|
7 |
-
"non-chart"
|
8 |
-
],
|
9 |
-
"pretrained_cfg": {
|
10 |
-
"tag": "ra_in1k",
|
11 |
-
"custom_load": false,
|
12 |
-
"input_size": [
|
13 |
-
3,
|
14 |
-
224,
|
15 |
-
224
|
16 |
-
],
|
17 |
-
"fixed_input_size": false,
|
18 |
-
"interpolation": "bicubic",
|
19 |
-
"crop_pct": 0.875,
|
20 |
-
"crop_mode": "center",
|
21 |
-
"mean": [
|
22 |
-
0.485,
|
23 |
-
0.456,
|
24 |
-
0.406
|
25 |
-
],
|
26 |
-
"std": [
|
27 |
-
0.229,
|
28 |
-
0.224,
|
29 |
-
0.225
|
30 |
-
],
|
31 |
-
"num_classes": 1000,
|
32 |
-
"pool_size": [
|
33 |
-
7,
|
34 |
-
7
|
35 |
-
],
|
36 |
-
"first_conv": "conv_stem",
|
37 |
-
"classifier": "classifier"
|
38 |
-
}
|
39 |
}
|
|
|
1 |
+
{
|
2 |
+
"architecture": "efficientnet_b0",
|
3 |
+
"num_classes": 2,
|
4 |
+
"num_features": 1280,
|
5 |
+
"label_names": [
|
6 |
+
"chart",
|
7 |
+
"non-chart"
|
8 |
+
],
|
9 |
+
"pretrained_cfg": {
|
10 |
+
"tag": "ra_in1k",
|
11 |
+
"custom_load": false,
|
12 |
+
"input_size": [
|
13 |
+
3,
|
14 |
+
224,
|
15 |
+
224
|
16 |
+
],
|
17 |
+
"fixed_input_size": false,
|
18 |
+
"interpolation": "bicubic",
|
19 |
+
"crop_pct": 0.875,
|
20 |
+
"crop_mode": "center",
|
21 |
+
"mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"std": [
|
27 |
+
0.229,
|
28 |
+
0.224,
|
29 |
+
0.225
|
30 |
+
],
|
31 |
+
"num_classes": 1000,
|
32 |
+
"pool_size": [
|
33 |
+
7,
|
34 |
+
7
|
35 |
+
],
|
36 |
+
"first_conv": "conv_stem",
|
37 |
+
"classifier": "classifier"
|
38 |
+
}
|
39 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16336170
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ccb9aa232d3887bf1ec3458e4e5800195b623008dd805e8f75ba3882ac3230b
|
3 |
size 16336170
|