X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=blobdiff_plain;f=README.md;h=f370b71e9ec62c0f2af82de24b78de461a375cc1;hp=206a132afaca80f294f62fca4b14461c21591a0e;hb=5ab7bf38f7a5d2a7d6656177471b887d67fbf5cd;hpb=56a476ee19396d0e7f186b238dc7d013000acb59 diff --git a/README.md b/README.md index 206a132..f370b71 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ Add new nodes corresponding to the modules passed as arguments if they are not already existing. Add edges between every two nodes corresponding to a pair of successive modules in the arguments. +Calling it with n > 2 arguments is strictly equivalent to calling it +n-1 times on the pairs of successive arguments. + ##nn.DAG:setInput(i)## Defines the content and structure of the input. The argument should be @@ -113,4 +116,5 @@ See the torch documentation. See the torch documentation. +-- *Francois Fleuret, Jan 13th, 2017*