Graph with multiple node types and egde types

Can someone please help me with this. I want to create a graph in dgl which has 2 types of nodes and 2 types of edges, where the data is read from csv files. I have two csv files for each type of nodes and 2 csv files for the edge types.

thanks in advance !!!

Can you try 4.6 Loading data from CSV files — DGL 0.8.2post1 documentation, it should guide you on reading csv data. Let us know if you encounter any trouble, thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.