Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoray Kavukcuoglu <koray@kavukcuoglu.org>2015-09-11 14:55:59 +0300
committerKoray Kavukcuoglu <koray@kavukcuoglu.org>2015-09-11 14:55:59 +0300
commit4635a92c8d0064a88ee208290828dc279a3ae648 (patch)
tree1592d2773aacbbe0e0f389f85fc3608edc70ca8e /init.lua
parentfdf8c99c59959ebec7310c33ea185091f59bb818 (diff)
make sure forward/backward runs can deal with parameter nodes since theynnop
do not have any inputs coming in. add a display function that does not use qt, but browser
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index a009eb0..a76b80d 100644
--- a/init.lua
+++ b/init.lua
@@ -46,3 +46,5 @@ local Criterion = torch.getmetatable('nn.Criterion')
function Criterion:__call__(...)
return nn.ModuleFromCriterion(self)(...)
end
+
+return nngraph