1aurent commited on
Commit
88bd733
1 Parent(s): 7f224e1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -13,17 +13,17 @@
13
  ],
14
  "fixed_input_size": true,
15
  "interpolation": "bicubic",
16
- "crop_pct": 0.9,
17
  "crop_mode": "center",
18
  "mean": [
19
- 0.5,
20
- 0.5,
21
- 0.5
22
  ],
23
  "std": [
24
- 0.5,
25
- 0.5,
26
- 0.5
27
  ],
28
  "num_classes": 0,
29
  "pool_size": null,
 
13
  ],
14
  "fixed_input_size": true,
15
  "interpolation": "bicubic",
16
+ "crop_pct": 1,
17
  "crop_mode": "center",
18
  "mean": [
19
+ 0.485,
20
+ 0.456,
21
+ 0.406
22
  ],
23
  "std": [
24
+ 0.229,
25
+ 0.224,
26
+ 0.225
27
  ],
28
  "num_classes": 0,
29
  "pool_size": null,