If the task is to learn node embeddings for node classification, what is the maximum size of the graph that I can load into dgl? I’m trying to apply it within hardware circuit graphs, which are represented by millions of nodes.
How does dgl handle large graphs? Or is there actually a limitation on training GCNs for large graphs? Any references to papers/code will be much appreciated.
Thanks,