config.json
639 B · 40 lines · json Raw
1 {
2 "architecture": "efficientnet_b3",
3 "num_classes": 1000,
4 "num_features": 1536,
5 "pretrained_cfg": {
6 "tag": "ra2_in1k",
7 "custom_load": false,
8 "input_size": [
9 3,
10 288,
11 288
12 ],
13 "test_input_size": [
14 3,
15 320,
16 320
17 ],
18 "fixed_input_size": false,
19 "interpolation": "bicubic",
20 "crop_pct": 1.0,
21 "crop_mode": "center",
22 "mean": [
23 0.485,
24 0.456,
25 0.406
26 ],
27 "std": [
28 0.229,
29 0.224,
30 0.225
31 ],
32 "num_classes": 1000,
33 "pool_size": [
34 9,
35 9
36 ],
37 "first_conv": "conv_stem",
38 "classifier": "classifier"
39 }
40 }