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
path: root/test
AgeCommit message (Expand)Author
2017-04-09Adding IndexLinear (#1181)Pavan Yalamanchili
2017-01-03Fix shared function override for specific modulesGuillaume Klein
2016-10-17Add fn for using THNN-only modules during testsLuca Antiga
2016-10-16Keep the Lua implementation for the Linear moduleLuca Antiga
2014-11-24[Torch] Move test.lua to the top levelAndrew Tulloch
2014-11-21Fix various unused variables in nnAndrew Tulloch
2014-11-18Merge branch 'master' of git://github.com/torch/nnRonan Collobert
2014-11-18fix 1D case for Mean/Sum/Max/MinRonan Collobert
2014-11-18global variable fixes (found via th -g)soumith
2014-11-11LookupTable fixes and optimizationsNicholas Leonard
2014-11-10Batchmode is added to SpatialConvmapAysegul Dundar
2014-11-04nn.Add works with batchesnicholas-leonard
2014-10-27Relax equality tests from exact precision 0.GeorgOstrovski
2014-10-27Faster unit testsnicholas-leonard
2014-10-27adding addtional weights parameter to ClassNLLCriterion, which is 1D tensor a...Yossi Biton
2014-10-27modernized MarginCriterionSergey Zagoruyko
2014-10-27Corrected getParamaters for partial viewsJames Kirkpatrick
2014-10-27DepthConcatnicholas-leonard
2014-10-27SpatialConvolutionMM now support on-the-fly zero-padding.Clement Farabet
2014-10-27added msg to recursive testerNicholas Leonard
2014-07-25reshape works (unit tested)nicholas-leonard
2014-07-22Merge github.com:torch/nn into kl_divergenceSoumith Chintala
2014-07-22Added L1Penalty and a unit test.Ross Goroshin
2014-07-22wrote a c version of DistKLDivCriterion and added documenation for it.Jonathan Tompson
2014-07-19Merge branch 'master' of git://github.com/torch/nn into flatten_tableJonathan Tompson
2014-07-17Merge branch 'master' of github.com:torch/nn into mixturenicholas-leonard
2014-07-17Merge pull request #33 from nicholas-leonard/masterkoray kavukcuoglu
2014-07-17Merge pull request #38 from nicholas-leonard/concatSoumith Chintala
2014-07-162D gater 1D experts unit testnicholas-leonard
2014-07-15ConcatTable recursive table unit testednicholas-leonard
2014-07-15added FlattenTable module, a unit test and a element in the documentation.Jonathan Tompson
2014-07-14MixtureTable type-cast unit testsnicholas-leonard
2014-07-14MixtureTable works with 1D inputs (unit tested)nicholas-leonard
2014-07-14MixtureTable works for 3D tensors (unit tested)nicholas-leonard
2014-07-11MixtureTable unit tests (expertInput is a Tensor)nicholas-leonard
2014-07-11MixtureTable unit testsnicholas-leonard
2014-07-10added accUpdate to nn.LookupTablenicholas-leonard
2014-07-10Corrected BCECriterion testGeorgOstrovski
2014-07-10Merge pull request #32 from nicholas-leonard/masterSoumith Chintala
2014-07-10Merge github.com:torch/nn into concattable_tableinputSoumith Chintala
2014-07-10rename ElementTable -> SelectTablenicholas-leonard
2014-07-10ReLU unit testnicholas-leonard
2014-07-10added Dropout version 2nicholas-leonard
2014-07-09Merge branch 'master' of github.com:torch/nn into nnxnicholas-leonard
2014-07-09Dropout unit testsnicholas-leonard
2014-07-09ElementTable unit testsnicholas-leonard
2014-07-08updated ConcatTable so that it works with table inputs as well as tensors.Jonathan Tompson
2014-07-01typoSoumith Chintala
2014-07-01Merge github.com:torch/nn into linear_fixSoumith Chintala
2014-07-01Fixed the Linear stage when the output size is 1.Jonathan Tompson