Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'CoraGraphDataset' object has no attribute 'features' #7

Open
Jackmeory opened this issue May 5, 2023 · 5 comments

Comments

@Jackmeory
Copy link

Anyone has encountered this type of problem while processing data in the python file continuum?

@shanxiaojun
Copy link

Hello, have you met "AttributeError: 'CoraGraphDataset' object has no attribute 'graph':" when executing "graph = DGLGraph(self.data.graph)"

@wang-chen
Copy link
Member

this could becaue the dgl library has updated their API, you may want to refer to the Readme for installation.

@Lylovewhy
Copy link

Hello, have you met "AttributeError: 'CoraGraphDataset' object has no attribute 'graph':" when executing "graph = DGLGraph(self.data.graph)"

Have you solved this problem? I have met the problem, too.

@sairbot
Copy link

sairbot commented Nov 28, 2023

Hello, have you met "AttributeError: 'CoraGraphDataset' object has no attribute 'graph':" when executing "graph = DGLGraph(self.data.graph)"

Have you solved this problem? I have met the problem, too.

conda install dgl=0.4

@Lylovewhy
Copy link

Hello, have you met "AttributeError: 'CoraGraphDataset' object has no attribute 'graph':" when executing "graph = DGLGraph(self.data.graph)"

Have you solved this problem? I have met the problem, too.

conda install dgl=0.4

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants