LHRLAB / HAHE

[ACL 2023] Official resources of "HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level".
https://doi.org/10.18653/v1/2023.acl-long.450
MIT License
13 stars 4 forks source link

Segmentation fault (core dumped) #2

Open slnxyr opened 1 year ago

slnxyr commented 1 year ago

Hi, I follow the env.sh install the environment, and run the WD50K example. But it turn to Segmentation fault (core dumped). Can you help me? It seems that "from torch_geometric.nn import GATv2Conv" has a problem. Thanks. image image image

LHRLAB commented 1 year ago

If the Segmentation fault (core dumped) error is reported, there may be a problem with your environment configuration, you can try to re-create a conda environment, pay attention to the version correspondence. The final implementation calls the following function: https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.conv.GATv2Conv.html.