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-10-15heap tracking: fix relevant compilation warningfixupRonan Collobert
2015-10-13Merge pull request #382 from j-wilson/nested_modulesDominik Grewe
2015-10-13patch to luaT.c allowing for nested modulesj-wilson
2015-10-12Merge pull request #402 from srsriram/masterSoumith Chintala
2015-10-12Fixed typos in memoryfile docSrinivasan Sriram
2015-10-11Merge pull request #401 from Moodstocks/blas-zero-initSoumith Chintala
2015-10-11TensorMath.lua: zero init result tensorCédric Deltheil
2015-10-06Merge pull request #397 from eulerreich/patch-1Dominik Grewe
2015-10-06typoeulerreich
2015-10-04Merge pull request #389 from torch/storageunresizeSoumith Chintala
2015-10-04hard error on unresizable storages being resizedstorageunresizeSoumith Chintala
2015-10-04Merge pull request #388 from torch/maskedCopyFixSoumith Chintala
2015-10-04return self in maskedCopy, make consistent with cutorchmaskedCopyFixSoumith Chintala
2015-10-04adding doc for #359Soumith Chintala
2015-10-02Merge pull request #386 from davidsaxton/masterDominik Grewe
2015-10-01Doc: remove line saying that 4Dx2D tensor multiplication is supported.David Saxton
2015-09-30Merge pull request #383 from j-wilson/potrikoray kavukcuoglu
2015-09-30Exposing LAPACK function potrij-wilson
2015-09-26Merge pull request #377 from torch/threadlocalSoumith Chintala
2015-09-26add lua function to update thread localsthreadlocalKoray Kavukcuoglu
2015-09-25Merge pull request #374 from j-wilson/masterSoumith Chintala
2015-09-24adding potrs and uplo option to potrfj-wilson
2015-09-24Merge pull request #375 from yozw/masterSoumith Chintala
2015-09-24Added a 'Need help?' section header to the comment about Gitter ChatYori Zwols
2015-09-24Merge pull request #350 from dominikgrewe/catcSoumith Chintala
2015-09-23Merge pull request #373 from bartvm/ormqrSoumith Chintala
2015-09-22LAPACK ormqr routineBart van Merriënboer
2015-09-17Merge pull request #366 from ninjin/nin/randdocSoumith Chintala
2015-09-17Clarify that `torch.random` result is unsignedPontus Stenetorp
2015-09-16Merge pull request #364 from Atcold/patch-1Soumith Chintala
2015-09-16Update utility.mdAlfredo Canziani
2015-09-10Merge pull request #356 from adamlerer/gc_heapsize_batchSoumith Chintala
2015-09-09Batch updates to global heapSizeAdam Lerer
2015-09-07Merge pull request #354 from LinusU/patch-1Soumith Chintala
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-09-05Merge pull request #351 from akhti/fix-istypeofSoumith Chintala
2015-09-05Fix torch.isTypeOf(<string>, ...)Anton Bakhtin
2015-09-04Merge pull request #345 from Muhaeb/torch.isTypeOfSoumith Chintala
2015-09-04Merge pull request #319 from yozw/typosSoumith Chintala
2015-09-02More flexible torch.catDominik Grewe
2015-09-02Modified torch.isTypeOf to handle the following:Muhaeb
2015-08-28Merge pull request #342 from lukemarris/nonzero-functionDominik Grewe
2015-08-28Add the nonzero function for finding non-zero elements of a tensormarris
2015-08-24Merge pull request #340 from temerick/patch-1Soumith Chintala
2015-08-24correct copy-paste mistake in documentationTimothy Emerick
2015-08-22Merge pull request #337 from torch/lapackkoray kavukcuoglu
2015-08-19Merge pull request #324 from adamlerer/gc_threadsDominik Grewe
2015-08-18clean-up and simplify cloning/collection logickoray kavukcuoglu
2015-08-18Merge pull request #330 from torch/avxfixSoumith Chintala
2015-08-18Merge pull request #335 from colesbury/indexSoumith Chintala