resnet50 / config.json
leftthomas's picture
Update config.json
a940533
raw
history blame
406 Bytes
Invalid JSON: Unexpected non-whitespace character after JSONat line 1, column 3
1 {
2 "architecture": "resnet5d",
3 "classifier": "fc",
4 "crop_pct": 0.875,
5 "first_conv": "conv1.0",
6 "input_size": [
7 3,
8 224,
9 224
10 ],
11 "interpolation": "bicubic",
12 "mean": [
13 0.485,
14 0.456,
15 0.406
16 ],
17 "num_classes": 1000,
18 "pool_size": [
19 7,
20 7
21 ],
22 "std": [
23 0.229,
24 0.224,
25 0.225
26 ]
27 }