tiny-cnn-torchscript / config.json
Khauneesh's picture
Upload config.json with huggingface_hub
e68b6b5 verified
raw
history blame
169 Bytes
{
"architectures": ["TinyCNN"],
"num_channels": 3,
"image_size": [1, 3, 224, 224],
"num_labels": 10,
"model_type": "torchscript",
"library_name": "pytorch"
}