Food_Image_Classifier / config.json
Sakibrumu's picture
Update config.json
1410d6a verified
raw
history blame
208 Bytes
{
"model_type": "resnet",
"model_name_or_path": "Sakibrumu/Food_Image_Classifier",
"framework": "pt",
"use_auth_token": false,
"input_size": 224,
"num_classes": 10,
"architecture": "resnet50"
}