IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
517 stars 164 forks source link

Cannot output node embedding for link prediction task #3

Open yinkexin opened 4 years ago

yinkexin commented 4 years ago

I have tried to output node embedding for link prediction task with example data set sbm. However, I got the error message said that sbm_dataset object has no attribute 'contID_to_origID'. What is contID? How can I fix this problem?

houchengbin commented 4 years ago

I have tried to output node embedding for link prediction task with example data set sbm. However, I got the error message said that sbm_dataset object has no attribute 'contID_to_origID'. What is contID? How can I fix this problem?

Hi yinkexin,

Have you solved this issue? I encountered the similar problem.

Chengbin

Gaojing1020 commented 2 years ago

Have you solved this issue? I have the similar problem.