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 (Collapse)Author
2015-10-26travis contbuildSoumith Chintala
2015-10-19Merge pull request #90 from fidlej/topic_nestkoray kavukcuoglu
Add nngraph.nest() utility function.
2015-10-19Add nngraph.nest() utility function.Ivo Danihelka
2015-10-16Merge pull request #88 from dominikgrewe/gmodule_modulesSoumith Chintala
Initialize modules table after read if necessary.
2015-10-16Initialize modules table after read if necessary.Dominik Grewe
2015-10-16Merge pull request #83 from andreaskoepf/container_baseSoumith Chintala
Use nn.Container as base class for gModule
2015-10-16Use nn.Container as base class for gModuleAndreas Köpf
Added modules to container in ctor, removed redundant methods training(), evaluate(), share(), zeroGradParameters(), parameters(), clone() which are now provided by the base classes (nn.gModule -> nn.Container -> nn.Module).
2015-10-14Merge pull request #86 from yozw/masterkoray kavukcuoglu
Use full urls for including images
2015-10-14Merge pull request #87 from yozw/applykoray kavukcuoglu
Adding a :applyToModules() method to gModule, and :training() and :evaluate() should be applied 'self' as well.
2015-10-14Adding a :applyToModules() method to gModule, and :training() and ↵Yori Zwols
:evaluate() should be applied 'self' as well.
2015-10-14Use full urls for including imagesYori Zwols
2015-10-01Merge pull request #56 from adamlerer/type_applySoumith Chintala
Integrate apply() and type() improvements from https://github.com/torch/nn/pull/303
2015-10-01Integrate apply() and type() improvements from ↵Adam Lerer
https://github.com/torch/nn/pull/303
2015-09-11Merge pull request #81 from torch/nnopkoray kavukcuoglu
support for parameter nodes
2015-09-11make sure forward/backward runs can deal with parameter nodes since theynnopKoray Kavukcuoglu
do not have any inputs coming in. add a display function that does not use qt, but browser
2015-09-11support for parameter nodeskoray kavukcuoglu
2015-09-07Merge pull request #79 from LinusU/patch-1Soumith Chintala
tell git to ignore build output
2015-09-07Merge pull request #80 from d11/isTensorkoray kavukcuoglu
Replace utils.istensor with torch.isTensor.
2015-09-07Replace utils.istensor with torch.isTensor.Dan Horgan
torch.isTensor is more precise.
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-09-04Merge pull request #77 from clementfarabet/masterSoumith Chintala
Whitespace cleanup.
2015-09-04Whitespace cleanup.Clement Farabet
2015-07-23Merge pull request #64 from torch/svg_namekoray kavukcuoglu
add randomized naming to svg file names that are auto generated
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
Added an assert to check the number of inputs to a split.
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
"nesting.lua:36: bad argument #1 to 'resizeAs'"
2015-07-10convert node.data.gradOutputBuffer on type changeHugh Perkins
2015-06-30Merge pull request #58 from IoannisAntonoglou/masterkoray kavukcuoglu
Change the pattern matching in test_annotateGraph in file test_nngrap…
2015-06-30Change the pattern matching in test_annotateGraph in file test_nngraph to ↵Ioannis Antonoglou
fix the test.
2015-06-16Merge pull request #54 from torch/ronankoray kavukcuoglu
adding share,map,clone
2015-06-16adding share,map,clonesoumith
2015-06-10Merge pull request #53 from zhangxiangxiao/masterSoumith Chintala
Added share function for gModule
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
Checked that gModule inputs and outputs are Nodes.
2015-05-20Checked that gModule inputs and outputs are Nodes.Ivo Danihelka
2015-04-22Merge pull request #49 from Atcold/patch-1Soumith Chintala
Further revision of documentation
2015-04-22Further revision of documentationAlfredo Canziani
2015-04-21Merge pull request #48 from Atcold/patch-1Soumith Chintala
Put README in the "Torch standard format"
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
Allowed to annotate nodes based on the local variable names.
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
Showed the non-default tensor types.
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