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-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
2013-04-05update readmekoray kavukcuoglu
2013-04-05Update README.mdkoray kavukcuoglu
2013-04-05update readme to build networks.koray kavukcuoglu
2013-04-05correct backward in a data nodekoray kavukcuoglu
2013-04-04return the entry of output(gradInput) table if it has only one entry.koray kavukcuoglu
2013-04-04make self.output and self.gradInput populated at the constructorkoray kavukcuoglu
2013-04-04do not rely on node ordering for input/output connections.koray kavukcuoglu
2013-04-02pass the first element of data node if it has only onekoray kavukcuoglu
2013-04-02compatible with nn.Modulekoray kavukcuoglu
2013-04-02...koray kavukcuoglu
2013-04-02more improvekoray kavukcuoglu
2013-04-02improve nn.Module compatibilitykoray kavukcuoglu
2013-04-02dockoray kavukcuoglu
2013-04-02dockoray kavukcuoglu
2013-04-02doc updatekoray kavukcuoglu
2013-04-02doc updatekoray kavukcuoglu
2013-04-02dockoray kavukcuoglu
2013-04-02add readmekoray kavukcuoglu
2013-04-02init in gitkoray kavukcuoglu