convnext_v2_tiny_intermediate-eu-common / convnext_v2_tiny_intermediate-eu-common.json
hassonofer's picture
Upload 2 files
c2faeac verified
raw
history blame contribute delete
723 Bytes
{
"birder_version": "v0.0.5a87",
"name": "convnext_v2",
"alias": "convnext_v2_tiny",
"task": "image_classification",
"net_param": null,
"model_config": {
"in_channels": [
96,
192,
384,
768
],
"num_layers": [
3,
3,
9,
3
],
"drop_path_rate": 0.2
},
"signature": {
"inputs": [
{
"data_shape": [
0,
3,
384,
384
]
}
],
"outputs": [
{
"data_shape": [
0,
707
]
}
]
},
"rgb_stats": {
"mean": [
0.5248,
0.5372,
0.5086
],
"std": [
0.2135,
0.2103,
0.2622
]
}
}