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
2015-04-21Adding strides for avoiding copies of non-contiguous tensorsfsuzanomassa
2015-04-20Exp made lua onlySergey Zagoruyko
2015-04-19SpatialConvolutionMM: removed clearFlag, as it is not necessary anymore (sinc...Ronan Collobert
2015-04-07adds in-place ReLU and fixes a potential divide-by-zero in nn.Sqrtsoumith
2015-03-24Fixed segfault on small padded tensors (size for memcpy could be negative and...Martin Simonovsky
2015-03-24Remove an unused variable from ConvMMJonghoon Jin
2015-03-04SpatialAveragePooling divides by kW*kHSergey Zagoruyko
2015-03-04Revert "Fixed SpatialAveragePooling - added division by filter size"Soumith Chintala
2015-03-04Fixed SpatialAveragePooling - added division by filter sizeadampolyak
2015-03-03Add batch mode to VolumetricMaxPoolingMax Losch
2015-02-15added PReLUSergey Zagoruyko
2015-02-05multimargin supports p=2Sergey Zagoruyko
2015-01-20Merge https://github.com/torch/nn into convMM_dwsoumith
2015-01-20SpatialConvolutionMM supports dw/dh != 1Aysegul Dundar
2015-01-16Added SpatialAdaptiveMaxPoolingfsuzanomassa
2015-01-16Revert "Added SpatialAdaptiveMaxPooling"Soumith Chintala
2015-01-16Added SpatialAdaptiveMaxPoolingfsuzanomassa
2015-01-07openmp fallback for SparseLinear.c optimizationsSoumith Chintala
2015-01-03speedup and optimizations for SparseLinearsoumith
2014-12-27removing omp parallel in VolumetricConvolution batch mode, because of segfaul...Soumith Chintala
2014-12-21VolumetricConvolution batch mode + testSoumith Chintala
2014-11-27Merge pull request #113 from ajtulloch/log-soft-maxSoumith Chintala
2014-11-25SpatialAveragePoolingNicholas Leonard
2014-11-18fix 1D case for Mean/Sum/Max/MinRonan Collobert
2014-11-17generic/LogSoftMax speedupsAndrew Tulloch
2014-11-10Batchmode is added to SpatialConvmapAysegul Dundar
2014-10-27modernized MarginCriterionSergey Zagoruyko
2014-10-27SpatialConvolutionMM now support on-the-fly zero-padding.Clement Farabet
2014-08-19Fix contiguous loop for tanh and hardtanhKoray Kavukcuoglu
2014-07-31Removed redundant multiplication from Threshold.cJonathan Tompson
2014-07-22wrote a c version of DistKLDivCriterion and added documenation for it.Jonathan Tompson
2014-06-26Added SpatialUpSamplingNearest module.Jonathan Tompson
2014-06-25fixed a numerical issue in the SoftPlus module (it breaks for input greater t...Jonathan Tompson
2014-05-13fixed batch TemporalConvolution bugnicholas-leonard
2014-05-11TemporalMaxPooling:updateGradInputnicholas-leonard
2014-05-11fix TemporalMaxPooling:updateOutput segmentation faultnicholas-leonard
2014-05-11TemporalMaxPooling:updateOutputnicholas-leonard
2014-05-10TemporalConvolution:accGradParameters()nicholas-leonard
2014-05-10fixed TemporalConvolution:inputGrad() bugnicholas-leonard
2014-05-10TemporalConvolution:backwardnicholas-leonard
2014-05-09TemporalConvolution:forward() runsnicholas-leonard
2014-05-09TemporalConvolution_updateOutput simple batch fixnicholas-leonard
2014-05-09TemporalConvolution accepts batchesnicholas-leonard
2014-02-07fix SparseLinear debug printfRonan Collobert
2014-02-01Add extra tests for SparseLinear and fix bug where scale was not being multip...Páidí Creed
2014-01-28Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-11-27less strict about ansi libraries, less warningsLeon Bottou
2013-11-06Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-10-29Fix SparseLinearPáidí Creed
2013-10-16C89Ronan Collobert