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
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
2015-07-10convert node.data.gradOutputBuffer on type changeHugh Perkins
2015-06-30Merge pull request #58 from IoannisAntonoglou/masterkoray kavukcuoglu
2015-06-30Change the pattern matching in test_annotateGraph in file test_nngraph to fix...Ioannis Antonoglou
2015-06-16Merge pull request #54 from torch/ronankoray kavukcuoglu
2015-06-16adding share,map,clonesoumith
2015-06-10Merge pull request #53 from zhangxiangxiao/masterSoumith Chintala
2015-06-09Added share function for gModuleXiang Zhang
2015-05-29add speed benchmarkingkoray kavukcuoglu
2015-05-28add debugging info to docskoray kavukcuoglu
2015-05-20Merge pull request #50 from fidlej/topic_argument_checkkoray kavukcuoglu
2015-05-20Checked that gModule inputs and outputs are Nodes.Ivo Danihelka
2015-04-22Merge pull request #49 from Atcold/patch-1Soumith Chintala
2015-04-22Further revision of documentationAlfredo Canziani
2015-04-21Merge pull request #48 from Atcold/patch-1Soumith Chintala
2015-04-21Added link to Torch's docAlfredo Canziani
2015-04-21Minor editing to DOCAlfredo Canziani
2015-04-21Put README in the "Torch standard format"Alfredo Canziani
2015-04-01Merge pull request #47 from fidlej/topic_annotateNodeskoray kavukcuoglu
2015-04-01Allowed to annotate nodes based on the local variable names.Ivo Danihelka
2015-03-27Merge pull request #45 from fidlej/topic_typesSoumith Chintala
2015-03-27Showed the non-default tensor types.Ivo Danihelka
2015-03-27Used no NaN flag for empty tensors.Ivo Danihelka
2015-03-27Added __tostring__ to gModule.Ivo Danihelka