cifar10-resnet18 / config.json
detorcla's picture
Upload config.json
db8e8a0 verified
raw
history blame contribute delete
559 Bytes
{
"architectures": [
"ResNetForImageClassification"
],
"model_type": "resnet",
"num_labels": 10,
"image_size": 224,
"torch_dtype": "float32",
"id2label": {
"0": "airplane",
"1": "automobile",
"2": "bird",
"3": "cat",
"4": "deer",
"5": "dog",
"6": "frog",
"7": "horse",
"8": "ship",
"9": "truck"
},
"label2id": {
"airplane": 0,
"automobile": 1,
"bird": 2,
"cat": 3,
"deer": 4,
"dog": 5,
"frog": 6,
"horse": 7,
"ship": 8,
"truck": 9
},
"num_channels": 3
}