MNIST_PyTorch / config.json
KameshRsk's picture
Update config.json
396d98a verified
raw
history blame contribute delete
No virus
281 Bytes
{
"architectures": [
"PyTorchModel"
],
"model_type": "image-classification",
"num_labels": 10,
"image_size": 28,
"patch_size": 28,
"pixel_values": [
0,
1
],
"pixel_dim": 1,
"input_channels": 1,
"output_channels": 10,
"interpolation": "bicubic"
}