From: Francois Fleuret Date: Sat, 14 Jan 2017 08:40:31 +0000 (+0100) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=commitdiff_plain;h=79f9b2fc425c35c82e07db9cb762c2b04a992bdb Update. --- diff --git a/README.md b/README.md index 7d51566..f2fac30 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Introduction # -This package implements a new module nn.DAG which inherits from -nn.Container and allows to combine modules in an arbitrary graph -without cycle. +This package implements a new module nn.DAG for the torch framework, +which inherits from nn.Container and allows to combine modules in an +arbitrary graph without cycle. ## Example ## A typical use would be: -```Lua +```lua model = nn.DAG() a = nn.Linear(100, 10)