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
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
2013-06-17Merge pull request #3 from fidlej/topic_accGradParameters_gradOutputBufferkoray kavukcuoglu
2013-06-17Add a buffer into accGradParameters calculation for nodes that branch out.Ivo Danihelka
2013-06-12add a buffer into gradInput calculation for nodes that branch outkoray kavukcuoglu
2013-06-12add identity tests from Ivokoray kavukcuoglu
2013-06-05forgot to return the outputkoray kavukcuoglu
2013-06-05add generic forward functionkoray kavukcuoglu
2013-06-03add split method to split a table output into multiple nodes.koray kavukcuoglu
2013-04-16Merge branch 'master' of github.com:koraykv/torch-nngraphKarol Gregor
2013-04-16handle tables with 1 input in gradInputKarol Gregor
2013-04-13be careful with the modules with table input outputkoray kavukcuoglu
2013-04-12be careful about modules with table inputs/outputsKarol Gregor
2013-04-12one more example of a compilcated netkoray kavukcuoglu
2013-04-12correct the backward graph pngkoray kavukcuoglu
2013-04-12add an exmaple for using container moduleskoray kavukcuoglu
2013-04-12cleanup leftover commentskoray kavukcuoglu
2013-04-09Merge branch 'master' of github.com:koraykv/torch-nngraphkoray kavukcuoglu
2013-04-09make sure the order of gradInput is correctkoray kavukcuoglu
2013-04-05Update README.mdkoray kavukcuoglu
2013-04-05Merge branch 'master' of github.com:koraykv/torch-nngraphkoray kavukcuoglu