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 (Expand)Author
2016-02-19Extra checks and cleanup in C codeSergio Gomez
2014-10-08SpatialReSampling:updateGradInput works with batchesNicholas Leonard
2014-10-08SpatialReSampling:updateOutput works with batchesNicholas Leonard
2014-07-09SoftMaxTree.gradInput is a table (like input)nicholas-leonard
2014-06-07harmonized SoftMaxTree with cunnx. Fixed maxFamilyPath bugnicholas-leonard
2014-06-03fixed SoftMaxTree.__init bugnicholas-leonard
2014-05-28less buffers, less resizes for SoftMaxTreenicholas-leonard
2014-05-18SoftMaxTree works (debugged and unit tested)nicholas-leonard
2014-05-18implemented SoftMaxTree_accGradParametersnicholas-leonard
2014-05-17SoftMaxTree_updateGradInput works (debugged and unit tested)nicholas-leonard
2014-05-17SoftMaxTree_updateGradInput ready for debuggingnicholas-leonard
2014-05-17SoftMaxTree:forward works (debugged, unit tested)nicholas-leonard
2014-05-16SoftMaxTree_updageOutput compilesnicholas-leonard
2014-05-16SoftMaxTree_updateOutput ready for debuggingnicholas-leonard
2014-05-16started working on SoftMaxTree_updateOutputnicholas-leonard
2013-10-25fix a bug where the module is locked in to a particular oheight/widthSoumith Chintala
2012-09-14Fixed metatable issueClement Farabet
2012-09-12Merge branch 'master' of https://github.com/clementfarabet/lua---nnxClement Farabet
2012-09-12Upgrade API (torch)Clement Farabet
2012-09-12more efficient Sampling with segments, needing less memoryCamille Couprie
2012-09-08Added two old modules for backward compat.Clement Farabet
2012-09-08Put SpatialLinear backClement Farabet
2012-09-07BIG UPDATE.Clement Farabet
2012-09-07improved the sampling strategy for pascal segments datasetCamille Couprie
2012-06-14Add SpatialRadialMatchingMichael 'myrhev' Mathieu
2012-06-08Fix bug in SPatialPadding when dimensions are not 2,3Michael 'myrhev' Mathieu
2012-05-08Add module FunctionWrapperMichael 'myrhev' Mathieu
2012-04-27Add SpatialReSamplingEx (grouping all the Spatial*Sampling).Michael 'myrhev' Mathieu
2012-03-27Faster SpatialDownSamplingMichael 'myrhev' Mathieu
2012-03-24Add SpatialPyramid module, simplified and more flexible (with sizes) foveaMichael 'myrhev' Mathieu
2012-03-24Add SpatialDownSampling module, a simple down-sampling averaging the pixelsMichael 'myrhev' Mathieu
2012-03-24Fix bug in SpatialUpSampling whith non-contiguous tensorsMichael 'myrhev' Mathieu
2012-03-15Restored OpenMP in SpatialMatchingMichael 'myrhev' Mathieu
2012-03-14Reversed the dimensions of the output of SpatialMatching, and its argumentsMichael 'myrhev' Mathieu
2012-03-13Some detials in spatial matching.Clement Farabet
2012-03-10Modified the comportment of SpatialMatching with full_output = falseMichael 'myrhev' Mathieu
2012-03-10Implement SpatialMatching backpropMichael 'myrhev' Mathieu
2012-03-09OpenMPClement Farabet
2012-03-09added spatial matching moduleClement Farabet
2012-02-04newpack versionClement Farabet
2011-11-11Upgraded all code to new torch master.torch-masterClement Farabet
2011-10-02Fixed SpatialMaxSampling to accept arbitrary inputs (allowing upsampling)Clement Farabet
2011-10-01Bprop for SpatialMaxSampling all checked.Clement Farabet
2011-10-01Added SpatialMaxSampling module, for flexible competitive resampling.Clement Farabet
2011-09-27Added new criterions.Clement Farabet
2011-09-23working cuda -> lbfgsMarco Scoffier
2011-09-23added a WITH_CUDA flag as it isn't compiling right nowMarco Scoffier
2011-09-23added dispatcher for different Tensor types to lbfgsMarco Scoffier
2011-09-16Rewrote spatial upsampler to use raw pointers.Clement Farabet
2011-09-14Got rid of SpatialMaxPoolingClement Farabet