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-02-13replacing include with requirerequireSoumith Chintala
2016-02-12Merge pull request #544 from hughperkins/doc-tweak-powSoumith Chintala
2016-02-12Merge pull request #545 from tkoeppe/lapackSoumith Chintala
2016-02-12Merge pull request #543 from tkoeppe/cleanup_handlingSoumith Chintala
2016-02-12Fix memory leaks in THTensorLapack.cThomas Köppe
2016-02-12doc tweak for in-plcae pow(n, x)Hugh Perkins
2016-02-12Fix memory leak in THTensorRandom.cThomas Köppe
2016-02-12Merge pull request #542 from tkoeppe/cleanup_handlingSoumith Chintala
2016-02-11Fix memory leaks in THTensorMath.cThomas Köppe
2016-02-11THLapack.h.in: add generic cleanup mechanism for error macros that do not returnThomas Köppe
2016-02-11THGeneral.h.in: add generic cleanup mechanism for error macros that do not re...Thomas Köppe
2016-02-11Merge pull request #541 from zakattacktwitter/masterSoumith Chintala
2016-02-11Fixing a lua stack overflow.ztaylor
2016-02-08Merge pull request #534 from ivpopov/patch-1Soumith Chintala
2016-02-08Fix for issue #517: torch.allivpopov
2016-02-08Merge pull request #536 from GeorgOstrovski/masterSoumith Chintala
2016-02-08Added torch.mod and torch.cmod functionsGeorg Ostrovski
2016-02-07Merge pull request #535 from yotam/empty-totableSoumith Chintala
2016-02-06Make :totable work for empty tensors.Yotam Doron
2016-02-04Merge pull request #533 from torch/lua53Soumith Chintala
2016-02-04lua 5.3 fixesSoumith Chintala
2016-02-03Merge pull request #532 from torch/cmdlineleak3Soumith Chintala
2016-02-03fixing Cmdline:log to get the print function lazilycmdlineleak3Soumith Chintala
2016-02-03Merge pull request #526 from kieranmilan/masterSoumith Chintala
2016-02-03Initialise longSize in PipeFileKieran Milan
2016-02-02Merge pull request #524 from torch/cmdlinefixSoumith Chintala
2016-02-02Lua 5.2 fix for date/time formatting. Lua 5.2 does not support %F and %Tsoumith
2016-02-02Merge pull request #523 from torch/revert-489-masterDominik Grewe
2016-02-02Revert "Adding argmax index as second return value to max/min calls without s...Dominik Grewe
2016-02-02Merge pull request #489 from mevGDM/masterDominik Grewe
2016-02-02Readding the argmin argmax as second argumentMevlana Gemici
2016-02-01Merge pull request #522 from torch/andrfixesSoumith Chintala
2016-02-01minor cmake and code fixes for missing features in android, and cross-compila...Soumith Chintala
2016-01-31Merge pull request #521 from torch/fixtestSoumith Chintala
2016-01-31fixing travis build for writeObject testssoumith
2016-01-31Merge pull request #519 from albanD/upvalue_bindingSoumith Chintala
2016-01-30Merge pull request #520 from pra85/patch-2Soumith Chintala
2016-01-30Fix spelling mistake in Roadmap.mdPrayag Verma
2016-01-29fix upvalue binding during serializationalbanD
2016-01-21Merge pull request #511 from ASAPPinc/invSoumith Chintala
2016-01-21add :cinv(), which does 1/x, addresses https://github.com/torch/torch7/issues...Hugh Perkins
2016-01-20Update README.mdSoumith Chintala
2016-01-15Merge pull request #503 from jiahao/patch-1Soumith Chintala
2016-01-14maths.md: minor wording changesJiahao Chen
2016-01-13Merge pull request #500 from ASAPPinc/sigmoidSoumith Chintala
2016-01-12Add torch.sigmoid, and sometensor:sigmoid()Hugh Perkins
2016-01-11Merge pull request #393 from hughperkins/static-optionalSoumith Chintala
2016-01-05Merge pull request #496 from wickedfoo/topkSoumith Chintala
2015-12-29topk implementationJeff Johnson
2015-12-23Merge pull request #492 from Moodstocks/file-read-strSoumith Chintala