LGL icon indicating copy to clipboard operation
LGL copied to clipboard

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

Open Jackmeory opened this issue 2 years ago • 5 comments

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

Jackmeory avatar May 05 '23 03:05 Jackmeory

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

shanxiaojun avatar Jul 18 '23 12:07 shanxiaojun

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

wang-chen avatar Jul 18 '23 16:07 wang-chen

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.

Lylovewhy avatar Nov 28 '23 03:11 Lylovewhy

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

sairbot avatar Nov 28 '23 03:11 sairbot

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

Lylovewhy avatar Nov 28 '23 03:11 Lylovewhy