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
2016-12-01Move make contiguous code from lua to C.Gregory Chanan
2016-08-18Accept both 2D and 4D weights in SpatialConvolutionMMAdam Paszke
2016-05-15add assert to improve error handlingSergey Zagoruyko
2016-04-18add noBias for nn.Linear and nn.SpatialConvolutionKaiyu Yang
2016-02-19fixing previous sanity check for THIndexTensor change, and changing SpatialCo...soumith
2016-02-09lazy initSergey Zagoruyko
2016-02-09nn.clearStateSergey Zagoruyko
2016-01-31Unify C/Cuda signatures for SpatialConvolutionMM and Spatial(AdaptiveMax,Max)...Francisco Massa
2016-01-28Add functional convertion of SpatialConvolutionMMFrancisco Massa
2015-10-05Fix type() in SpatialConvolutionfsuzanomassa
2015-06-20fix print conv pads when strides are 1Sergey Zagoruyko
2015-06-19Fix print in SpatialConvolution and correct non-contiguous test in SpatialCon...Francisco Massa
2015-06-18SpatialConvolutionMM supports padW/padH != 1Francisco Massa
2015-05-30less cluttering tostringSergey Zagoruyko
2015-05-27Add more useful string description of layers.orian
2015-05-14SpatialConvolution empty gradParams fixNicholas Leonard
2015-05-07fixing typing in SpatialConvolutionsoumith
2015-03-27fix missing gradWeight bugNicholas Leonard
2015-02-10keeping the traditional weight layout in the new SpatialConvolutionSoumith Chintala
2015-02-10making SpatialConvolution use SpatialConvolutionMM ops at the backendSoumith Chintala
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