Image Classification
MindSpore
helloway commited on
Commit
77fd2d8
1 Parent(s): de95631

creast config.json file

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "LeNet5",
3
+ "dataset_transform": "mnist",
4
+ "num_classes": 10,
5
+ "id2label": {
6
+ "0": 0,
7
+ "1": 1,
8
+ "2": 2,
9
+ "3": 3,
10
+ "4": 4,
11
+ "5": 5,
12
+ "6": 6,
13
+ "7": 7,
14
+ "8": 8,
15
+ "9": 9
16
+ }
17
+ }