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-12-01Move make contiguous code from lua to C.Gregory Chanan
Exceptions are: 1) SparseLinear requires additional parameters to be passed in (e.g. nbatches), so it's not clear it's worth moving to C since it won't really simplify the binding code logic. 2) BatchNormalization requires "makeBatch", which isn't a trivial translation to C. 3) LookupTable requires "view" in C, which is already a TODO 4) SpatialUpSamplingBilinear requires "view" in C, which is already TODO
2016-08-04volumetric dilated convolutionsoumith
2016-04-28adding SpatialDilatedConvolution + tests + docsoumith