MyResnet_resnet18 / config.json
linsa11's picture
Upload model
fb22435 verified
raw
history blame contribute delete
474 Bytes
{
"architectures": [
"MyResnetModelForImageClassification"
],
"auto_map": {
"AutoConfig": "configuration_MyResnet.MyResnetConfig",
"AutoModelForImageClassification": "modeling_MyResnet.MyResnetModelForImageClassification"
},
"in_channels": 3,
"model_type": "resnet",
"num_channels": 64,
"num_classes": 176,
"num_residuals": [
2,
2,
2,
2
],
"torch_dtype": "float32",
"transformers_version": "4.45.2"
}