edadaltocg commited on
Commit
3a729bc
1 Parent(s): d682603

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": 10,
4
+ "num_features": 384,
5
+ "pretrained_cfg": {
6
+ "num_classes": 10,
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.4914,
21
+ 0.4822,
22
+ 0.4465
23
+ ],
24
+ "std": [
25
+ 0.2023,
26
+ 0.1994,
27
+ 0.201
28
+ ],
29
+ "first_conv": "features.conv0",
30
+ "classifier": "classifier"
31
+ },
32
+ "url": "https://huggingface.co/edadaltocg/densenet121_cifar10/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.4914,
47
+ 0.4822,
48
+ 0.4465
49
+ ],
50
+ "std": [
51
+ 0.2023,
52
+ 0.1994,
53
+ 0.201
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:261dabdd77e81a07b266572708036d593889942323baaa53301b38eb858858cb
3
+ size 4392661