Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-02-07prevent graphiz error for continuous integrationNicholas Leonard
2016-07-27fix for :type() to typecast the children as welltypefixsoumith
2016-07-27add one more assertion in testSoumith Chintala
2016-04-28Add :replace() for gModuleAdam Paszke
2016-04-28fixes for lua 5.2Soumith Chintala
2016-02-16Added optimisation to bypass the buffer allocation when all but one gradOutpu...Frederic Besse
2016-01-20Store a reverse mapping when wiring together graph, detect unused nodes.Malcolm Reynolds
2015-12-18Allow to do node:split(1).Ivo Danihelka
2015-11-19Make error messages clearer, disallow empty table in inputs.Malcolm Reynolds
2015-11-04adding Lua52 compatibility fixesSoumith Chintala
2015-10-19Add nngraph.nest() utility function.Ivo Danihelka
2015-09-04Whitespace cleanup.Clement Farabet
2015-07-23Added an assert to check the number of inputs to a split.Ivo Danihelka
2015-06-30Change the pattern matching in test_annotateGraph in file test_nngraph to fix...Ioannis Antonoglou
2015-05-29add speed benchmarkingkoray kavukcuoglu
2015-03-16Merge pull request #42 from yozw/debug-labelskoray kavukcuoglu
2015-03-12Fixing problem with debug labels for nodesYori Zwols
2015-03-12Include all data in type conversion when type() is called on an nn.gModuleYori Zwols
2015-01-14Added support for annotating graphs (depends also on changes in graph).Jonathan J Hunt
2014-08-19Added nn.ModuleFromCriterion to wrap a called Criterion.Ivo Danihelka
2014-07-25move badly formatted test.lua to test/test_old.luakoray kavukcuoglu
2014-04-03Added totem-based tests.Ivo Danihelka