/dgl_gat_nodeflow

This is a demo for training GATs on giant graphs with dgl nodeflow.

Primary LanguagePython

dgl_gat_nodeflow

This is a demo for training GATs on giant graphs with dgl nodeflow. We use GraphSAGE's reddit dataset for this example.

Dependencies

Usage

python reddit.py

GPU will be used if available.

The training process can be monitored with tensorboard. To launch the tensorboard, do tensorboard --logdir=.