edadaltocg commited on
Commit
745a9ff
1 Parent(s): df2acb4

Update model

Browse files
Files changed (2) hide show
  1. config.json +57 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "densenet121",
3
+ "num_classes": 100,
4
+ "num_features": 384,
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": 0.875,
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": "features.conv0",
30
+ "classifier": "classifier"
31
+ },
32
+ "url": "https://huggingface.co/edadaltocg/densenet121_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": 0.875,
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": "features.conv0",
56
+ "classifier": "classifier"
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83afe8b1bc078dc4813a4e334e65f4bb181ace8651d8cfecdab790e51d1954a1
3
+ size 4531285