Add weights + config
Browse files- config.json +27 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "dpn92",
|
3 |
+
"classifier": "classifier",
|
4 |
+
"crop_pct": 0.875,
|
5 |
+
"first_conv": "features.conv1_1.conv",
|
6 |
+
"input_size": [
|
7 |
+
3,
|
8 |
+
224,
|
9 |
+
224
|
10 |
+
],
|
11 |
+
"interpolation": "bicubic",
|
12 |
+
"mean": [
|
13 |
+
0.48627450980392156,
|
14 |
+
0.4588235294117647,
|
15 |
+
0.40784313725490196
|
16 |
+
],
|
17 |
+
"num_classes": 1000,
|
18 |
+
"pool_size": [
|
19 |
+
7,
|
20 |
+
7
|
21 |
+
],
|
22 |
+
"std": [
|
23 |
+
0.23482446870963955,
|
24 |
+
0.23482446870963955,
|
25 |
+
0.23482446870963955
|
26 |
+
]
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b040e4a9b76234a9e9027b37aa2c52687554c10ce82e3d9bfd5d7cbd00e0d5d1
|
3 |
+
size 151248422
|