Upload 2 files
Browse files- config.json +16 -0
- mindspore_model.ckpt +3 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "LeNet5",
|
3 |
+
"num_classes": 10,
|
4 |
+
"id2label": {
|
5 |
+
"0": 0,
|
6 |
+
"1": 1,
|
7 |
+
"2": 2,
|
8 |
+
"3": 3,
|
9 |
+
"4": 4,
|
10 |
+
"5": 5,
|
11 |
+
"6": 6,
|
12 |
+
"7": 7,
|
13 |
+
"8": 8,
|
14 |
+
"9": 9,
|
15 |
+
}
|
16 |
+
}
|
mindspore_model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0771234226405a68f1c9ce3ecbffb1ee371dd3cb13ae85b7a26870031c05ec8
|
3 |
+
size 494155
|