X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=graphnn.lua;fp=graphnn.lua;h=1ec9b4ea86f40600f5ff3ac70ed7bfa926841dff;hb=7a797ca230bfe70bba3e46f41d56c2b1cff3580f;hp=1003500e6a876eba02dafbe6ffe92e5db66776d4;hpb=a29cfbfae14bba7d8a8c8b3e596fa1fbe79aa637;p=dagnn.git diff --git a/graphnn.lua b/graphnn.lua index 1003500..1ec9b4e 100755 --- a/graphnn.lua +++ b/graphnn.lua @@ -137,10 +137,11 @@ f = nn.Linear(3, 2) --[[ - a -----> b ---> c ---- e --- + a -----> b ---> c ----> e --- \ / \--> d ---/ - + \ + \---> f --- ]]-- g = Graph:new()