From: Francois Fleuret Date: Fri, 13 Jan 2017 16:35:05 +0000 (+0100) Subject: Minor clarification. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=commitdiff_plain;h=5ab7bf38f7a5d2a7d6656177471b887d67fbf5cd Minor clarification. --- 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*