Image Feature Extraction
Birder
PyTorch
resnet_v1_50_c1_sscd / resnet_v1_50_c1_sscd.json
hassonofer's picture
Upload 2 files
0b36758 verified
{
"birder_version": "v0.0.10a5",
"name": "resnet_v1",
"alias": "resnet_v1_50_c1",
"task": "image_classification",
"net_param": null,
"model_config": {
"bottle_neck": true,
"filter_list": [
64,
256,
512,
1024,
2048
],
"units": [
3,
4,
6,
3
],
"pooling_param": 3.0
},
"signature": {
"inputs": [
{
"data_shape": [
0,
3,
320,
320
]
}
],
"outputs": [
{
"data_shape": [
0,
512
]
}
]
},
"rgb_stats": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
]
}
}