-
Notifications
You must be signed in to change notification settings - Fork 425
/
CharLstm_color4.dot
110 lines (110 loc) · 6.97 KB
/
CharLstm_color4.dot
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
digraph G {
labelloc="t";
label="CharLstm_color";
node [shape = oval];
n1[label="next_c[1] (1)\nmodule = nn.CAddTable\lmapindex = {Node7,Node8}" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:46" fillcolor=blue];
n2[label="Node2\ninput = {}\lmapindex = {Node1,Node3,Node4,Node5,Node6}" tooltip="[[C]]:-1"];
n3[label="next_h[1] (3)\nmodule = nn.CMulTable\lmapindex = {Node9,Node10}" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:50" fillcolor=blue];
n4[label="next_c[2] (4)\nmodule = nn.CAddTable\lmapindex = {Node11,Node12}" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:46" fillcolor=blue];
n5[label="next_h[2] (5)\nmodule = nn.CMulTable\lmapindex = {Node13,Node14}" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:50" fillcolor=blue];
n6[label="logsoft (6)\nmodule = nn.LogSoftMax" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:72" fillcolor=hotpink];
n7[label="Node7\nmodule = nn.CMulTable\lmapindex = {Node16,Node17}" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:47"];
n8[label="Node8\nmodule = nn.CMulTable\lmapindex = {Node18,Node19}" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:48"];
n9[label="out_gate[1] (9)\nmodule = nn.Narrow" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:41" fillcolor=darkorchid];
n10[label="Node10\nmodule = nn.Tanh" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:50"];
n11[label="Node11\nmodule = nn.CMulTable\lmapindex = {Node21,Node22}" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:47"];
n12[label="Node12\nmodule = nn.CMulTable\lmapindex = {Node23,Node24}" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:48"];
n13[label="out_gate[2] (13)\nmodule = nn.Narrow" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:41" fillcolor=darkorchid];
n14[label="Node14\nmodule = nn.Tanh" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:50"];
n15[label="proj (15)\nmodule = nn.Linear(128 -> 65)" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:71"];
n16[label="forget_gate[1] (16)\nmodule = nn.Narrow" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:40" fillcolor=darkorchid];
n17[label="prev_c[1] (17)\nmodule = nn.Identity" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:11" fillcolor=blue];
n18[label="in_gate[1] (18)\nmodule = nn.Narrow" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:39" fillcolor=darkorchid];
n19[label="in_transform[1] (19)\nmodule = nn.Tanh" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:44" fillcolor=gold];
n20[label="sigmoid_chunk[1] (20)\nmodule = nn.Sigmoid" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:38" fillcolor=lightseagreen];
n21[label="forget_gate[2] (21)\nmodule = nn.Narrow" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:40" fillcolor=darkorchid];
n22[label="prev_c[2] (22)\nmodule = nn.Identity" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:11" fillcolor=blue];
n23[label="in_gate[2] (23)\nmodule = nn.Narrow" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:39" fillcolor=darkorchid];
n24[label="in_transform[2] (24)\nmodule = nn.Tanh" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:44" fillcolor=gold];
n25[label="sigmoid_chunk[2] (25)\nmodule = nn.Sigmoid" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:38" fillcolor=lightseagreen];
n26[label="Node26\ninput = {}\lselectindex = 2" tooltip="[[C]]:-1-2"];
n27[label="Node27\nmodule = nn.Narrow" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:43"];
n28[label="Node28\nmodule = nn.Narrow" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:37"];
n29[label="Node29\ninput = {}\lselectindex = 4" tooltip="[[C]]:-1-4"];
n30[label="Node30\nmodule = nn.Narrow" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:43"];
n31[label="Node31\nmodule = nn.Narrow" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:37"];
n32[label="Node32\nnSplitOutputs = 5" tooltip="[[C]]:-1-mnode"];
n33[label="all_input_sums[1] (33)\nmodule = nn.CAddTable\lmapindex = {Node36,Node37}" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:35" fillcolor=lightseagreen];
n34[label="all_input_sums[2] (34)\nmodule = nn.CAddTable\lmapindex = {Node38,Node39}" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:35" fillcolor=lightseagreen];
n35[label="Node35\ninput = {}" tooltip="[[C]]:-1"];
n36[label="i2h[1] (36)\nmodule = nn.Linear(65 -> 512)" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:33" fillcolor=yellow];
n37[label="h2h[1] (37)\nmodule = nn.Linear(128 -> 512)" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:34" fillcolor=green];
n38[label="i2h[2] (38)\nmodule = nn.Linear(128 -> 512)" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:33" fillcolor=yellow];
n39[label="h2h[2] (39)\nmodule = nn.Linear(128 -> 512)" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:34" fillcolor=green];
n40[label="Node40\nmodule = OneHot" tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:25"];
n41[label="prev_c[1] (41)\nmodule = nn.Identity" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:13" fillcolor=blue];
n42[label="prev_c[2] (42)\nmodule = nn.Identity" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:13" fillcolor=blue];
n43[label="x (43)\nmodule = nn.Identity" style=filled tooltip="[...e/ubuntu/torch/install/share/lua/5.1/crnn/model/LSTM.lua]:8" fillcolor=blue];
n44[label="Node44\ninput = {}\lselectindex = 3" tooltip="[[C]]:-1-3"];
n45[label="Node45\ninput = {}\lselectindex = 5" tooltip="[[C]]:-1-5"];
n46[label="Node46\ninput = {}\lselectindex = 1" tooltip="[[C]]:-1-1"];
n1 -> n2;
n3 -> n2;
n4 -> n2;
n5 -> n2;
n6 -> n2;
n7 -> n1;
n8 -> n1;
n9 -> n3;
n10 -> n3;
n11 -> n4;
n12 -> n4;
n13 -> n5;
n14 -> n5;
n15 -> n6;
n16 -> n7;
n17 -> n7;
n18 -> n8;
n19 -> n8;
n20 -> n9;
n1 -> n10;
n21 -> n11;
n22 -> n11;
n23 -> n12;
n24 -> n12;
n25 -> n13;
n4 -> n14;
n5 -> n15;
n20 -> n16;
n26 -> n17;
n20 -> n18;
n27 -> n19;
n28 -> n20;
n25 -> n21;
n29 -> n22;
n25 -> n23;
n30 -> n24;
n31 -> n25;
n32 -> n26;
n33 -> n27;
n33 -> n28;
n32 -> n29;
n34 -> n30;
n34 -> n31;
n35 -> n32;
n36 -> n33;
n37 -> n33;
n38 -> n34;
n39 -> n34;
n40 -> n36;
n41 -> n37;
n3 -> n38;
n42 -> n39;
n43 -> n40;
n44 -> n41;
n45 -> n42;
n46 -> n43;
n32 -> n44;
n32 -> n45;
n32 -> n46;
}