-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
63 lines (63 loc) · 1.2 KB
/
test.json
File metadata and controls
63 lines (63 loc) · 1.2 KB
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
53
54
55
56
57
58
59
60
61
62
63
[
{
"id": 1,
"posX": 63,
"posY": 208,
"inputConnections": {},
"type": "input",
"select": "image_bytes",
"dim": [
28,
28,
1
]
},
{
"id": 2,
"posX": 234,
"posY": 208,
"inputConnections": {
"input_1": {
"node": "1",
"input": "output_1"
}
},
"type": "fcl",
"dim": [
10
]
},
{
"id": 3,
"posX": 403,
"posY": 209,
"inputConnections": {
"input_1": {
"node": "2",
"input": "output_1"
}
},
"type": "activation",
"dim": [
10
],
"act": "Softmax"
},
{
"id": 4,
"posX": 572,
"posY": 209,
"inputConnections": {
"input_1": {
"node": "3",
"input": "output_1"
}
},
"type": "output",
"select": "label",
"dim": [
10
],
"loss": "BCE"
}
]