You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to see what do the counts 140, 500, 1000 mean for train, val and test masks respectively. torch.sum(data.train_mask), torch.sum(data.val_mask), torch.sum(data.test_mask), data
Question 1: Does this imply, for train only 140 nodes are available whereas for val and test a lot more as per the split in this data? I am coming from non-GNN background therefore this caught my eye. Question 2: The addition of 140+500+1000 = 1640, does not add upto 2708, should it not?
The text was updated successfully, but these errors were encountered:
mriganktiwari
changed the title
Unable to understand the masks, and how their counts add up
Turtorial 1 - Cora dataset: unable to understand the masks, and how their counts add up
Apr 29, 2023
Hi Antonio or anyone else,
I am trying to see what do the counts 140, 500, 1000 mean for train, val and test masks respectively.
torch.sum(data.train_mask), torch.sum(data.val_mask), torch.sum(data.test_mask), data
Gives me this result:
Question 1: Does this imply, for train only 140 nodes are available whereas for val and test a lot more as per the split in this data? I am coming from non-GNN background therefore this caught my eye.
Question 2: The addition of 140+500+1000 = 1640, does not add upto 2708, should it not?
The text was updated successfully, but these errors were encountered: