edadaltocg
commited on
Commit
•
c68206c
1
Parent(s):
f561f99
Update model
Browse files- config.json +57 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "resnet50",
|
3 |
+
"num_classes": 100,
|
4 |
+
"num_features": 2048,
|
5 |
+
"pretrained_cfg": {
|
6 |
+
"num_classes": 100,
|
7 |
+
"input_size": [
|
8 |
+
3,
|
9 |
+
32,
|
10 |
+
32
|
11 |
+
],
|
12 |
+
"pool_size": [
|
13 |
+
4,
|
14 |
+
4
|
15 |
+
],
|
16 |
+
"crop_pct": 1,
|
17 |
+
"interpolation": "bilinear",
|
18 |
+
"fixed_input_size": false,
|
19 |
+
"mean": [
|
20 |
+
0.5071,
|
21 |
+
0.4867,
|
22 |
+
0.4408
|
23 |
+
],
|
24 |
+
"std": [
|
25 |
+
0.2675,
|
26 |
+
0.2565,
|
27 |
+
0.2761
|
28 |
+
],
|
29 |
+
"first_conv": "conv1",
|
30 |
+
"classifier": "fc"
|
31 |
+
},
|
32 |
+
"url": "https://huggingface.co/edadaltocg/resnet50_cifar100/resolve/main/pytorch_model.bin",
|
33 |
+
"input_size": [
|
34 |
+
3,
|
35 |
+
32,
|
36 |
+
32
|
37 |
+
],
|
38 |
+
"pool_size": [
|
39 |
+
4,
|
40 |
+
4
|
41 |
+
],
|
42 |
+
"crop_pct": 1,
|
43 |
+
"interpolation": "bilinear",
|
44 |
+
"fixed_input_size": false,
|
45 |
+
"mean": [
|
46 |
+
0.5071,
|
47 |
+
0.4867,
|
48 |
+
0.4408
|
49 |
+
],
|
50 |
+
"std": [
|
51 |
+
0.2675,
|
52 |
+
0.2565,
|
53 |
+
0.2761
|
54 |
+
],
|
55 |
+
"first_conv": "conv1",
|
56 |
+
"classifier": "fc"
|
57 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d54f148b6047312e4c4106665296541d107fbed16af29ee25b9f1d92b487c85
|
3 |
+
size 95138125
|