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-12-29Add support for torch.HalfTensor (#874)gchanan
2016-08-11fix several spelling errorsZhou Mo
2016-05-18Make torch.Tester early-abort and disable work nice together.David Saxton
2016-04-25Tester rethrows in better place when rethrow enabled.Jacob Menick
2016-03-31Only require sys.colors from sysSam Gross
2016-03-08making sys optionalsysoptsoumith
2016-02-25Replace torch.Tester with totem.Tester + extra stuff.David Saxton
2015-07-27torch Tester: run tests in alphabetical order, and support interrupt handlerAdam Lerer
2015-04-09Separated choice of tests to run from their actual running.George van den Driessche
2015-03-19Improve assertTensorEq to work with precision 0GeorgOstrovski
2015-03-17fix assertTensorEq for case of empty tensorsGeorgOstrovski
2014-11-18removing redundant uninitialized variable accesssoumith
2014-11-08Tester empty messages wont fail in non-luajit interpreterNicholas Leonard
2014-03-13Run torch tests by name, or by index.Tim Harley
2013-10-22Fix typo in assertalmosteqJulien Cornebise
2013-10-22Display error returned if not the expected oneJulien Cornebise
2013-10-22Add Tester:assertalmosteq()Julien Cornebise
2013-10-22Make error message clearerJulien Cornebise
2013-10-22Add assertErrorPatternDan Horgan
2013-10-22Extend assertError and fix globalJulien Cornebise
2013-01-09Reported the full traceback on a test failure.Ivo Danihelka
2013-01-03protect tester calls with pcall.koray kavukcuoglu
2012-12-20make areTablesEqual local.koray kavukcuoglu
2012-12-09Compare tables recursivelyJulien
2012-12-09Fix comparison of flat tablesJulien
2012-12-09Detect and unit-test a bug in AssertTableEqJulien
2012-12-08Add three asserts to the Tester classJulien
2012-12-08Fix error message for TensorEQ and TableEQJulien
2012-11-27count and report assertionsJulien
2012-09-23Allow running subset of testsJT Bates
2012-09-19Fixing incorrect string comment for table assertion.Jeff Rose
2012-09-19Adding assertTableEq function to test table equality.Jeff Rose
2012-02-03{min,max,sum,mean,var,std}all now without 'all' in luaRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert