timm
/

Image Classification
timm
PyTorch
Safetensors
tresnet_m.miil_in21k / config.json
rwightman's picture
rwightman HF staff
Add model
b7c0216
{
"architecture": "tresnet_m",
"num_classes": 11221,
"num_features": 2048,
"pretrained_cfg": {
"tag": "miil_in21k",
"custom_load": false,
"input_size": [
3,
224,
224
],
"fixed_input_size": false,
"interpolation": "bilinear",
"crop_pct": 0.875,
"crop_mode": "center",
"mean": [
0.0,
0.0,
0.0
],
"std": [
1.0,
1.0,
1.0
],
"num_classes": 11221,
"pool_size": [
7,
7
],
"first_conv": "body.conv1.conv",
"classifier": "head.fc"
}
}