CoolFace
Modelpublic

timm/efficientnet_b3.ra2_in1k

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
30likes12.7mdownloads
config.json40 linesDownload Raw Back to root
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      28812    ],13    "test_input_size": [14      3,15      320,16      32017    ],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.40626    ],27    "std": [28      0.229,29      0.224,30      0.22531    ],32    "num_classes": 1000,33    "pool_size": [34      9,35      936    ],37    "first_conv": "conv_stem",38    "classifier": "classifier"39  }40}