convnext_v2_tiny_eu-common / convnext_v2_tiny_eu-common.json
hassonofer's picture
Upload 4 files
c2d5b96 verified
raw
history blame contribute delete
699 Bytes
{
"birder_version": "v0.1.0",
"name": "convnext_v2",
"alias": "convnext_v2_tiny",
"task": "image_classification",
"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.5191,
0.5306,
0.4877
],
"std": [
0.2316,
0.2304,
0.2588
]
}
}