projects
/
dagnn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c7c7e
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 14 Jan 2017 08:40:31 +0000
(09:40 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 14 Jan 2017 08:40:31 +0000
(09:40 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
7d51566
..
f2fac30
100644
(file)
--- 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:
-```
L
ua
+```
l
ua
model = nn.DAG()
a = nn.Linear(100, 10)