Created
September 16, 2022 04:41
-
-
Save tomonori-masui/05ca076be6ed31d6bab5177b54695d6d to your computer and use it in GitHub Desktop.
Loading Cora dataset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from torch_geometric.datasets import Planetoid | |
dataset = Planetoid(root='/tmp/Cora', name='Cora') | |
graph = dataset[0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment