lenet / config.json
helloway's picture
Update config.json
308d2f4
raw
history blame
No virus
215 Bytes
{
"architecture": "LeNet5",
"dataset": "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
}
}