GitHub - torch/graph: Graph package for Torch (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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