File size: 474 Bytes
844428c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"architectures": [
"RSPResNetForImageClassification"
],
"auto_map": {
"AutoConfig": "configuration_rsp.RSPResNetConfig",
"AutoModelForImageClassification": "modeling_rsp.RSPResNetForImageClassification"
},
"block": "Bottleneck",
"image_size": 224,
"layers": [
3,
4,
6,
3
],
"model_type": "rsp_resnet",
"num_channels": 3,
"num_labels": 51,
"source_checkpoint": "/mnt/data/projects/model_hubs/raw/rsp-resnet-50-ckpt.pth"
} |