LeNet / config.json
helloway's picture
creast config.json file
77fd2d8
{
"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
}
}