CoolFace
Modelpublic

fdgf65/Testing

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes15downloads
config.json35 linesDownload Raw Back to root
1{2  "architecture": "mobilenetv3_small_100",3  "num_classes": 10,4  "num_features": 1024,5  "pretrained_cfg": {6    "tag": "lamb_in1k",7    "custom_load": false,8    "input_size": [9      3,10      224,11      22412    ],13    "fixed_input_size": false,14    "interpolation": "bicubic",15    "crop_pct": 0.875,16    "crop_mode": "center",17    "mean": [18      0.485,19      0.456,20      0.40621    ],22    "std": [23      0.229,24      0.224,25      0.22526    ],27    "num_classes": 1000,28    "pool_size": [29      7,30      731    ],32    "first_conv": "conv_stem",33    "classifier": "classifier"34  }35}