Open slnxyr opened 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.
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.