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-03-03Add batch mode to VolumetricMaxPoolingMax Losch
2015-02-23CosineEmbeddingCriterion: zero grads below marginCeĢdric Deltheil
2015-02-15Merge pull request #165 from szagoruyko/preluSoumith Chintala
2015-02-15added PReLUSergey Zagoruyko
2015-02-06Module:listModules()Nicholas Leonard
2015-02-05multimargin supports p=2Sergey Zagoruyko
2015-01-31fixed L1Penalty constructor argumentsSoumith Chintala
2015-01-27Matrix matrix multiplication layer.Dominik Grewe
2015-01-20Merge https://github.com/torch/nn into convMM_dwsoumith
2015-01-20SpatialConvolutionMM supports dw/dh != 1Aysegul Dundar
2015-01-19Merge https://github.com/fmassa/nnsoumith
2015-01-18removed global variable in ParallelTable testSergey Zagoruyko
2015-01-16Added SpatialAdaptiveMaxPoolingfsuzanomassa
2015-01-16Revert "Added SpatialAdaptiveMaxPooling"Soumith Chintala
2015-01-16Added SpatialAdaptiveMaxPoolingfsuzanomassa
2015-01-10Merge pull request #128 from nicholas-leonard/euclidean2Soumith Chintala
2015-01-10Merge pull request #133 from nicholas-leonard/weightedeuclidean2Soumith Chintala
2015-01-10WeightedEuclidean optimizationsnicholas-leonard
2015-01-10Euclideannicholas-leonard
2015-01-08Added more informative pretty-printing.Jonathan J Hunt
2015-01-08CMul optimizations, doc and unit testsnicholas-leonard
2015-01-07Merge pull request #136 from nicholas-leonard/copySoumith Chintala
2015-01-07Merge pull request #135 from nicholas-leonard/parallelSoumith Chintala
2015-01-07Merge branch 'master' of github.com:torch/nnSoumith Chintala
2015-01-07new Copy constructor argumentsnicholas-leonard
2015-01-06Parallel optimization. ParallelTable inherits Container. unit testsnicholas-leonard
2015-01-03refactoring all the common container code into nn.Containersoumith
2014-12-23Merge pull request #119 from nicholas-leonard/weightedeuclideanSoumith Chintala
2014-12-23WeightedEuclidean batch modeNicholas Leonard
2014-12-21VolumetricConvolution batch mode + testSoumith Chintala
2014-12-16adding batch processing to CMulgermank
2014-12-04removing the requirement for providing size in nn.MulSoumith Chintala
2014-12-03Merge branch 'master' of github.com:torch/nnSoumith Chintala
2014-11-25SpatialAveragePoolingNicholas Leonard
2014-11-24[Torch] Move test.lua to the top levelAndrew Tulloch