dgl 2.2.1
0
Deep Graph Library
Contents
Deep Graph Library
Stars: 13437, Watchers: 13437, Forks: 3006, Open Issues: 527The dmlc/dgl
repo was created 6 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 13437 github stars!
How to Install dgl
You can install dgl using pip
pip install dgl
or add it to a project with poetry
poetry add dgl
Package Details
- Author
- None
- License
- APACHE
- Homepage
- https://github.com/dmlc/dgl
- PyPi:
- https://pypi.org/project/dgl/
- GitHub Repo:
- https://github.com/dmlc/dgl
Classifiers
Related Packages
Errors
A list of common dgl errors.
Code Examples
Here are some dgl
code examples and snippets.
GitHub Issues
The dgl package has 527 open issues on GitHub
- OSError: Too many open files. Occurs when running DistDGL with 'num_samplers' = 0
- [NN] Fix GINConv
- [Feature] Add check for aggregator_type enum in SAGEConv init
- DGL Enter
- [Feature] Launch Long Live Servers and Multiple Client Groups
- Fix dist example padding problem
- Building from source failed
- Error should be raised if aggregator_type provided is outside allowed values
- How to download the guide and tutorials in pdf?
- [NN] HeteroLinearLayer and HeteroEmbeddingLayer
- [Feature] CUDA UVA sampling for MultiLayerNeighborSampler
- [Feature] Add reverse edge types
- wrong if conditions in dist_graph
- [Bug or feature request?] Semantics of ndata and edata is confusing when updates are involved
dgl.add_reverse_edges
duplicates self-loops