timm
/

Image Feature Extraction
timm
PyTorch
Safetensors
Transformers
rwightman's picture
rwightman HF Staff
Update model config and README
be56b98 verified
raw
history blame
676 Bytes
{
"architecture": "vit_huge_plus_patch16_dinov3",
"num_classes": 0,
"num_features": 1280,
"global_pool": "avg",
"pretrained_cfg": {
"tag": "lvd_1689m",
"custom_load": false,
"input_size": [
3,
256,
256
],
"min_input_size": [
3,
128,
128
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 1.0,
"crop_mode": "center",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"num_classes": 0,
"pool_size": null,
"first_conv": "patch_embed.proj",
"classifier": "head",
"license": "dinov3"
}
}