-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbminfo.json
52 lines (52 loc) · 1.32 KB
/
bminfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"List": {
"node_0_0": "input",
"node_0_1": "input",
"node_0_2": "input",
"node_0_3": "input",
"node_1_0": "linear",
"node_2_0": "summation",
"node_2_1": "summation",
"node_3_0": "softmax",
"node_3_1": "softmax",
"node_4_0": "output",
"node_4_1": "output",
"weightfi_0_0__1_0": "weight",
"weightfi_0_1__1_0": "weight",
"weightfi_0_2__1_0": "weight",
"weightfi_0_3__1_0": "weight",
"weightfi_1_0__2_0": "weight",
"weightfi_1_0__2_1": "weight",
"weightfi_2_0__3_0": "weight",
"weightfi_2_0__3_1": "weight",
"weightfi_2_1__3_0": "weight",
"weightfi_2_1__3_1": "weight",
"weightfi_3_0__4_0": "weight",
"weightfi_3_1__4_1": "weight"
},
"CPNames": {
"0": "cpu1",
"1": "node_0_1",
"10": "node_4_1",
"11": "weightfi_0_0__1_0",
"12": "weightfi_0_1__1_0",
"13": "weightfi_0_2__1_0",
"14": "weightfi_0_3__1_0",
"15": "weightfi_1_0__2_0",
"16": "weightfi_1_0__2_1",
"17": "weightfi_2_0__3_0",
"18": "weightfi_2_0__3_1",
"19": "weightfi_2_1__3_0",
"2": "node_0_2",
"20": "weightfi_2_1__3_1",
"21": "weightfi_3_0__4_0",
"22": "weightfi_3_1__4_1",
"3": "node_0_3",
"4": "node_1_0",
"5": "node_2_0",
"6": "node_2_1",
"7": "node_3_0",
"8": "node_3_1",
"9": "node_4_0"
}
}