LGL
LGL copied to clipboard
AttributeError: 'CoraGraphDataset' object has no attribute 'features'
Anyone has encountered this type of problem while processing data in the python file continuum?
Hello, have you met "AttributeError: 'CoraGraphDataset' object has no attribute 'graph':" when executing "graph = DGLGraph(self.data.graph)"
this could becaue the dgl library has updated their API, you may want to refer to the Readme for installation.
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.
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
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