amyeroberts's picture
amyeroberts HF staff
Training in progress epoch 0
d8d78ed
{
"_name_or_path": "microsoft/resnet-18",
"architectures": [
"ResNetForImageClassification"
],
"depths": [
2,
2,
2,
2
],
"downsample_in_first_stage": false,
"embedding_size": 64,
"hidden_act": "relu",
"hidden_sizes": [
64,
128,
256,
512
],
"id2label": {
"0": "AnnualCrop",
"1": "Forest",
"2": "HerbaceousVegetation",
"3": "Highway",
"4": "Industrial",
"5": "Pasture",
"6": "PermanentCrop",
"7": "Residential",
"8": "River",
"9": "SeaLake"
},
"label2id": {
"AnnualCrop": 0,
"Forest": 1,
"HerbaceousVegetation": 2,
"Highway": 3,
"Industrial": 4,
"Pasture": 5,
"PermanentCrop": 6,
"Residential": 7,
"River": 8,
"SeaLake": 9
},
"layer_type": "basic",
"model_type": "resnet",
"num_channels": 3,
"torch_dtype": "float32",
"transformers_version": "4.21.0.dev0"
}