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
2016-08-11Fix tril and logical operations when input == resultAdam Paszke
2016-08-08Merge pull request #733 from CDLuminate/CDLuminate-patch-1Soumith Chintala
2016-08-08cmake: add soversion for luaTLumin Zhou
2016-08-03Merge pull request #730 from torch/luaGfixSoumith Chintala
2016-08-03fixing a truncation bug when numbers are given as stringssoumith
2016-08-03fixed maskedCopy documentationSoumith Chintala
2016-08-03Merge pull request #729 from torch/blasfixSoumith Chintala
2016-08-03fix gemm bug when beta = 0Soumith Chintala
2016-07-30Merge pull request #726 from torch/divfixSoumith Chintala
2016-07-30fixing division / to be consistent with true division and not mul(1/a)Soumith Chintala
2016-07-27Merge pull request #712 from achalddave/patch-1Soumith Chintala
2016-07-27Merge pull request #723 from andreaskoepf/histc_fixSoumith Chintala
2016-07-25Fix histc float problem #718Andreas Köpf
2016-07-20Merge pull request #720 from apaszke/masterSoumith Chintala
2016-07-20Fix accepted k range in THTensor_kthvalueAdam Paszke
2016-07-20Make it possible to change index base in THAdam Paszke
2016-07-07Document vec:addmv(scalar, mat, vec2) callAchal Dave
2016-06-13Merge pull request #700 from colesbury/heaptrackingSoumith Chintala
2016-06-13Enable heap tracking by default in torchSam Gross
2016-06-09Update maths.md (#698)Tzu-Wei Huang
2016-06-04fix "macro redefined" warning (th_isnan) (#695)Cédric Deltheil
2016-06-01fix compilation issues under Windows (#694)Eric Cosatto
2016-05-25Make CmdLine:log check whether file is a file descriptor, before creating a n...cpuhrsch
2016-05-18Merge pull request #686 from davidsaxton/testerSoumith Chintala
2016-05-18Make torch.Tester early-abort and disable work nice together.David Saxton
2016-05-13Merge pull request #680 from lake4790k/masterSoumith Chintala
2016-05-13added THAtomicSetLonglake4790k
2016-05-07Merge pull request #677 from tpltnt/FreeBSD-portSoumith Chintala
2016-05-07added correct inclusion for malloc_usable_size()tpltnt
2016-05-07Merge pull request #675 from fmassa/addmm_leakSoumith Chintala
2016-05-07Fix memory leak in addmmFrancisco Massa
2016-05-06Add OS X to travis builds (#668)Sergey Zagoruyko
2016-05-04Merge pull request #672 from fmassa/addmm_fixSoumith Chintala
2016-05-04Merge pull request #673 from tkoeppe/infSoumith Chintala
2016-05-04[TensorOperator.c] Make unary negation expression have real type, not doubleThomas Köppe
2016-05-04Fix addmm for non-contiguous result tensorFrancisco Massa
2016-04-27Merge pull request #662 from fbesse/masterSoumith Chintala
2016-04-26Fixed torch.equal entry in the docFrederic Besse
2016-04-26Merge pull request #658 from jacobmenick/testerRethrowFixSoumith Chintala
2016-04-26Merge pull request #659 from ebetica/patch-1Soumith Chintala
2016-04-26tensor.md missing LongTensorZeming Lin
2016-04-25Tester rethrows in better place when rethrow enabled.Jacob Menick
2016-04-25Merge pull request #657 from albanD/no_arg_fixSoumith Chintala
2016-04-25remove some warning when compiling THalbanD
2016-04-21fix documentation to clarify indexing methods and sharingSoumith Chintala
2016-04-20Merge pull request #653 from torch/reallocnullSoumith Chintala
2016-04-20allow THAllocator to have a NULL reallocreallocnullSoumith Chintala
2016-04-19Merge pull request #652 from apaszke/luaT_fixSoumith Chintala
2016-04-19Fix pointer to long conversions in luaTAdam Paszke
2016-04-19Merge pull request #650 from kosklain/masterSoumith Chintala