Image Feature Extraction
Birder
PyTorch
hiera_abswin_base_mim / hiera_abswin_base_mim.json
hassonofer's picture
Upload 2 files
d374635 verified
raw
history blame contribute delete
715 Bytes
{
"birder_version": "v0.0.6a22",
"name": "hiera",
"alias": "hiera_abswin_base",
"task": "image_classification",
"net_param": null,
"model_config": {
"depths": [
2,
3,
16,
3
],
"embed_dim": 96,
"num_heads": 1,
"abs_win_pos_embed": true,
"drop_path_rate": 0.1
},
"signature": {
"inputs": [
{
"data_shape": [
0,
3,
224,
224
]
}
],
"outputs": [
{
"data_shape": [
0,
0
]
}
]
},
"rgb_stats": {
"mean": [
0.5248,
0.5372,
0.5086
],
"std": [
0.2135,
0.2103,
0.2622
]
}
}