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
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-18fixed PairwiseDistance type() function bug. Overloaded type now returns self.Jonathan Tompson
2013-11-18Fixed a bug in PairwiseDistance where the gradInput table isn't converted whe...Jonathan Tompson
2013-11-06Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-10-29Fix SparseLinearPáidí Creed
2013-10-21going back on Clement's suggestion. It was a good idea, but we're needlessly...Jonathan Tompson
2013-10-20fixed a bug in Pairwise distance when the output Lp norm is zero (which resul...Jonathan Tompson
2013-10-19it seems like torch.abs() doesn't have a cuda implementation, so the previous...Jonathan Tompson
2013-10-19Fixed the bprop in PairwiseDistance for pnorms other than one. The gradInput...Jonathan Tompson
2013-10-18Fixed PairwiseDistance for odd Lp normsJonathan Tompson
2013-10-17init self.output with a single element tensor, not an empty tensorkoray kavukcuoglu
2013-10-17correct the stochastic case checkkoray kavukcuoglu
2013-10-16Merge pull request #163 from vladmnih/batchClement Farabet
2013-10-16C89Ronan Collobert
2013-10-16added strict c89 flagsRonan Collobert
2013-10-15add 3D convolution documentationkoray kavukcuoglu
2013-10-15add 3D max poolingkoray kavukcuoglu
2013-10-13move index declaragtion into pragmakoray kavukcuoglu
2013-10-13move k into thread private loopkoray kavukcuoglu
2013-09-27remove WeightedMSECriterion test since it fails with an unknown modulekoray kavukcuoglu
2013-10-08pkg/nn: C89Ronan Collobert
2013-09-04Added support for the partialSum parameter to the SpatialConvolutionCUDA module.Volodymyr Mnih
2013-09-04Added minibatch support to MarginRankingCriterion and PairwiseDistance.Volodymyr Mnih
2013-08-11luaopen_xxx functions need LUA_EXTERNCLeon Bottou
2013-06-11Using a default scale in Module.backward().Clement Farabet
2013-06-11More CUDA testing.Clement Farabet
2013-06-08Exposed padding parameter (SpatialConvolutionCUDA)Clement Farabet
2013-04-16CMul should resize the gradInput into the same shape as input.koray kavukcuoglu
2013-03-26Fixed a missing </file>.Ivo Danihelka
2013-03-23Merge pull request #117 from akfidjeland/linear_nankoray kavukcuoglu
2013-03-23Sped up getParameters() in simple situations.Clement Farabet
2013-03-23Correct implementation of SpatialMaxPoolingCUDA (Sixin's port)Clement Farabet
2013-03-22Merge branch 'master' of github.com:andresy/torchClement Farabet
2013-03-22Added Bias to SpatialConvolutionCUDA.Clement Farabet
2013-03-20Added Max Pooling for CUDA.Clement Farabet
2013-03-20Integrated CUDA conv routines from cuda-convnet library.Clement Farabet
2013-03-19CMulTable updateGradInput now uses proper but slow gradient calculation. The ...koray kavukcuoglu
2013-03-13Linear:updateGradInput avoids NaN and infAndreas Fidjeland
2013-02-23Merge pull request #115 from fidlej/topic_CopyClement Farabet
2013-02-23Fixed nn.Copy with default arguments.Ivo Danihelka
2013-02-23Corrected getParameters() documentation.Ivo Danihelka
2013-02-20Merge branch 'nn_fast_reset'Clement Farabet
2013-02-20Merge branch 'master' into nn_fast_resetClement Farabet
2013-01-03New NN classeskoray kavukcuoglu
2012-12-07Document function getParameters()Julien
2012-12-06fix Jacobian when using direct-updatesRonan Collobert
2012-11-30Updated flatten() in hessian.lua to be synchronized the version in Module:get...Ivo Danihelka
2012-11-29Improved Module:getParameters() speed when using many storages.Ivo Danihelka