torch / graph

Graph package for Torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Graph package for Torch

License:Other


Languages

Language:Lua 99.3%Language:CMake 0.7%