File size: 618 Bytes
f8ac6a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
{
"birder_version": "v0.0.10a7",
"name": "nextvit",
"alias": "nextvit_s",
"task": "image_classification",
"model_config": {
"depths": [
3,
4,
10,
3
],
"drop_path_rate": 0.1
},
"signature": {
"inputs": [
{
"data_shape": [
0,
3,
256,
256
]
}
],
"outputs": [
{
"data_shape": [
0,
707
]
}
]
},
"rgb_stats": {
"mean": [
0.5191,
0.5306,
0.4877
],
"std": [
0.2316,
0.2304,
0.2588
]
}
} |