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
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
2015-10-26travis contbuildSoumith Chintala
2015-10-19Merge pull request #90 from fidlej/topic_nestkoray kavukcuoglu
2015-10-19Add nngraph.nest() utility function.Ivo Danihelka
2015-10-16Merge pull request #88 from dominikgrewe/gmodule_modulesSoumith Chintala
2015-10-16Initialize modules table after read if necessary.Dominik Grewe
2015-10-16Merge pull request #83 from andreaskoepf/container_baseSoumith Chintala
2015-10-16Use nn.Container as base class for gModuleAndreas Köpf
2015-10-14Merge pull request #86 from yozw/masterkoray kavukcuoglu
2015-10-14Merge pull request #87 from yozw/applykoray kavukcuoglu
2015-10-14Adding a :applyToModules() method to gModule, and :training() and :evaluate()...Yori Zwols
2015-10-14Use full urls for including imagesYori Zwols
2015-10-01Merge pull request #56 from adamlerer/type_applySoumith Chintala
2015-10-01Integrate apply() and type() improvements from https://github.com/torch/nn/pu...Adam Lerer
2015-09-11Merge pull request #81 from torch/nnopkoray kavukcuoglu
2015-09-11make sure forward/backward runs can deal with parameter nodes since theynnopKoray Kavukcuoglu
2015-09-11support for parameter nodeskoray kavukcuoglu
2015-09-07Merge pull request #79 from LinusU/patch-1Soumith Chintala
2015-09-07Merge pull request #80 from d11/isTensorkoray kavukcuoglu
2015-09-07Replace utils.istensor with torch.isTensor.Dan Horgan
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-09-04Merge pull request #77 from clementfarabet/masterSoumith Chintala
2015-09-04Whitespace cleanup.Clement Farabet
2015-07-23Merge pull request #64 from torch/svg_namekoray kavukcuoglu
2015-07-23add randomized naming to svg file names that are auto generatedsvg_namekoray kavukcuoglu
2015-07-23Merge pull request #63 from fidlej/topic_check_split_inputsSoumith Chintala
2015-07-23Added an assert to check the number of inputs to a split.Ivo Danihelka
2015-07-21Merge pull request #62 from hughperkins/fix-gradOutputBuffer-type-changeSoumith Chintala