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
2015-05-18Spatial[Constrastive,Divisive,Subtractive]Normalization work with batch modeNicholas Leonard
2015-04-28Make type() truly recursive.Dominik Grewe
Recursively iterate over the whole table, converting each tensor to the given type. Removes need for many specialized type() functions.
2012-10-22Using better optimized SpatialConvolutionMap, for Spatial*NormalizationClement Farabet
layer
2012-02-10dim check was correction on spatialsubtractivenormkoray kavukcuoglu
2012-02-03{min,max,sum,mean,var,std}all now without 'all' in luaRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert