From 5ab7bf38f7a5d2a7d6656177471b887d67fbf5cd Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 13 Jan 2017 17:35:05 +0100 Subject: [PATCH] Minor clarification. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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* -- 2.20.1