Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/torch/graph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04965aa275285c886ae12e28b2ff10d235d4fd07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Graph Package

This package provides graphical computation for [Torch](https://github.com/torch/torch7/blob/master/README.md).


## 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:

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