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
2016-06-06adding getParametersByDevice and a scatter-gather pattern for parameters. Som...getParamsByDevicesoumith
2016-06-05fix memory leak in SparseLinear (#844)Soumith Chintala
2016-06-05extended documentation of / added a test case for Narrow (#843)Simon Niklaus
2016-06-04Merge pull request #811 from ebetica/sparselinear_fixSoumith Chintala
2016-06-04Merge pull request #822 from CodeRect/patch-1Soumith Chintala
2016-06-03Merge pull request #842 from szagoruyko/clearstate-returnSoumith Chintala
2016-06-03check that clearState returns itselfSergey Zagoruyko
2016-06-03Merge pull request #840 from curious-attempt-bunny/patch-1Soumith Chintala
2016-06-03Correct typocurious-attempt-bunny
2016-06-01Merge pull request #839 from elikosan/masterSoumith Chintala
2016-05-28Merge pull request #836 from curious-attempt-bunny/masterSoumith Chintala
2016-05-28Merge pull request #1 from curious-attempt-bunny/training-doc-fixcurious-attempt-bunny
2016-05-28Fix optim example to use the correct tensor type for the labelcurious-attempt-bunny
2016-05-27lib prefix doe libTHNN.dll is missing on WindowsEric Cosatto
2016-05-27Visual Studio doesn't allow in-loop declaration in the 'omp parallel for' con...Eric Cosatto
2016-05-27Visual Studio doesn't allow in-loop declaration in the 'omp parallel for' con...Eric Cosatto
2016-05-25Merge pull request #834 from torch/lsmfixSoumith Chintala
2016-05-25logsoftmax non-contiguous gradOutput fixSoumith Chintala
2016-05-20Merge pull request #829 from davidsaxton/nn_testSoumith Chintala
2016-05-20Fix flaky SpatialReflectionPadding test.David Saxton
2016-05-17Merge pull request #826 from hughperkins/example-tweaksSoumith Chintala
2016-05-17move manual training to the frontHugh Perkins
2016-05-17additional tweaks to training exampleHugh Perkins
2016-05-17Merge pull request #824 from hughperkins/switch-example-to-optimSoumith Chintala
2016-05-16replace the StochasticGradient example with optim exampleHugh Perkins
2016-05-16added support for negative lenghts to NarrowSimon N
2016-05-15Merge pull request #821 from szagoruyko/thnn-assertSoumith Chintala
2016-05-15add assert to improve error handlingSergey Zagoruyko
2016-05-14Fixing sparse linear race conditionZeming Lin
2016-05-12Merge pull request #819 from asrata/masterSoumith Chintala
2016-05-12Add gradInput nil checkasrata
2016-05-11Merge pull request #816 from iamalbert/fix-clearstateSoumith Chintala
2016-05-11copy clear state from Identity to {NarrowTable,SelectTable}Wen Li Zhuang
2016-05-10Merge pull request #808 from fbesse/masterSoumith Chintala
2016-05-09Merge pull request #810 from yangky11/masterSoumith Chintala
2016-05-07add nn.Inc & nn.ScaleKaiyu Yang
2016-05-07Merge pull request #809 from juesato/transpose-docsSoumith Chintala
2016-05-07Add documentation for nn.TransposeJonathan Uesato
2016-05-06Adding an optional extra input to SpatialFullConvolution and VolumetricFullCo...Frederic Besse
2016-05-04Merge pull request #806 from albanD/SelectTable_consistencySoumith Chintala
2016-05-04removed unused code in test.lua and limit thread numberalbanD
2016-05-04make SelectTable forward consistent with backwardalbanD
2016-05-02Merge pull request #805 from fmassa/softmax_noapproxSoumith Chintala
2016-05-02Remove THExpMinusApprox from SoftMaxfsuzanomassa
2016-05-01Merge pull request #802 from akhilketkar/patch-1Soumith Chintala
2016-05-01MultiMarginCriterion description has a typoAkhil Ketkar
2016-04-30Merge pull request #800 from JoostvDoorn/negativeSelectSoumith Chintala
2016-04-30nn.Select accepts negative indicesJoost van Doorn
2016-04-29Merge pull request #799 from fmassa/c11_intelSoumith Chintala
2016-04-29Fix CMakeLists for Intel compilersFrancisco Massa