mnist-classifier / config.json
Miczu212's picture
add model and metrics
fce98de
{
"architectures": ["Net"],
"model_type": "custom",
"framework": "pytorch",
"task": "image-classification",
"image_size": [28, 28],
"labels": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
}