Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 11 Jan 2017 07:00:40 +0000 (08:00 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 11 Jan 2017 07:00:40 +0000 (08:00 +0100)
graphnn.lua

index 1003500..1ec9b4e 100755 (executable)
@@ -137,10 +137,11 @@ f = nn.Linear(3, 2)
 
 --[[
 
-   a -----> b ---> c ---- e ---
+   a -----> b ---> c ----> e ---
              \           /
               \--> d ---/
-
+                    \
+                     \---> f ---
 ]]--
 
 g = Graph:new()