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
2014-06-26Added SpatialUpSamplingNearest module.Jonathan Tompson
2014-06-26Merge pull request #20 from sergomezcol/view_moduleSoumith Chintala
2014-06-26Merge pull request #17 from sergomezcol/masterSoumith Chintala
2014-06-26Add nn.View moduleSergio Gomez
2014-06-26Remove setNumInputDims method in JoinTable and SplitTableSergio Gomez
2014-06-25Add minibatch support for nn.JoinTable and nn.SplitTableSergio Gomez
2014-06-25Added very simple add and mul constant modules.Jonathan Tompson
2014-06-18Update test.luaGeorgOstrovski
2014-06-18changed precison threshold for LogSoftmax testGeorgOstrovski
2014-05-13modified TemporalMaxPooling unit test to capture corner casenicholas-leonard
2014-05-13fixed batch TemporalConvolution bugnicholas-leonard
2014-05-12criterionJacobianTest -> criterionJacobianTest1DSoumith Chintala
2014-05-12fixing BCECriterion, adding test, closing https://github.com/torch/nn/pull/10Soumith Chintala
2014-05-12Merge branch 'master' of github.com:torch/nnSoumith Chintala
2014-05-12adding test for MSECriterion, fixed test for WeightedMSECriterionSoumith Chintala
2014-05-11TemporalMaxPooling batch unit testsnicholas-leonard
2014-05-11fixing temporalconvolutiobatch testSoumith Chintala
2014-05-11missing ,Soumith Chintala
2014-05-10TemporalConvolution unit test 1D vs 2Dnicholas-leonard
2014-05-10TemporalConvolution unit testnicholas-leonard
2014-04-10Added scaleUpdateByKey method. Refactored fairscale into separate file.nicholas-leonard
2014-04-10unit tests completeNicholas Leonard
2014-04-10unit test for 1D LookupTableNicholas Leonard
2014-03-11return the tester object if another framework wants to use it.koray kavukcuoglu
2014-02-01Added one more test for SparseLinearPáidí Creed
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-06Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-10-29Fix SparseLinearPáidí Creed
2013-10-20fixed a bug in Pairwise distance when the output Lp norm is zero (which resul...Jonathan Tompson
2013-10-19Fixed the bprop in PairwiseDistance for pnorms other than one. The gradInput...Jonathan Tompson
2013-10-15add 3D max poolingkoray kavukcuoglu
2013-09-27remove WeightedMSECriterion test since it fails with an unknown modulekoray kavukcuoglu
2013-01-03New NN classeskoray kavukcuoglu
2012-10-12Made the private functions to be local.Ivo Danihelka
2012-09-28nn test: reduced a bit the sizes to avoid time/memory crazynessRonan Collobert
2012-09-28added SpatialConvolutionMM in test suiteRonan Collobert
2012-09-26add batch mode to SpatialMaxPooling and openmpize.Koray Kavukcuoglu
2012-09-21Added an extra corner case to getParameters().Clement Farabet
2012-09-14test Log in valid rangekoray kavukcuoglu
2012-09-07New tester.Clement Farabet
2012-07-25added temporal max poolingRonan Collobert
2012-05-17Merge branch 'master' into mergeopenmpRonan Collobert
2012-04-02Added Divisive Normalization module.Clement Farabet
2012-04-01Added Log module.Clement Farabet
2012-03-13Trying to merge openmp into main libs.Clement Farabet
2012-03-13Restricted Jacobian test for LP to P=2. For P~=2, there's a singular point at 0.Clement Farabet
2012-01-30removed random dependencyRonan Collobert
2012-01-30Merge branch 'master' into newpackRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert