AttributeError: Can't get attribute 'DataEdgeAttr' #7411
Unanswered
black-angela
asked this question in
Q&A
Replies: 1 comment
-
What do I need to reproduce this issue? This works fine for me: from torch_geometric.datasets import GEDDataset
dataset = GEDDataset(root='/tmp/ged', name='AIDS700nef')
print(dataset) Can you do me a favor and remove any processed data from disk and try again? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
self.training_graphs = GEDDataset('datasets/{}'.format(self.config.dataset), self.config.dataset, train=True)
encountered an error about AttributeError: Can't get attribute 'DataEdgeAttr'.how to solve such a problem
Beta Was this translation helpful? Give feedback.
All reactions