timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman's picture
rwightman HF staff
Add model
5168f3a verified
raw
history blame contribute delete
576 Bytes
{
"architecture": "convnext_zepto_rms_ols",
"num_classes": 1000,
"num_features": 256,
"pretrained_cfg": {
"tag": "ra4_e3600_r224_in1k",
"custom_load": false,
"input_size": [
3,
224,
224
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 0.9,
"crop_mode": "center",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"num_classes": 1000,
"pool_size": [
7,
7
],
"first_conv": "stem.0",
"classifier": "head.fc"
}
}