acbull / pyHGT

Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric
MIT License
775 stars 162 forks source link

pytorch version #21

Open shirinmous opened 3 years ago

shirinmous commented 3 years ago

Hi, thanks for sharing your great work. In the requirement file pytorch 1.3 is mentioned to use. I can't find pytorch 1.3, so I install 1.4 and can't run the code. Because I got this error when importing torch_geometric ImportError: libtorch_cpu.so: cannot open shared object file: No such file or directory and this issue is related to pytorch version compatibility.

acbull commented 3 years ago

If you cannot install pytorch 1.3, maybe you can check the pytorch_geometric (https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html) 's document to find the corresponding version.