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-06Improve shape checks for VolumetricMaxPooling and VolumetricDilatedMaxPooling.Gregory Chanan
2016-10-20Indices for nn.Gregory Chanan
2016-04-13Remove unnecessary function override in unpooling modules (#749)Adam Paszke
2016-03-02Better __tostring__ and cleans formattingAlfredo Canziani
2016-02-26__tostring__ for Volumetric modulesSergey Zagoruyko
2016-02-09lazy initSergey Zagoruyko
2016-02-09nn.clearStateSergey Zagoruyko
2016-02-03Add THNN conversion of Volumetric* modulesAndreas Köpf
2016-01-27Volumteric Max pool now supports paddingkmul00
2016-01-26back-compatibility of VolumetricMaxPoolingsoumith
2016-01-26added ceil mode to VolumetricMaxPoolingsoumith
2013-10-15add 3D max poolingkoray kavukcuoglu