Viewing a single comment thread. View all comments

laaweel t1_j4pm5q3 wrote

Hello,
it depends on the problem but it is also possible to train over many graphs.
I am also a beginner, especially in the area of graph neural networks, and found it very confusing that in all the examples only one graph was trained on at a time.
But it seems to be no problem. I am currently training a model and have 200k+ example graphs and I do predict node features.
I collected the dataset myself though. But I think there are also datasets with many graphs in the field of biology / medicine.

Feel free to reach out if you need help :)

2

ramya_1995 OP t1_j56ovcx wrote

u/laaweel I have another quick question. Cora dataset splits the labels into 140 trains, 500 for valid and 1000 for test (according to DGL website). I found that these numbers correspond to the number of nodes (node classification problem). But any thought why the sum (140+500+1000) does not match the total node number in Cora dataset (2708 nodes)? Is it because the rest of the nodes are unlabeled? Thank you!

1