ICT-GIMLab / SeHGNN

94 stars 16 forks source link

problem of dgl version #7

Closed JayKuo1 closed 12 months ago

JayKuo1 commented 1 year ago

Your work is great. But I found some problem when I run the train_graph_emb.sh in data/complex_nars: AttributeError: module 'dgl' has no attribute 'DGLGraphStale'. It looks like a version problem.

Yangxc13 commented 1 year ago

Sorry for late response. It looks that dgl.DGLGraphStale has been removed for dgl >= 1.0. We will fix it or note this version requirement in the next update soon.