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-03-02Better __tostring__ and cleans formattingAlfredo Canziani
2016-01-28Add THNN conversion of {Spatial(AdaptiveMax,Average,Max)Pooling}Francisco Massa
2015-12-15SpatialAveragePooling supports padding, ceil mode and exclude_pad divisionFrancisco Massa
Generalizes SpatialAveragePooling. When using padding or ceil mode, the number of elements in a region might be different from . The method considers only the number of elements in the pooling region for the averaging, whereas always divides by .
2015-05-30less cluttering tostringSergey Zagoruyko
2015-03-04SpatialAveragePooling divides by kW*kHSergey Zagoruyko
2014-11-25SpatialAveragePoolingNicholas Leonard