osea / config.json
sunjiao's picture
Create config.json
1dd7ebf verified
raw
history blame
334 Bytes
{
"architectures": ["ResNetForImageClassification"],
"model_type": "resnet",
"num_channels": 3,
"embedding_size": 64,
"hidden_sizes": [64, 128, 256, 512],
"depths": [3, 4, 6, 3],
"layer_type": "basic",
"downsample_in_first_stage": false,
"image_size": 224,
"num_labels": 11000,
"id2label": {},
"label2id": {}
}