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-07-27fix for :type() to typecast the children as welltypefixsoumith
2016-07-27type fix for forwardnodesSoumith Chintala
2016-06-07Quick fix for type. (#118)Jonathan Tompson
2016-04-28Add :replace() for gModuleAdam Paszke
2016-04-24Returning the module's type to conform to torch/nn#691Rohan Padhye
2016-03-09Improved error message (expecting table of inputs)Marek
2016-03-08Merge pull request #103 from fbesse/gradoutput_zero_optimSoumith Chintala
2016-03-03Clear tensors in a whole graph on :clearState()Adam Paszke
2016-02-16Added optimisation to bypass the buffer allocation when all but one gradOutpu...Frederic Besse
2016-02-13include and paths.dofile -> requirerequireSoumith Chintala
2016-01-25Merge pull request #98 from malcolmreynolds/remove_zeroing_optimisationkoray kavukcuoglu
2016-01-25Don't bother filling a Tensor with zero right before we copy into itMalcolm Reynolds
2016-01-20Store a reverse mapping when wiring together graph, detect unused nodes.Malcolm Reynolds
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-16Initialize modules table after read if necessary.Dominik Grewe
2015-10-16Use nn.Container as base class for gModuleAndreas Köpf
2015-10-14Adding a :applyToModules() method to gModule, and :training() and :evaluate()...Yori Zwols
2015-10-01Integrate apply() and type() improvements from https://github.com/torch/nn/pu...Adam Lerer
2015-09-11make sure forward/backward runs can deal with parameter nodes since theynnopKoray Kavukcuoglu
2015-09-11support for parameter nodeskoray kavukcuoglu
2015-09-07Replace utils.istensor with torch.isTensor.Dan Horgan
2015-09-04Whitespace cleanup.Clement Farabet
2015-07-23Added an assert to check the number of inputs to a split.Ivo Danihelka
2015-07-10convert node.data.gradOutputBuffer on type changeHugh Perkins
2015-06-16adding share,map,clonesoumith
2015-06-09Added share function for gModuleXiang Zhang
2015-05-20Checked that gModule inputs and outputs are Nodes.Ivo Danihelka
2015-03-27Added __tostring__ to gModule.Ivo Danihelka
2015-03-12Include all data in type conversion when type() is called on an nn.gModuleYori Zwols
2015-02-24This makes gModules behave consistently with nn.Modules and nn.Container, and...etg
2014-02-17Replaced bfs() usage by iterating over the forwardnodes.Ivo Danihelka
2014-02-13Merge pull request #20 from fidlej/topic_mapindex_labelkoray kavukcuoglu
2014-02-12Added backward compatibity for graph with no self.nInputs.Ivo Danihelka
2014-02-12Displayed the node ids of the input nodes in the mapindex.Ivo Danihelka
2014-02-10Checked that no split output is unused.Ivo Danihelka
2013-09-17Checked unused inputs.0.1Ivo Danihelka
2013-09-01Ensured the needed gradOutputBuffer size.Ivo Danihelka
2013-09-01Allowed the gradInputs to be tables with tensors.Ivo Danihelka
2013-07-30Added gModule:zeroGradParametersAndreas Fidjeland
2013-07-26Implemented custom gModule:type().Ivo Danihelka
2013-07-19Disallowed to split a tensor.Ivo Danihelka
2013-07-18Mentioned the used data structures.Ivo Danihelka
2013-07-18Used split on innode.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-17Reused the computed gradOutputBuffer.Ivo Danihelka
2013-07-17Clarified the meaning of innode.data.gradOutput.Ivo Danihelka
2013-07-17Kept only gradients to sum inside of the data.gradOutput.Ivo Danihelka
2013-07-17Used common code to get the gradOutput.Ivo Danihelka