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-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-07-23Fixed auto config for normalization operators.Clement Farabet
If no 'thresval' is passed, it now inherits from 'threshold'.
2012-04-05Fixed normalization for 1D kernels, and added Contrastive NormalizationClement Farabet