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
2014-04-01add contructor and functional access to set the name of a nodenamed_nnnodekoray kavukcuoglu
2014-03-24Merge pull request #25 from fidlej/topic_detect_nil_inputkoray kavukcuoglu
2014-03-24Merge pull request #27 from alvinlschua/masterkoray kavukcuoglu
2014-03-24Merge pull request #26 from soumith/masterkoray kavukcuoglu
2014-03-24Added copyrightAlvin Chua
2014-03-21adding rockspecSoumith Chintala
2014-03-14Disallowed to use Identity()(nil). Use Identity()().Ivo Danihelka
2014-03-03Merge pull request #24 from fidlej/topic_graphinspecting_CMakeListsIvo Danihelka
2014-03-03Added graphinspecting.lua to the CMakeLists.txt.Ivo Danihelka
2014-03-03Merge pull request #23 from fidlej/topic_graphinspectingkoray kavukcuoglu
2014-03-03Saved the graph .svg when nngraph.setDebug(true) is enabled.Ivo Danihelka
2014-02-18Merge pull request #22 from fidlej/topic_no_bfskoray kavukcuoglu
2014-02-17Replaced bfs() usage by iterating over the forwardnodes.Ivo Danihelka
2014-02-13Merge pull request #20 from fidlej/topic_mapindex_labelkoray kavukcuoglu
2014-02-13Merge pull request #21 from fidlej/topic_backward_compatible_nInputskoray kavukcuoglu
2014-02-12Added backward compatibity for graph with no self.nInputs.Ivo Danihelka
2014-02-12Displayed the node ids of the input nodes in the mapindex.Ivo Danihelka
2014-02-11Merge pull request #19 from fidlej/topic_check_splitskoray kavukcuoglu
2014-02-10Checked that no split output is unused.Ivo Danihelka
2013-09-17Checked unused inputs.0.1Ivo Danihelka
2013-09-10Merge pull request #14 from schaul/masterkoray kavukcuoglu
2013-09-10Small clarifications to readme.Tom Schaul
2013-09-02Merge pull request #13 from fidlej/topic_nestingkoray kavukcuoglu
2013-09-01Ensured the needed gradOutputBuffer size.Ivo Danihelka
2013-09-01Allowed the gradInputs to be tables with tensors.Ivo Danihelka
2013-07-30Merge pull request #11 from akfidjeland/masterkoray kavukcuoglu
2013-07-30Added gModule:zeroGradParametersAndreas Fidjeland
2013-07-26Implemented custom gModule:type().Ivo Danihelka
2013-07-19Disallowed to split a tensor.Ivo Danihelka
2013-07-19Used tostring() when printing a weird node.Ivo Danihelka
2013-07-18Merge pull request #10 from fidlej/topic_installIvo Danihelka
2013-07-18Removed modules.lua from CMakeLists.txt.Ivo Danihelka
2013-07-18Merge pull request #9 from fidlej/topic_cleaningIvo Danihelka
2013-07-18Mentioned the used data structures.Ivo Danihelka
2013-07-18Removed an unused var.Ivo Danihelka
2013-07-18Used split on innode.Ivo Danihelka
2013-07-18Merge pull request #8 from fidlej/topic_data_obliviouskoray kavukcuoglu
2013-07-18Removed the partial support for nn.Criterion. Wrap the criterion by a module ...Ivo Danihelka
2013-07-18Removed the ignoring of weird nodes.Ivo Danihelka
2013-07-18Removed the not-needed nn.IdentityTable. Use nn.Identity instead.Ivo Danihelka
2013-07-17Reused the computed gradOutputBuffer.Ivo Danihelka
2013-07-17Clarified the meaning of innode.data.gradOutput.Ivo Danihelka
2013-07-17Kept only gradients to sum inside of the data.gradOutput.Ivo Danihelka
2013-07-17Used common code to get the gradOutput.Ivo Danihelka
2013-07-17Removed unused function.Ivo Danihelka
2013-07-17Simplified the code.Ivo Danihelka
2013-07-17Wrapped the input and gradOutput by a table, if only one input or gradOutput ...Ivo Danihelka
2013-07-17Merge pull request #7 from fidlej/topic_run_funckoray kavukcuoglu
2013-07-17Allowed to pass a function to runForwardFunction().Ivo Danihelka
2013-07-10correct the updateGradInput logic of module.koray kavukcuoglu