dmlc--dgl
4392785137
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
620 B
620 B
Graphbolt Quickstart Tutorial
Graphbolt provides all you need to create a dataloader to train a Graph Neural Networks.
Examples
- The node_classification.py shows how to create a Graphbolt dataloader to train a 2 layer Graph Convolutional Networks node classification model.
- The link_prediction.py shows how to create a Graphbolt dataloader to train a 2 layer GraphSage link prediction model.