lenet / config.json
helloway's picture
Update config.json
e22342d
raw history blame
No virus
225 Bytes
{
"architecture": "LeNet5",
"dataset_transform": "mnist",
"num_classes": 10,
"id2label": {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4,
"5": 5,
"6": 6,
"7": 7,
"8": 8,
"9": 9
}
}