edadaltocg commited on
Commit
cc7fd4a
1 Parent(s): 8b5f4f9

Update model

Browse files
Files changed (1) hide show
  1. config.json +15 -17
config.json CHANGED
@@ -3,30 +3,28 @@
3
  "num_classes": 100,
4
  "num_features": 512,
5
  "pretrained_cfg": {
6
- "custom_load": false,
7
  "input_size": [
8
  3,
9
- 224,
10
- 224
11
  ],
12
- "fixed_input_size": false,
 
 
 
 
13
  "interpolation": "bilinear",
14
- "crop_pct": 0.875,
15
- "crop_mode": "center",
16
  "mean": [
17
- 0.485,
18
- 0.456,
19
- 0.406
20
  ],
21
  "std": [
22
- 0.229,
23
- 0.224,
24
- 0.225
25
- ],
26
- "num_classes": 1000,
27
- "pool_size": [
28
- 7,
29
- 7
30
  ],
31
  "first_conv": "conv1",
32
  "classifier": "fc"
 
3
  "num_classes": 100,
4
  "num_features": 512,
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"