Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-19Extra checks and cleanup in C codeSergio Gomez
This fixes a memory leak in SpatialLinear (added a missing THTensor_free())
2014-07-15added a val field to SpatialPadding so you can set the background to ↵Jonathan Tompson
something other than zero.
2012-06-14Add SpatialRadialMatchingMichael 'myrhev' Mathieu
2012-06-08Fix bug in SPatialPadding when dimensions are not 2,3Michael 'myrhev' Mathieu
2012-05-04Added defaults for backward compat.Clement Farabet
2012-04-27Add SpatialReSamplingEx (grouping all the Spatial*Sampling).Michael 'myrhev' Mathieu
SpatialPadding can now pad on dimensions different than (2,3). Add Tic/Toc modules, to time a network
2011-11-11Upgraded all code to new torch master.torch-masterClement Farabet
2011-07-08Added SpatialNormalization module. Still buggy with non-square kernels.Clement Farabet
2011-07-08Added SpatialPadding moduleClement Farabet