Skip to content
Discussion options

You must be logged in to vote

This is an interesting question. Currently, read_tu_data will read the complete dataset in memory.

However, I think this is possible nonetheless. Given that you know about the number of nodes and the number of edges of each graph in your dataset, you should be able to read node features and graph-structure in chunks via pandas.read_csv.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Devanshu24
Comment options

Answer selected by Devanshu24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants