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
2017-07-11Implementation of Alias Multinomial for faster Multinomial sampling (#1046)Amartya Sanyal
2017-04-29fix cdiv/div unit tests; fix Mac OS X require ffi bug (#1016)Nicholas LĂ©onard
2016-06-13Enable heap tracking by default in torchSam Gross
2016-03-17Revert to pattern matching in isTypeOf()Jonas Gehring
2016-02-25Replace torch.Tester with totem.Tester + extra stuff.David Saxton
2016-02-20additional typecheck on mtsoumith
2016-02-13replacing include with requirerequireSoumith Chintala
2015-10-17introduced luaT_newlocalmetatable.newlocalmetatableRonan Collobert
2015-09-26add lua function to update thread localsthreadlocalKoray Kavukcuoglu
2015-09-05Fix torch.isTypeOf(<string>, ...)Anton Bakhtin
2015-09-02Modified torch.isTypeOf to handle the following:Muhaeb
2015-07-16Use torch.typename in isTensor and isStorageSam Gross
2015-05-29Add support for Lua 5.2Sam Gross
2015-01-27Use rawset for global functionGeorg Ostrovski
2015-01-21torch.totable for Storages and for Tensors.Tim Harley
2014-11-21Fix behaviour of torch.isTensorGeorgOstrovski
2014-10-14Added torch.isTypeOf after discussion with KorayMalcolm Reynolds
2014-07-10lua 5.2 compatTudor Bosman
2014-07-09torch.typenicholas-leonard
2014-04-07added FFI support (storage/tensor cdata/data + apply + map + map2)Ronan Collobert
2014-02-14fixed torch.packageLuaPathLeon Bottou
2012-08-13torch now complies with the new luaT APIRonan Collobert
2012-07-31added global function include() and replaced torch.include calls accordinglyRonan Collobert
2012-02-10moved local path setup into torch-env.luaRonan Collobert
2012-02-10put the local search path before default paths.koray kavukcuoglu
2012-02-10first shot at local installkoray kavukcuoglu
2012-02-04now methods & functions are both generated by wrap -- this fixes some bugs an...Ronan Collobert
2012-02-02no need to do paths.require + require!!Ronan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert