Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-01fixing torch.random(a,b) for a,b >= 2^31Clement Farabet
2015-06-11Merge pull request #252 from d11/torch_rangeSoumith Chintala
2015-06-03Tweak torch.range to be more numerically robust.Dan Horgan
2015-05-29Add support for Lua 5.2Sam Gross
2015-05-19Add scatter and gather operations.Dominik Grewe
2015-05-12Add LAPACK QR decomposition to Torch.Dan Horgan
2015-03-23Added kthvalue and median operations, tests, docGeorg Ostrovski
2015-02-04Make bmm use baddbmm.Dominik Grewe
2015-01-22Renamed baddmm -> addbmm; added baddbmm.Clement Farabet
2015-01-21Add batch matrix-matrix multiplication with accumulation.Clement Farabet
2015-01-21Added alternative version of pow functionGeorg Ostrovski
2015-01-21Added element-wise power fct cpowGeorg Ostrovski
2015-01-14Add batch matrix-matrix multiplication.Dominik Grewe
2014-11-07fixing small bugs in prod, cumsum, cumprodsoumith
2014-10-22Merge branch 'master' of https://github.com/torch/torch7 into clampJonathan Tompson
2014-10-22added a clamp method for tensors.Jonathan Tompson
2014-10-22Added torch.round functionGeorg Ostrovski
2014-10-17Added logical any and all (similar to numpy)Jonathan J Hunt
2014-06-13Merge pull request #42 from nicholas-leonard/masterSoumith Chintala
2014-06-11Merge pull request #43 from fidlej/topic_non_float_bernoulliSoumith Chintala
2014-06-11Used double to hold the 'p' for bernoulli() and geometric() instead of 'real'.Ivo Danihelka
2014-06-11renorm only renormalizes rows with greater norms than maxnormnicholas-leonard
2014-06-11cwrapped torch.renormnicholas-leonard
2014-05-15tensor: fix squeeze(dim) behaviorRonan Collobert
2014-05-09Merge pull request #39 from d11/fix_numel_cwrapRonan Collobert
2014-05-09Fix numel() return typeDan Horgan
2014-03-20merged THGenerator with multinomialNicholas Leonard
2014-03-20Merge pull request #13 from timharley/thgeneratorRonan Collobert
2014-03-07removed debugging code. added unit testsNicholas Leonard
2014-03-06Reorder arguments to Tensor functions.Tim Harley
2014-03-06multinomial with replacementNicholas Leonard
2014-03-04Implement method abs() for LongTensor and IntTensorSergio Gomez
2014-02-28Torch tests now pass! Allow all random functions to use the default generator...Tim Harley
2014-02-28Miraculously bulds. Very unhappy when you try to run it.Tim Harley
2014-02-28Starting point for wrapping the mersenne state in a Lua object.Tim Harley
2014-02-14fix dependency issues related to the new cwrap standalone packageRonan Collobert
2013-08-15Added wrappers for Lapack functions: porti, ports, portf.Clement Farabet
2013-06-14Added a new torch.match() function.Clement Farabet
2013-05-10Added logical operators that return non-ByteTensorsAndreas Fidjeland
2012-10-22max/min/sort: no need to increment optional IndexTensorRonan Collobert
2012-09-12Merge branch 'master' into noidRonan Collobert
2012-09-04Random with Cuda.Clement Farabet
2012-08-13torch now complies with the new luaT APIRonan Collobert
2012-05-06corrected bug in abs computation of numbers using torch.abs.koray kavukcuoglu
2012-05-03add documentation for general eigen values and rename the functionskoray kavukcuoglu
2012-05-03Add non-sym eigen value computation.koray kavukcuoglu
2012-03-07bug correction: consider accreal in torch pkgRonan Collobert
2012-03-07normall/norm in TH + ported those to torch pkgRonan Collobert
2012-02-26add atan2koray kavukcuoglu
2012-02-21take beack tensor conv stuff, it is not ready yetkoray kavukcuoglu