Graph package for Torch
Lua CMake
Latest commit 37dac07 Nov 22, 2016 @soumith soumith committed on GitHub Merge pull request #30 from karandwivedi42/patch-1
Update Edge.lua

README.md

Graph Package

This package provides graphical computation for Torch.

Requirements

You need not graphviz to be able to use this library but, if you have it, you will be able to display the graphs that you have created. For installing the package run the appropriate command below:

# Mac users
brew install graphviz
# Debian/Ubuntu users
sudo apt-get install graphviz -y