DogCat_Classifier / config.json
DineshKumar1329's picture
Upload config.json
83d746a verified
raw
history blame contribute delete
289 Bytes
{
"model_type": "resnet-18",
"architecture": "ResNet-18",
"description": "ResNet-18 model trained to classify cats and dogs.",
"framework": "pytorch",
"task": "Image Classification",
"tags": [
"resnet",
"image-classification",
"cats",
"dogs"
]
}