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
AgeCommit message (Expand)Author
2016-08-04overload operator __unm and __sub to support module chaining (#113)WenLi Zhuang
2016-02-13include and paths.dofile -> requirerequireSoumith Chintala
2015-12-18Allow to do node:split(1).Ivo Danihelka
2015-11-20Fix for Lua 5.2+ which removed table.maxnMalcolm Reynolds
2015-11-19Make error messages clearer, disallow empty table in inputs.Malcolm Reynolds
2015-10-19Add nngraph.nest() utility function.Ivo Danihelka
2015-09-11make sure forward/backward runs can deal with parameter nodes since theynnopKoray Kavukcuoglu
2015-09-07Replace utils.istensor with torch.isTensor.Dan Horgan
2015-09-04Whitespace cleanup.Clement Farabet
2014-08-19Added nn.ModuleFromCriterion to wrap a called Criterion.Ivo Danihelka
2014-06-03Print graphs that ignores certain nodesJames Kirkpatrick
2014-03-14Disallowed to use Identity()(nil). Use Identity()().Ivo Danihelka
2014-03-03Saved the graph .svg when nngraph.setDebug(true) is enabled.Ivo Danihelka
2013-07-19Used tostring() when printing a weird node.Ivo Danihelka
2013-07-18Removed an unused var.Ivo Danihelka
2013-07-18Removed the partial support for nn.Criterion. Wrap the criterion by a module ...Ivo Danihelka
2013-07-18Removed the ignoring of weird nodes.Ivo Danihelka
2013-07-18Removed the not-needed nn.IdentityTable. Use nn.Identity instead.Ivo Danihelka
2013-06-03add split method to split a table output into multiple nodes.koray kavukcuoglu
2013-04-12cleanup leftover commentskoray kavukcuoglu
2013-04-04do not rely on node ordering for input/output connections.koray kavukcuoglu
2013-04-02init in gitkoray kavukcuoglu