Image Classification
Birder
PyTorch
resnet_v1_50_arabian-peninsula / resnet_v1_50_arabian-peninsula.json
hassonofer's picture
Upload 2 files
99e0b7a verified
{
"birder_version": "v0.0.6a18",
"name": "resnet_v1",
"alias": "resnet_v1_50",
"task": "image_classification",
"net_param": null,
"model_config": {
"bottle_neck": true,
"filter_list": [
64,
256,
512,
1024,
2048
],
"units": [
3,
4,
6,
3
]
},
"signature": {
"inputs": [
{
"data_shape": [
0,
3,
256,
256
]
}
],
"outputs": [
{
"data_shape": [
0,
735
]
}
]
},
"rgb_stats": {
"mean": [
0.5248,
0.5372,
0.5086
],
"std": [
0.2135,
0.2103,
0.2622
]
}
}