Bingsu commited on
Commit
be4a49d
1 Parent(s): a3cd756

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -13,14 +13,14 @@
13
  "crop_pct": 0.888,
14
  "interpolation": "bicubic",
15
  "mean": [
16
- 0.0,
17
- 0.0,
18
- 0.0
19
  ],
20
  "std": [
21
- 1.0,
22
- 1.0,
23
- 1.0
24
  ],
25
  "first_conv": "stem.conv",
26
  "classifier": "head.fc",
 
13
  "crop_pct": 0.888,
14
  "interpolation": "bicubic",
15
  "mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
  ],
20
  "std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
  ],
25
  "first_conv": "stem.conv",
26
  "classifier": "head.fc",