config.json
645 B · 39 lines · json Raw
1 {
2 "architecture": "repvgg_a0",
3 "num_classes": 1000,
4 "num_features": 1280,
5 "pretrained_cfg": {
6 "tag": "rvgg_in1k",
7 "custom_load": false,
8 "input_size": [
9 3,
10 224,
11 224
12 ],
13 "fixed_input_size": false,
14 "interpolation": "bilinear",
15 "crop_pct": 0.875,
16 "crop_mode": "center",
17 "mean": [
18 0.485,
19 0.456,
20 0.406
21 ],
22 "std": [
23 0.229,
24 0.224,
25 0.225
26 ],
27 "num_classes": 1000,
28 "pool_size": [
29 7,
30 7
31 ],
32 "first_conv": [
33 "stem.conv_kxk.conv",
34 "stem.conv_1x1.conv"
35 ],
36 "classifier": "head.fc",
37 "license": "mit"
38 }
39 }