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
AgeCommit message (Expand)Author
2017-02-07Merge pull request #139 from twitter-forks/pcall-graphvizHEADmasterSoumith Chintala
2017-02-07prevent graphiz error for continuous integrationNicholas Leonard
2016-10-28Merge pull request #132 from BTNC/masterSoumith Chintala
2016-10-28fix rockspec for windowsRui Guo
2016-09-13Merge pull request #130 from abursuc/patch-1Soumith Chintala
2016-09-13Typo in example code in READMEAndrei Bursuc
2016-08-04overload operator __unm and __sub to support module chaining (#113)WenLi Zhuang
2016-07-27Merge pull request #126 from torch/typefixSoumith Chintala
2016-07-27fix for :type() to typecast the children as welltypefixsoumith
2016-07-27add one more assertion in testSoumith Chintala
2016-07-27type fix for forwardnodesSoumith Chintala
2016-06-07Quick fix for type. (#118)Jonathan Tompson
2016-05-19README tweak. (#115)Jonathan Tompson
2016-04-28Fix to make compatible with MarginRankingCriterion (#108)Abhi Agg
2016-04-28Add :replace() for gModuleAdam Paszke
2016-04-28fixes for lua 5.2Soumith Chintala
2016-04-26Merge pull request #112 from rohanpadhye/module-typeSoumith Chintala
2016-04-24Returning the module's type to conform to torch/nn#691Rohan Padhye
2016-03-09Merge pull request #106 from barwimbe/patch-1Soumith Chintala
2016-03-09Improved error message (expecting table of inputs)Marek
2016-03-08Merge pull request #103 from fbesse/gradoutput_zero_optimSoumith Chintala
2016-03-04Merge pull request #104 from apaszke/masterSoumith Chintala
2016-03-03Clear tensors in a whole graph on :clearState()Adam Paszke
2016-03-03Merge pull request #105 from malcolmreynolds/remove_local_istensorSoumith Chintala
2016-03-03Remove the istensor local in nesting.lua.Malcolm Reynolds
2016-02-16Added optimisation to bypass the buffer allocation when all but one gradOutpu...Frederic Besse
2016-02-13Merge pull request #101 from torch/requireSoumith Chintala
2016-02-13include and paths.dofile -> requirerequireSoumith Chintala
2016-01-29Merge pull request #99 from malcolmreynolds/safer_copynestedkoray kavukcuoglu
2016-01-29avoid string concatenation error when key type is not string or numberMalcolm Reynolds
2016-01-29Change copyNested to error when there are extra keys in output.Malcolm Reynolds
2016-01-25Merge pull request #98 from malcolmreynolds/remove_zeroing_optimisationkoray kavukcuoglu
2016-01-25Merge pull request #97 from malcolmreynolds/detect_dangling_connectionskoray kavukcuoglu
2016-01-25Don't bother filling a Tensor with zero right before we copy into itMalcolm Reynolds
2016-01-20Store a reverse mapping when wiring together graph, detect unused nodes.Malcolm Reynolds
2015-12-19Merge pull request #96 from fidlej/topic_split_oneSoumith Chintala
2015-12-18Allow to do node:split(1).Ivo Danihelka
2015-11-24Merge pull request #94 from LeeTaewoo/patch-1koray kavukcuoglu
2015-11-24Minor typoTaewoo Lee
2015-11-22Merge pull request #93 from malcolmreynolds/improve_error_messageskoray kavukcuoglu
2015-11-20Fix for Lua 5.2+ which removed table.maxnMalcolm Reynolds
2015-11-19Make error messages clearer, disallow empty table in inputs.Malcolm Reynolds
2015-11-12travis fixessoumith
2015-11-12adding graphviz LD path to travissoumith
2015-11-10fix path in travissoumith
2015-11-10contbuild for Lua51, Lua52soumith
2015-11-10install manual version of graphviz in travissoumith
2015-11-10adding graphviz to travisSoumith Chintala
2015-11-04adding Lua52 compatibility fixesSoumith Chintala
2015-10-26kick contbuildSoumith Chintala