projects
/
dagnn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f9b2f
)
Typo.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 14 Jan 2017 08:44:01 +0000
(09:44 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 14 Jan 2017 08:44:01 +0000
(09:44 +0100)
dagnn.lua
patch
|
blob
|
history
diff --git
a/dagnn.lua
b/dagnn.lua
index
0e7e8b0
..
0073e39
100755
(executable)
--- a/
dagnn.lua
+++ b/
dagnn.lua
@@
-144,7
+144,7
@@
function DAG:setInput(i)
error('Input modules must have outgoing edges.')
end
if #self.node[nnm].pred > 0 then
- error('Input modules canno
g
have incoming edges.')
+ error('Input modules canno
t
have incoming edges.')
end
end,
self.inputModules