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-07-15NarrowTableNicholas Leonard
2015-07-10nn.SelectTable accepts negative indicesNicholas Leonard
2015-07-09Merge pull request #285 from sergomezcol/masterSoumith Chintala
2015-06-19Fix print in SpatialConvolution and correct non-contiguous test in SpatialCon...Francisco Massa
2015-06-18SpatialConvolutionMM supports padW/padH != 1Francisco Massa
2015-06-03Add support for negative indices in nn.SplitTableSergio Gomez
2015-06-03Merge pull request #283 from torch/batchnormfixSoumith Chintala
2015-06-03batchnorm is clonable by adding the running estimates to constructorsoumith
2015-05-28Volumetric Average Pooling + doc + unit test, better performance for Volumetr...soumith
2015-05-18Revert "Adding Batch L2 Normalization Layer that makes all rows of input Tens...Soumith Chintala
2015-05-18Spatial[Constrastive,Divisive,Subtractive]Normalization work with batch modeNicholas Leonard
2015-05-15Replicate batchModeNicholas Leonard
2015-05-13Merge pull request #256 from colesbury/lua52Soumith Chintala
2015-05-13Adding Batch L2 Normalization Layer that makes all rows of input Tensor unit ...karpathy
2015-05-05ParallelCriterionNicholas Leonard
2015-05-05Rename unpack to table.unpack for Lua 5.2Sam Gross
2015-04-27MarginRankingCriterion:type()Nicholas Leonard
2015-04-22Merge pull request #240 from torch/fixviewSoumith Chintala
2015-04-22Adding in-place AddConstant and MulConstantfsuzanomassa
2015-04-22fix View (hopefuly)Ronan Collobert
2015-04-21Adding strides for avoiding copies of non-contiguous tensorsfsuzanomassa
2015-04-06reducing adaptive maxpooling's test limits (mostly for travis to not suck)Soumith Chintala
2015-04-02Replicate now works across arbitrary dimensions.Edward Grefenstette
2015-03-27Added SpatialDropout + doc + test.Jonathan Tompson
2015-03-26Padding.luaNicholas Leonard
2015-03-21Merge pull request #189 from torch/batchnormSoumith Chintala
2015-03-21adding batch normalizationsoumith
2015-03-18fix special View case with -1 arg and dimension set <> 1Ronan Collobert
2015-03-13added doc + test case for CrossEntropyCriterionRonan Collobert
2015-03-10View: generalize minibatch behavior for tensors with extra dims and number of...Ronan Collobert
2015-03-04SpatialAveragePooling divides by kW*kHSergey Zagoruyko
2015-03-04Revert "Fixed SpatialAveragePooling - added division by filter size"Soumith Chintala
2015-03-04Merge pull request #178 from adampolyak/masterSoumith Chintala
2015-03-04Fixed SpatialAveragePooling - added division by filter sizeadampolyak
2015-03-04Adjusted error tolerance to avoid test flakynessGeorgOstrovski
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