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 (Expand)Author
2017-05-11Adding LinearWeightNorm layer, test and updated documentationRichard Assar
2017-01-03Fix shared function override for specific modulesGuillaume Klein
2016-04-18add noBias for nn.Linear and nn.SpatialConvolutionKaiyu Yang
2016-03-10Update addBuffer size in accGradParametersFrantisek Skala
2016-02-09nn.clearStateSergey Zagoruyko
2016-01-26add option to nn.Linear to have no biassoumith
2015-09-28Remove spurious mallocs from nn.LinearAdam Lerer
2015-08-15Forcing zeroing when self.output is resized (nn.Linear)Clement Farabet
2015-05-27removed special caseSergey Zagoruyko
2015-05-24moved zeroing to blas in batch linearSergey Zagoruyko
2015-03-25empty addBuffer fixNicholas Leonard
2015-03-24Return self on Linear.reset so it can be used inline.Jonathan J Hunt
2015-03-19nn.Linear: remove unused variableCédric Deltheil
2015-01-08Added more informative pretty-printing.Jonathan J Hunt
2015-01-03another fix for making nn.Linear non-blockingsoumith
2014-12-31linear blocking fixSergey Zagoruyko
2014-07-01Fixed the Linear stage when the output size is 1.Jonathan Tompson
2013-03-13Linear:updateGradInput avoids NaN and infAndreas Fidjeland
2013-02-20Merge branch 'nn_fast_reset'Clement Farabet
2012-10-27Faster reset for 'nn' modules.Clement Farabet
2012-01-25initial revamp of torch7 treeRonan Collobert