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-09-04Whitespace cleanup.Clement Farabet
2014-06-03Print graphs that ignores certain nodesJames Kirkpatrick
Nodes with no module attached (splits) and nodes with certain modules (e.g. Identity) are ignored. The corresponding edges are re-routed.