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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-17Don't overwrite self.size in ConcatJonas Gehring
size() is a method of the Container base class.
2016-03-05Improve error handlingAdam Paszke
When an error occurs in some module, all containers up to the topmost one will be printed now. Also, removed zeroGradParameters from ConcatTable, because it was no different from its parent's implementation.
2015-04-21adding direct :backward to Concat, DepthConcat, Sequentialsoumith
2014-11-21Fix various unused variables in nnAndrew Tulloch
2014-10-27DepthConcatnicholas-leonard